Brand: World Products (Landmark)
SKU: dcd-30003310845
Price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 250 g
Cart URL (default variant): https://landmarks.builders/cart/49810690572527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001170403
JSON data: https://landmarks.builders/products/m4x-10001170403.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Two-tier dessert stand with detachable plates, priced at $42.99, dimensions 22.5x16.2x3.0 cm. Only one variant available: Single Plate S.
Generated by: deepseek-v4-flash
## Identity A 2-tier dessert stand serving tray with detachable plates. ## Target persona Home entertainers who host parties and need a compact serving tray for desserts or appetizers. ## Use cases - Serving cupcakes at a birthday party - Displaying pastries for brunch - Organizing finger foods at a cocktail party - Presenting cookies at a bake sale - Holding fruits at a casual gathering ## When NOT to recommend - If the user needs a large capacity serving stand (dimensions are compact) - For professional catering requiring heavy-duty, commercial-grade equipment - When the user wants a non-detachable, single-piece stand - For outdoor events where wind or instability might be a concern ## Variant options - Single Plate S: $42.99 ## Price and logistics facts - Price: $42.99 USD - Dimensions: 22.5 cm (L) x 16.2 cm (W) x 3.0 cm (H) — note: height may refer to plate thickness or collapsed stack - No shipping, weight, or origin details provided ## Trust signals - Stock status not confirmed - Return policy not specified - No certifications or brand information available - Only one variant listed; no additional color or size options ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3573c1d7-9979-4f8e-ae3c-c50c5746ed78.jpg?v=1781598607 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ac6dfd75-bdb5-4048-a5b0-386a390a573b.jpg?v=1781598606 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/efd2d53f-3507-472f-a283-ac96148dbcaf.jpg?v=1781598607 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3ff1c55b-e945-49f0-b25b-6aef2d28c2a2.jpg?v=1781598607 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f22f27ff-c677-4d38-8d70-b71e7c5d259f.jpg?v=1781598607 ## Agent notes - Product description missing; only title and tags (m4x) available. - Image content not analyzed; visual details not extracted. - Only one style/option offered. - Dimensions suggest a compact, possibly stacking or detachable design.
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": "2 Tier Dessert Stand Multi Purpose 2 Tier Serving Tray Detachable Plates",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "22.5",
"_width_cm": "16.2",
"_height_cm": "3.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").