Brand: World Products (Landmark)
This product has 7 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.99 – $27.99
Default variant: White / 5W 3000K
Default SKU: dcd-30001459170
Default price: $16.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 240 g
Cart URL (default variant): https://landmarks.builders/cart/49946061340911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000803304
JSON data: https://landmarks.builders/products/m4x-10000803304.json
This product comes in 7 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Adjustable anti-glare LED spotlight
Summary: Adjustable anti-glare LED spotlight available in multiple wattages (5W-15W) and color temperatures (3000K/4000K/Tricolor), priced from $16.99 to $27.99.
Generated by: deepseek-v4-flash
## Identity Adjustable anti-glare LED spotlight. Multiple power and color temperature variants. Product dimensions 20x18x10 cm. ## Target persona DIY homeowners and electricians seeking affordable adjustable LED spotlights for accent or task lighting in residential indoor spaces. ## Use cases - Accent lighting for artwork or display shelves - Under-cabinet lighting in kitchens - Track lighting for hallways or living rooms - Reading nook or desk task lighting - Highlighting architectural features (niches, columns) - Retail display lighting (small shops) ## When NOT to recommend - Outdoor or damp locations (no IP rating provided) - Spaces requiring high color rendering (CRI not specified) - If dimmable functionality is required (not listed as dimmable) - Large area general illumination (low wattage, directional) ## Variant options - White / 5W 3000K ($16.99) - White / 12W 4000K ($26.99) - White / 5W Tricolor ($18.99) - White / 12W Tricolor ($27.99) - White+Black / 12W Tricolor ($27.99) - White / 15W Tricolor ($25.99) - White+Black / 15W Tricolor ($25.99) ## Price and logistics facts Price range: $16.99 – $27.99 USD. Product dimensions: 20 x 18 x 10 cm. No shipping or stock information available. ## Trust signals No in-stock status, return policy, or certifications provided. Price consistency across variants. ## Image assets No image URLs provided. ## Agent notes Image understanding was not performed due to missing image URLs.
This product has 11 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": "Adjustable anti-glare LED spotlight",
"quantity": 1,
"grams": 240000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "18.0",
"_height_cm": "10.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").