Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $71.99 – $78.99
Default variant: Youth 60x40x23
Default SKU: dcd-30003487221
Default price: $71.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4500 g
Cart URL (default variant): https://landmarks.builders/cart/49811269714159:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001230701
JSON data: https://landmarks.builders/products/m4x-10001230701.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Bow-Shaped Tackle Pad Secure Straps Rugby Tackle Pad Collision-Absorbing
| Type | Pad |
| Sport/Activity | Rugby Union |
| Age Group | Adult |
| Best for | Tackling |
| Colour | Multicoloured |
| Country of Origin | China |
| Features | Portable |
| Item Height | 80.00 cm |
| Item Length | 40.00 cm |
| Item Width | 23.00 cm |
| Material | Plastic |
| Size | One Size |
Summary: Bow-shaped rugby tackle pad with secure straps and collision-absorbing design, available in Youth (60x40x23 cm, $71.99) and Adult (80x40x23 cm, $78.99) sizes.
Generated by: deepseek-v4-flash
## Identity Bow-Shaped Tackle Pad Secure Straps Rugby Tackle Pad Collision-Absorbing. A rugby training pad with bow shape, secure straps, and collision-absorbing construction. ## Target persona Youth and adult rugby players, coaches, and training teams needing durable, impact-absorbing tackle pads for practice. ## Use cases - Tackling technique drills in youth rugby - Collision absorption training for adult players - Secure strapping for repetitive high-impact practice - Team training sessions with multiple players - Defense and contact skill development ## When NOT to recommend - For match use (training pad only) - For very young children (under 5) due to size and weight - For buyers on a tight budget under $70 - For other sports without collision training needs ## Variant options - Youth 60x40x23 cm: $71.99 (SKUs: dcd-30003487221, dcd-30003487222) - Adult 80x40x23 cm: $78.99 (SKUs: dcd-30003487223, dcd-30003487224) ## Price and logistics facts Base price: $71.99 (Youth), $78.99 (Adult). Dimensions: overall package 81x46x25 cm; variant sizes as above. ## Trust signals No certifications, return policy, or stock status provided. Price consistent across variants. ## Image assets No image URLs available. ## Agent notes No description or images provided; all details from title and variant data.
This product has 12 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Bow-Shaped Tackle Pad Secure Straps Rugby Tackle Pad Collision-Absorbing",
"quantity": 1,
"grams": 4500000,
"properties": {
"_length_cm": "81.0",
"_width_cm": "46.0",
"_height_cm": "25.0"
}
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").