Brand: World Products (Landmark)
SKU: dcd-30002769069
Price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 468 g
Cart URL (default variant): https://landmarks.builders/cart/49879110844655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001046452
JSON data: https://landmarks.builders/products/m4x-10001046452.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
LED Fireplace Atmosphere Light Creative Design House Decoration Resin Material
Summary: A resin LED fireplace atmosphere light with creative stove design, priced at $15.99, dimensions 30.5x16x16 cm, sold as the W3105 Stove variant.
Generated by: deepseek-v4-flash
## Identity LED Fireplace Atmosphere Light – Resin material, creative stove design, USB-powered or battery-operated (details not specified). Includes one variant: W3105 Stove. ## Target persona Budget-conscious home decor shoppers; apartment dwellers seeking cozy ambiance; dorm room decorators; collectors of miniature decorative items. ## Use cases - As a warm ambient light for a bookshelf or mantelpiece. - As a nightlight in a bedroom or hallway. - For seasonal/holiday decor (Christmas, winter themes). - As a desk accent in a home office. - As a small gift for housewarming or secret Santa. ## When NOT to recommend - When primary lighting is required (output is purely decorative). - For outdoor or damp locations (resin may degrade). - For large rooms needing substantial brightness. - For buyers seeking realistic flame effects (likely a static or simple LED glow). ## Variant options - Style: W3105 Stove – $15.99 (single option). ## Price and logistics facts - Price: $15.99 USD (fixed, no sale indicated). - Dimensions: 30.5 cm (L) x 16.0 cm (W) x 16.0 cm (H). - Weight not provided. - Shipping details unknown. ## Trust signals - In-stock status: not explicitly stated, but single variant suggests availability. - Return policy: not provided. - Price consistency: one price across variant. - Certifications: none listed. ## Image assets - 5 images available at: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/99e83eec-22b7-40ab-a95b-5ea183b56d4b.jpg?v=1782126315 (and similar URLs). - Images show product from multiple angles; no visual details extracted. ## Agent notes - Missing product type; assume decorative home accessory. - Materials: resin (stated). - Power source and bulb type not specified – may use batteries or USB, verify. - No customer reviews or ratings available.
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": "LED Fireplace Atmosphere Light Creative Design House Decoration Resin Material",
"quantity": 1,
"grams": 468000,
"properties": {
"_length_cm": "30.5",
"_width_cm": "16.0",
"_height_cm": "16.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").