Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: 316 Extra Thick
Default SKU: dcd-30002690279
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: 234 g
Cart URL (default variant): https://landmarks.builders/cart/49903559114991:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001028102
JSON data: https://landmarks.builders/products/m4x-10001028102.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Divided Plate Long-Lasting Metal Portion Control Plate
Summary: Stainless steel divided plate for portion control, available in three grades (316 Extra Thick, 304 Thick, Food Grade) at $9.99.
Generated by: deepseek-v4-flash
## Identity A stainless steel divided plate (26x24.5x9 cm) with sections for portion control. ## Target persona Individuals seeking a durable, non-plastic, budget-friendly plate for portion-controlled meals, meal preppers, campers, and parents of children needing portion guidance. ## Use cases - Portion control for weight management or dieting. - Serving separate meal components without mixing (e.g., meat, veggie, starch). - Outdoor camping or picnics where shatterproof dishware is needed. - Meal prep storage and reheating (note: stainless steel is oven-safe but not microwave-safe). - Feeding children with visual portion divisions. - Using as a serving tray for snacks or condiments. ## When NOT to recommend - If microwave heating is required (stainless steel not microwave-safe). - If the user wants a lightweight or plastic plate. - If a large, single-compartment plate is needed. - For fine dining or decorative table settings. ## Variant options - 316 Extra Thick ($9.99) - 304 Thick ($9.99) - Food Grade ($9.99) ## Price and logistics facts - Price: $9.99 USD (all variants). - Dimensions: 26 cm x 24.5 cm x 9 cm. - No shipping or return policy data provided. ## Trust signals - Price consistent across variants. - No certifications or in-stock data provided. ## Image assets No image URLs provided. ## Agent notes - Product type field empty; treat as a basic divided plate. - Image understanding not performed – no image assets available.
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": "Stainless Steel Divided Plate Long-Lasting Metal Portion Control Plate",
"quantity": 1,
"grams": 234000,
"properties": {
"_length_cm": "26.0",
"_width_cm": "24.5",
"_height_cm": "9.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").