Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black / Transparent Glass
Default SKU: dcd-30002743607
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/49879206756591:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040112
JSON data: https://landmarks.builders/products/m4x-10001040112.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Moroccan Design Candle Lantern Indoor Outdoor Use for Tabletop
| Weight | 0.3kg |
Summary: Moroccan design candle lantern for indoor/outdoor tabletop use, available in black or white with transparent or colored glass, weight 0.3kg, dimensions 25x17x16.8 cm.
Generated by: deepseek-v4-flash
## Identity Moroccan Design Candle Lantern Indoor Outdoor Use for Tabletop ## Target persona Budget-conscious shoppers seeking Moroccan-style decorative lighting for home or event use. Also suitable for event planners and hosts looking for affordable ambient lighting for gatherings. ## Use cases - Table centerpiece for outdoor dining - Decorative accent on patio or balcony - Indoor candle holder for cozy atmosphere - Wedding or party decoration - Housewarming or hostess gift - Garden path or shelf accent ## When NOT to recommend - If needing a functional light source for reading or task illumination - If requiring weatherproof outdoor lighting (IP rating not provided) - If seeking high-end artisan or premium crafted piece - If needing a large floor-standing lantern ## Variant options | Color | Style | Price | |-------|-------|-------| | Black | Transparent Glass | $9.99 | | White | Transparent Glass | $9.99 | | Black | Colored Glass | $9.99 | | White | Colored Glass | $9.99 | ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 25 cm (L) x 17 cm (W) x 16.8 cm (H) - Weight: 0.3 kg - Shipping details not provided. ## Trust signals - All variants priced consistently at $9.99. - No return policy or stock status information available. - No certifications listed. ## Image assets      ## Agent notes - Image content was not analyzed; visual details (e.g., patterns, size relative to objects) are not verified. - No return policy, stock status, or shipping details are provided in the source data. - Product type field is empty; category is inferred from title and description.
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": "Moroccan Design Candle Lantern Indoor Outdoor Use for Tabletop",
"quantity": 1,
"grams": 300000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "17.0",
"_height_cm": "16.8"
}
}],
"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").