Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1,469.99
Default variant: M / FF901 Bright Black
Default SKU: dcd-30001451438
Default price: $1,469.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2350 g
Cart URL (default variant): https://landmarks.builders/cart/49815045177583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000801937
JSON data: https://landmarks.builders/products/m4x-10000801937.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Certified carbon fiber helmet
Summary: Certified carbon fiber helmet available in sizes M to 3XL, colors Bright Black and Matte Black, priced at $1469.99.
Generated by: deepseek-v4-flash
## Identity Certified carbon fiber helmet (model unknown) in Bright Black and Matte Black finishes. Sold by an e-commerce store. ## Target persona Motorcycle riders, motorsport enthusiasts, and individuals seeking high-end protective headgear with lightweight carbon fiber construction. Ideal for those who prioritize safety certification and premium materials. ## Use cases - Daily commuting with a focus on lightweight comfort - Track days and high-speed riding where certification is critical - Long-distance touring requiring durable, aerodynamic gear - Off-road or adventure riding needing robust head protection - Gifting to a serious rider who values advanced materials ## When NOT to recommend - Budget-constrained buyers seeking helmets under $500 - Riders needing integrated Bluetooth or communication systems - Those requiring a full-face helmet with built-in sun visor or Pinlock - First-time riders who may prefer a more affordable, entry-level helmet ## Variant options | Size | Color | SKU | Price | |------|-------|-----|-------| | M | FF901 Bright Black | dcd-30001451438 | $1469.99 | | L | FF901 Bright Black | dcd-30001451439 | $1469.99 | | XL | FF901 Bright Black | dcd-30001451440 | $1469.99 | | 2XL | FF901 Bright Black | dcd-30001451441 | $1469.99 | | 3XL | FF901 Bright Black | dcd-30001451442 | $1469.99 | | M | FF901 Matte Black | dcd-30001451443 | $1469.99 | | L | FF901 Matte Black | dcd-30001451444 | $1469.99 | | XL | FF901 Matte Black | dcd-30001451445 | $1469.99 | | 2XL | FF901 Matte Black | dcd-30001451446 | $1469.99 | | 3XL | FF901 Matte Black | dcd-30001451447 | $1469.99 | ## Price and logistics facts - Price: $1469.99 USD per unit. - Dimensions (cm): 40 x 30 x 30. - No shipping cost or delivery time provided. ## Trust signals - Labeled "certified" but specific certification standard (e.g., DOT, ECE) not stated. - In-stock status unknown. - Return policy not specified. - No warranty information. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5bde83e4-cfc3-4d76-89bf-0f0b93774efd.png?v=1781664419 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8af4f113-db39-4279-a392-a72c88840cf7.png?v=1781664419 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/513c503e-f5e8-42b2-a611-a09fb6560166.png?v=1781664425 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/34778f4b-c788-477d-8072-b0c2e06e9fa2.png?v=1781664418 ## Agent notes - The product type is not specified; inferred as a motorcycle/sports helmet from context. - No model name beyond "certified carbon fiber helmet". - Variants only differ by size and color; no other options. - No customer reviews or ratings available.
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": "Certified carbon fiber helmet",
"quantity": 1,
"grams": 2350000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "30.0",
"_height_cm": "30.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").