Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $45.99 – $58.99
Default variant: White / Floodlight 100W
Default SKU: dcd-30001454824
Default price: $45.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 280 g
Cart URL (default variant): https://landmarks.builders/cart/49810774163695:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000802517
JSON data: https://landmarks.builders/products/m4x-10000802517.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
12V Waterproof LED Headlamp, Adjustable
Summary: 12V waterproof LED headlamp with adjustable floodlight; available in 100W white and 200W yellow variants.
Generated by: deepseek-v4-flash
## Identity 12V Waterproof LED Headlamp, Adjustable ## Target persona - Outdoor workers needing waterproof, adjustable lighting - Campers and hikers requiring hands-free illumination - Mechanics and DIY enthusiasts for under-hood or dark space work ## Use cases - Setting up camp after dark - Repairing equipment in wet conditions - Emergency roadside assistance at night - Exploring caves or unlit tunnels - Inspecting crawl spaces or attics ## When NOT to recommend - Users needing long battery life (battery specs not provided) - Indoor-only tasks where waterproofing is unnecessary - Applications requiring ultra-bright extended beam (200W may be insufficient) - Those seeking rechargeable or USB-powered options (not specified) ## Variant options - White / Floodlight 100W - $45.99 - Yellow / Floodlight 200W - $58.99 ## Price and logistics facts - Dimensions: 13 x 11 x 11 cm - Price: $45.99 (100W) / $58.99 (200W) - Currency: USD ## Trust signals - Waterproof rating not specified - In-stock status not confirmed - No return policy or warranty information provided - No certifications listed ## Image assets No images available. ## Agent notes - Image understanding was not performed; do not infer visual details. - Battery type, runtime, and charging method are unknown. - Waterproof level (e.g., IPX rating) is unspecified. - Consider checking brand reputation or customer reviews for reliability.
This product has 12 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": "12V Waterproof LED Headlamp, Adjustable",
"quantity": 1,
"grams": 280000,
"properties": {
"_length_cm": "13.0",
"_width_cm": "11.0",
"_height_cm": "11.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").