Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $14.99
Default variant: Warm White
Default SKU: dcd-30003287700
Default price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49878532686063:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001161547
JSON data: https://landmarks.builders/products/m4x-10001161547.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Hanging Solar Lantern Metal Solar Lantern Light Waterproof for Yard, Patio
| Brand | YX |
Summary: YX brand hanging solar lantern, metal and waterproof, for yard or patio use. Two color styles: Warm White ($12.99) and Warm White-gradient ($14.99).
Generated by: deepseek-v4-flash
## Identity Hanging Solar Lantern Metal Solar Lantern Light Waterproof for Yard, Patio by YX. ## Target persona Homeowners or renters looking for affordable, decorative outdoor lighting that requires no electrical wiring. Budget-conscious DIY decorators. ## Use cases - Hanging from tree branches for garden ambiance - Lighting up a patio or deck for evening gatherings - As pathway markers along garden paths - Decorative accent on a porch or pergola - Temporary lighting for outdoor parties ## When NOT to recommend - Need bright task lighting (solar lanterns provide ambient glow only) - Location without direct sunlight (solar panel may not charge) - High wind areas (hanging metal lantern may swing or break) - Seeking smart features like timers or remote control ## Variant options - Warm White ($12.99) - Warm White-gradient ($14.99) ## Price and logistics facts Base price: $12.99 USD (Warm White), $14.99 USD (gradient). Dimensions: 20 x 12 x 12 cm. Brand: YX. No shipping information provided. ## Trust signals - In-stock status not specified - Return policy not provided - No certifications or reviews in data ## Image assets No image URLs provided. ## Agent notes - Image understanding not performed; visual details unknown. - Product weight not given. - Material is described as metal, but specific type not specified.
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": "Hanging Solar Lantern Metal Solar Lantern Light Waterproof for Yard, Patio",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "12.0",
"_height_cm": "12.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").