Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.19
Default variant: S
Default SKU: dcd-30003811080
Default price: $3.19
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Sports Helmet
Vendor: World Products
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/50409796567279:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001341282
JSON data: https://landmarks.builders/products/wp-dcd-10001341282.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
High-density foam crash helmet for shock absorption. Made of durable polyester and thick foam. Features adjustable chin strap and rear laces for a snug fit. Open-face design with ventilation holes for breathability. Suitable for rugby, collision sports, and training.
Summary: High-density foam padded scrum cap for collision sports with adjustable chin strap and rear laces; available in sizes S-XL at $3.19.
Generated by: deepseek-v4-flash
## Identity High-density foam crash helmet with adjustable chin strap and rear laces. Open-face design with ventilation holes. Durable polyester outer layer. Sizes S-XL. Price $3.19 per size. ## Target persona Budget-conscious rugby or collision-sport athlete who needs basic head padding for training or recreational play. Coaches or clubs equipping multiple players at low cost. Individuals who prioritize lightweight feel and adjustable fit. ## Use cases - Rugby scrum and tackle practice - Collision sport training drills - Recreational rugby matches - Adding head protection during conditioning exercises - Replacement or backup headgear for existing players ## When NOT to recommend - Use as certified impact protection for cycling, skating, or high-velocity sports - Athletes needing hard-shell or full-face helmets - Professional or regulation play requiring specific safety certifications - Users whose head size falls outside S-XL ## Variant options - S (SKU dcd-30003811080) — $3.19 - M (SKU dcd-30003811081) — $3.19 - L (SKU dcd-30003811082) — $3.19 - XL (SKU dcd-30003811083) — $3.19 ## Price and logistics facts - Price: $3.19 USD (all sizes) - Dimensions: 27 cm x 24 cm x 10 cm - No shipping, handling, or availability details provided - No country of origin or lead time specified ## Trust signals - Consistent price across all four sizes - Multiple product images available in the catalog - Catalog tags indicate content validation and quality audit (wp-quality-audited, wp-content-validated) - No external safety certifications claimed in the provided data ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b336cda7-db5e-4449-9485-997d9a846961.jpg?v=1786250827 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/26ce42f4-4a19-4f57-b2d3-28c7bbb5d34e.jpg?v=1786250817 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1c7af2d8-2c5d-4981-ac70-4b9741cbaf7f.jpg?v=1786250821 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5f7c5b04-9bbb-436b-b67d-f2a3416cc517.jpg?v=1786250796 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/66edb631-7e06-4d4b-a5e8-5fc5e290e0c6.jpg?v=1786250833 ## Agent notes - Images were not visually inspected; only URLs are available. - No safety standard certifications (e.g., NOCSAE, CE, ASTM) were provided in the facts. - The product title says 'Scrum Cap' and description mentions rugby, but no specific brand is listed.
This product has 9 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Adjustable Scrum Cap Lightweight Soft Padded Helmet for Athletes",
"product_id": 9538768306415,
"variant_id": 50409796567279,
"quantity": 1,
"grams": 150,
"length_cm": "27.0",
"width_cm": "24.0",
"height_cm": "10.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").