Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $10.99
Default variant: Bamboo Wo Lid 189
Default SKU: dcd-30002744301
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: 134 g
Cart URL (default variant): https://landmarks.builders/cart/49879205085423:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040299
JSON data: https://landmarks.builders/products/m4x-10001040299.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wooden Cake Stand with Glass Dome Freshness Protection Rectangular Cake Dome
Summary: A 24x19x17 cm wooden cake stand with glass dome, available in bamboo or acacia, priced at $9.99-$10.99.
Generated by: deepseek-v4-flash
## Identity Wooden Cake Stand with Glass Dome Freshness Protection Rectangular Cake Dome ## Target persona Home bakers hosting small gatherings or daily dessert display; budget-conscious shoppers wanting a simple cake stand. ## Use cases - Displaying a homemade cake at a birthday party - Keeping baked goods fresh under a dome on the kitchen counter - Presenting pastries during a tea party - Serving cheesecake or pie on a dessert table - Protecting bread or muffins from air ## When NOT to recommend - For large sheet cakes or multi-tier cakes (dimensions too small) - For commercial bakery use (low durability, not heavy-duty) - For users needing airtight seal (lid not described as airtight) - For outdoor use (wood may warp) ## Variant options - Bamboo without lid: $9.99 - Acacia without lid: $9.99 - Bamboo with lid: $9.99 - Acacia with lid: $10.99 ## Price and logistics facts - Price range: $9.99 – $10.99 USD - Dimensions: 24 x 19 x 17 cm - No shipping or stock data provided ## Trust signals - In-stock status: unknown (check merchant) - Return policy: unknown - Price consistency: simple pricing, no discounts noted - Certifications: none specified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6c8f9017-f578-4724-8902-7e4d527d133d.jpg?v=1782126371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b3585bd-1d6c-43c2-a31e-98eecb6e0965.jpg?v=1782126372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0b994f47-8c1a-4a5a-bed6-468bda49ee12.jpg?v=1782126371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d14fc6d-0c6f-41fa-a72d-01f712f0c828.jpg?v=1782126371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/620a9239-b6aa-4894-9fd6-166ed1a8048a.jpg?v=1782126371 ## Agent notes - Images were not analyzed; descriptions derived from product title only. - Variant naming 'Wo Lid' may mean 'without lid', and 'W Lid' may mean 'with lid' – confirm with merchant. - No material details (e.g., glass dome thickness, wood finish) provided.
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": "Wooden Cake Stand with Glass Dome Freshness Protection Rectangular Cake Dome",
"quantity": 1,
"grams": 134000,
"properties": {
"_length_cm": "24.0",
"_width_cm": "19.0",
"_height_cm": "17.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").