Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $735.99 – $766.99
Default variant: Matte Black / S
Default SKU: dcd-30001450331
Default price: $735.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1490 g
Cart URL (default variant): https://landmarks.builders/cart/49815003300079:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000801753
JSON data: https://landmarks.builders/products/m4x-10000801753.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 helmet: light, impact-resistant.
Summary: Carbon fiber helmet sold by an unnamed brand, available in Matte Black or Glossy White, sizes S-2XL, priced $735.99-$766.99.
Generated by: deepseek-v4-flash
## Identity A lightweight, impact-resistant carbon fiber helmet designed for high-speed protection. ## Target persona Motorcycle riders, track day enthusiasts, and racers seeking a lightweight, high-impact helmet. ## Use cases - Daily motorcycle commuting - Track racing or track days - Long-distance touring - Sport riding on public roads - Off-road riding (if compatible with goggles) ## When NOT to recommend - Budget-constrained buyers (price >$700) - Children or riders needing smaller sizes (XS not available) - Riders requiring integrated Bluetooth or communication systems - Those needing a modular or flip-up helmet ## Variant options | Variant | Price | Options | |---------|-------|---------| | Matte Black / S | $735.99 | Color: Matte Black, Size: S | | Matte Black / M | $735.99 | Color: Matte Black, Size: M | | Matte Black / L | $766.99 | Color: Matte Black, Size: L | | Matte Black / XL | $766.99 | Color: Matte Black, Size: XL | | Matte Black / 2XL | $735.99 | Color: Matte Black, Size: 2XL | | Glossy White / S | $735.99 | Color: Glossy White, Size: S | | Glossy White / M | $766.99 | Color: Glossy White, Size: M | | Glossy White / L | $766.99 | Color: Glossy White, Size: L | | Glossy White / XL | $766.99 | Color: Glossy White, Size: XL | | Glossy White / 2XL | $735.99 | Color: Glossy White, Size: 2XL | ## Price and logistics facts - Price range: $735.99 to $766.99 USD - Dimensions: 38.1 cm x 27.94 cm x 27.94 cm - Currency: USD ## Trust signals - No stock status or return policy provided. - No safety certifications or standards mentioned. - Price varies by size but consistent across color for same size. ## Image assets - No images available. ## Agent notes - Image understanding was not performed; no visual details can be inferred.
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 helmet: light, impact-resistant.",
"quantity": 1,
"grams": 1490000,
"properties": {
"_length_cm": "38.1",
"_width_cm": "27.94",
"_height_cm": "27.94"
}
}],
"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").