Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Regular Handlebar
Default SKU: dcd-30003622924
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 摩配
Vendor: World Products
Weight: 210 g
Cart URL (default variant): https://landmarks.builders/cart/49713139843311:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001275055
JSON data: https://landmarks.builders/products/wp-dcd-10001275055.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Multi-functional anti-theft helmet lock for e-bikes, bicycles, and motorcycles with combination or key options, available in three mounting styles at $9.99.
Generated by: deepseek-v4-flash
## Identity Multi-functional anti-theft helmet lock (electric vehicle accessory) with combination and key locking, designed for helmet security on bikes, e-bikes, and motorcycles. ## Target persona Urban commuters who park their bike/e-bike/motorcycle in public areas and need a low-cost way to secure their helmet; casual cyclists looking for a simple lock to prevent opportunistic theft. ## Use cases - Locking helmet to handlebars while parked at a bike rack or street parking - Securing helmet to bike frame during quick stops (coffee, errands) - Using as a secondary lock for additional security on a bicycle or motorcycle - Mounting on mirror (3-in-1 variant) for easy helmet locking without removing lock - Quick combination lock operation when hands are full (e.g., carrying groceries) ## When NOT to recommend - High-crime areas requiring heavy-duty locks (e.g., hardened steel U-locks) - Long-term outdoor exposure in rain/snow (no weatherproofing mentioned) - Users needing a fully keyless system (Aluminum Anti-pry variant may use key) - For securing expensive helmets in high-risk environments (value at risk > lock cost) ## Variant options - **Regular Handlebar**: Basic mounting for standard handlebars. - **Aluminum Anti-pry**: Aluminum construction with anti-pry feature. - **3-in-1 Mirror Mount**: Mounts on mirror for convenience; three functions. All variants priced at $9.99 USD. ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 17.0 x 16.0 x 5.0 cm - No shipping or return policy data provided. ## Trust signals - No certifications mentioned. - In-stock status not confirmed; assume available based on listing. - Price consistency: all variants same price. ## Image assets      ## Agent notes - No description text provided; information derived from title and variants. - Image content not analyzed; rely on URLs only. - Variants differ by mounting style only; core lock mechanism likely same.
This product has 15 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": "Motorcycle Helmet Lock Compact Two-Wheeler Helmet Lock Vehicle Accessory Metal Hard Construction",
"quantity": 1,
"grams": 210000,
"properties": {
"_length_cm": "17.0",
"_width_cm": "16.0",
"_height_cm": "5.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").