Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $899.99 – $1,463.99
Default variant: Venom 3 / S
Default SKU: dcd-30001451706
Default price: $1,463.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1600 g
Cart URL (default variant): https://landmarks.builders/cart/49815024697583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000801987
JSON data: https://landmarks.builders/products/m4x-10000801987.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Carbon Fiber Motorcycle Helmet
Summary: Carbon fiber motorcycle helmet available in Venom 3 and Diablo color schemes, sizes S to 2XL, priced between $899.99 and $1463.99.
Generated by: deepseek-v4-flash
## Identity Carbon Fiber Motorcycle Helmet ## Target persona Motorcycle riders seeking lightweight, high-strength helmet; sport bikers; track day riders; commuters wanting premium protection. ## Use cases - Daily commuting on motorcycle - Weekend sport riding - Track days - Long-distance touring - Replacing older helmet with carbon fiber upgrade ## When NOT to recommend - Budget-conscious buyers (price >$800) - Riders needing full-face helmet with integrated sun visor or Bluetooth - First-time riders who may not need carbon fiber - Those preferring matte or solid colors without graphic designs (only Venom 3 and Diablo) ## Variant options - Venom 3: S ($1463.99), M ($1463.99), L ($1463.99), XL ($1463.99), 2XL ($1463.99) - Diablo: S ($1058.99), M ($1058.99), L ($1058.99), XL ($1058.99), 2XL ($899.99) ## Price and logistics facts - Base price: $899.99 (lowest variant) to $1463.99 (highest) - Dimensions: 26.67 x 28.96 x 34.93 cm ## Trust signals - Multiple variants in stock (inferred from SKU list) - No return policy or certifications provided in source data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b5e41762-e1fe-42dd-aba6-dc8d036b5bae.png?v=1781664351 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b7d6140f-7915-4dab-81eb-bfca7e56c3a5.png?v=1781664415 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/558af319-f501-4763-a0d0-33510f111a17.png?v=1781664351 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f917dd71-53b1-4ff0-b971-e0ee21153f9d.png?v=1781664351 ## Agent notes None.
This product has 4 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": "Carbon Fiber Motorcycle Helmet",
"quantity": 1,
"grams": 1600000,
"properties": {
"_length_cm": "26.67",
"_width_cm": "28.96",
"_height_cm": "34.93"
}
}],
"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").