Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $10.99
Default variant: 15CM
Default SKU: dcd-30002651931
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: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49903626682607:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001020461
JSON data: https://landmarks.builders/products/m4x-10001020461.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Japanese Design Barbecue Plate Multipurpose Steel Food Platter With Handles
Summary: Steel barbecue plate with handles, Japanese design. Two sizes: 15cm for $9.99 and 26cm for $10.99. Multipurpose food platter.
Generated by: deepseek-v4-flash
## Identity Japanese Design Barbecue Plate Multipurpose Steel Food Platter With Handles. Available in 15cm ($9.99) and 26cm ($10.99). Overall dimensions: 35.7x27.8x4.6 cm (likely for 26cm). ## Target persona Home cooks who grill or barbecue frequently; those needing a durable steel platter for serving or prep; budget-conscious shoppers seeking a simple, functional platter. ## Use cases - Serving grilled meats and vegetables directly from barbecue - As a prep tray for marinating or holding ingredients - As a baking sheet or roasting pan for small portions - As a serving platter for parties or gatherings - As a heat-resistant surface for hot cookware ## When NOT to recommend - For users needing non-stick surface (steel may stick unless seasoned) - For large families needing a single large platter beyond 26cm - For those requiring dishwasher-safe verification (not stated) - For decorative serving where aesthetics are primary ## Variant options - 15CM: $9.99 (SKU dcd-30002651931) - 26CM: $10.99 (SKU dcd-30002651932) ## Price and logistics facts Price range: $9.99–$10.99 USD. Dimensions: 35.7×27.8×4.6 cm (overall). No shipping or stock information provided. ## Trust signals Listed on a Shopify store; two size variants available. No return policy or stock status specified. ## Image assets 5 images available at: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c6cf91d9-9595-4c8e-8afa-0efb4b1c37db.jpg?v=1782146629 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ddb7b18-b458-41f9-8840-317378949569.jpg?v=1782146624 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ead66a8-6a61-4fa5-bda0-441f1c8e9d34.jpg?v=1782146623 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e110f4a8-45c7-4d1f-b81a-da7bb66c27a4.jpg?v=1782146623 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6fdfc5b9-0085-423f-80bb-1f0866c8183b.jpg?v=1782146626 ## Agent notes Material detail only listed as "steel"; surface finish unknown. No weight given. Image understanding not performed.
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": "Japanese Design Barbecue Plate Multipurpose Steel Food Platter With Handles",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "35.7",
"_width_cm": "27.8",
"_height_cm": "4.6"
}
}],
"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").