Brand: World Products (Landmark)
SKU: dcd-30002710142
Price: $33.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1654 g
Cart URL (default variant): https://landmarks.builders/cart/49903536799983:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031299
JSON data: https://landmarks.builders/products/m4x-10001031299.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
European Design Fruit Holder Decorative Centerpiece Luxury Snack Platter
Summary: European-designed fruit holder/centerpiece/snack platter, dimensions 35.5x26x11 cm, priced at $33.99 USD, available in one style as shown.
Generated by: deepseek-v4-flash
## Identity European Design Fruit Holder Decorative Centerpiece Luxury Snack Platter ## Target persona Home hosts looking for affordable decorative centerpieces; interior decorators on a budget seeking European-style accents; party planners needing an attractive snack platter. ## Use cases - Displaying fresh fruit on kitchen counter - Serving appetizers or snacks at parties - As a decorative centerpiece for dining table - Holding snacks in living room for casual entertaining - Gift for housewarming events ## When NOT to recommend - Outdoor use (no weather resistance information) - Professional catering (single style, not commercial grade) - Large gatherings (35.5 cm length may be too small for big events) - Microwave or dishwasher use (not stated, so assume hand wash only) ## Variant options One variant: "as Shown" (SKU dcd-30002710142) at $33.99 USD. ## Price and logistics facts Price: $33.99 USD. Dimensions: 35.5 cm x 26.0 cm x 11.0 cm. No shipping or tax info provided. ## Trust signals - In-stock status not confirmed - No return policy stated - No certifications listed - Price consistency: only one price given ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c35b880-4664-4c51-916a-2fbb9b43760b.jpg?v=1782146578 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/40cc8aeb-b17c-4f3f-b632-1695a6358ba9.jpg?v=1782146578 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/16ef4727-8654-4266-83b0-c68a047334ce.jpg?v=1782146576 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0e32caa1-02dd-45f4-a63a-08ffe74efb97.jpg?v=1782146577 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7646aff9-67e2-4782-9d3f-9cf3f05ef449.jpg?v=1782146578 ## Agent notes Images are provided but not analyzed; actual visual appearance (color, material, shape) should be inferred from fetching the URLs. No additional product details beyond the title.
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": "European Design Fruit Holder Decorative Centerpiece Luxury Snack Platter",
"quantity": 1,
"grams": 1654000,
"properties": {
"_length_cm": "35.5",
"_width_cm": "26.0",
"_height_cm": "11.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").