Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $240.99
Default variant: White / S
Default SKU: dcd-30001449637
Default price: $240.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1380 g
Cart URL (default variant): https://landmarks.builders/cart/49813655453935:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000801634
JSON data: https://landmarks.builders/products/m4x-10000801634.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Retro helmet, double visor.
Summary: Retro-style motorcycle helmet with double visor, available in White (S-XL) and Matte Black (S-3XL), priced at $240.99.
Generated by: deepseek-v4-flash
## Identity Retro helmet with double visor. ## Target persona Motorcycle and scooter riders seeking a vintage aesthetic; urban commuters who value style and protection. ## Use cases - Daily commuting in city traffic - Weekend leisure rides on cruisers or scooters - Short-distance errands with a retro vibe - Group rides with vintage motorcycle clubs ## When NOT to recommend - Riders requiring modern safety certifications (e.g., DOT, ECE) if not listed - Professional or track racing where full-face or high-speed rating is essential - Buyers looking for a lightweight carbon fiber helmet - Those needing integrated Bluetooth or communication systems ## Variant options - White: S, M, L, XL - Matte Black: S, M, L, XL, 2XL, 3XL All at $240.99. ## Price and logistics facts - Price: $240.99 USD - Dimensions: 38 x 30 x 30 cm (length x width x height) - No shipping or tax information provided ## Trust signals - No stock status, return policy, or safety certifications provided in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8020a3ed-b47a-43e8-8000-b00c16bea124.png?v=1781628260 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3203784a-8bd6-4b2e-88bb-e4be77896066.png?v=1781628260 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7314b48d-e9a2-4765-af6b-ea06b8bfd2a4.png?v=1781628260 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/655df2fd-2f5a-4e4f-99d8-e87c5a0bd132.png?v=1781628262 ## Agent notes - No safety certifications (DOT, ECE, etc.) confirmed; verify with seller. - No information on visor type or helmet weight. - Image analysis not performed.
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": "Retro helmet, double visor.",
"quantity": 1,
"grams": 1380000,
"properties": {
"_length_cm": "38.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").