Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99
Default variant: Transparent
Default SKU: dcd-30002764923
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2000 g
Cart URL (default variant): https://landmarks.builders/cart/49879121494255:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045528
JSON data: https://landmarks.builders/products/m4x-10001045528.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Ice Chilled Serving Tray with Lid Easy to Clean Rectangular Food Chiller Platter
Summary: Ice Chilled Serving Tray with Lid, rectangular food chiller platter, easy to clean, available in 4 colors.
Generated by: deepseek-v4-flash
## Identity Ice Chilled Serving Tray with Lid – a rectangular, easy-to-clean food chiller platter designed to keep items cold without electricity. Available in Transparent, Amber Gold, Volcanic Ash, and Wine Red. ## Target persona Budget-conscious home entertainers, party hosts, and caterers who need a simple, low-cost way to keep cold foods chilled during serving. ## Use cases - Keeping salads, desserts, or appetizers cold at a buffet or party. - Chilling seafood platters or cheese boards at casual gatherings. - Serving cold beverages (cans, bottles) on a tray with ice. - Picnic or outdoor events where plug-in chillers aren't available. - Displaying cold items at a self-serve station. - Quick chilling of previously refrigerated foods for short-term serving. ## When NOT to recommend - For large events requiring high-capacity or commercial-grade chilling. - If user needs a premium, luxury presentation piece. - For very hot outdoor environments where ice melts quickly and tray may not maintain temperature long. - If the user expects an electric chiller or temperature control. ## Variant options - Transparent: $11.99 - Amber Gold: $11.99 - Volcanic Ash: $11.99 - Wine Red: $11.99 ## Price and logistics facts - Price: $11.99 USD (all variants). - Dimensions: 47.5 cm (L) x 27.5 cm (W) x 24.0 cm (H). - No additional pricing or shipping details provided. ## Trust signals - No in-stock status, return policy, or certifications provided in the facts. - Multiple color variants available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8023fa78-c17c-4017-9684-1b18ad740555.jpg?v=1782126323 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60fbea9b-4ee2-46d7-87a7-8e5e857d8550.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a1ca1065-f266-4b89-854c-f28c3e8ad5ea.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ad81f07f-bc19-4c40-99a7-ec423b7271f3.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b0725a2-3abb-418c-986d-411d172a42f3.jpg?v=1782126321 ## Agent notes - No visual description of images was performed; only URLs provided. Dimensions suggest a deep tray (24 cm height) – confirm if this is correct. No return policy, warranty, or stock status available. Product 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": "Ice Chilled Serving Tray with Lid Easy to Clean Rectangular Food Chiller Platter",
"quantity": 1,
"grams": 2000000,
"properties": {
"_length_cm": "47.5",
"_width_cm": "27.5",
"_height_cm": "24.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").