Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $22.99
Default variant: Orange
Default SKU: dcd-30002711948
Default price: $22.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/49903525691631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031749
JSON data: https://landmarks.builders/products/m4x-10001031749.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Enameled Cast Iron Pot Multi-Purpose Enameled Cast Iron Dutch Oven Easy to Clean
| Weight | 0.7KG |
| Capacity | 1.1L-2L |
Summary: Enameled cast iron Dutch oven, 1.1-2L capacity, 0.7kg weight, 15x15x10cm, easy to clean, available in Orange and Light Green for $22.99.
Generated by: deepseek-v4-flash
## Identity Enameled Cast Iron Pot Multi-Purpose Enameled Cast Iron Dutch Oven Easy to Clean ## Target persona Budget-conscious home cooks seeking an affordable enameled cast iron pot for small meals. ## Use cases - Slow-cooking stews for 1-2 people - Braising small cuts of meat - Simmering soups or sauces - Baking small bread loaves - Camping due to lightweight (0.7kg) ## When NOT to recommend - For large family meals requiring >2L capacity - For high-heat searing (enamel may chip) - For users needing induction compatibility (not specified) - For those preferring heavy-duty cast iron for extreme durability ## Variant options - Orange (SKU dcd-30002711948, $22.99) - Light Green (SKU dcd-30002711949, $22.99) ## Price and logistics facts $22.99 USD. Weight 0.7kg. Dimensions 15x15x10 cm. Capacity 1.1L-2L. ## Trust signals Price consistent across variants. No stock status or return policy provided. ## Image assets Full image URLs available in the 'image_urls' field of the source data. ## Agent notes Product images show the pot; details about lid, handle, and finish not described in text. Confirm capacity range (1.1L-2L) as it may vary.
This product has 11 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": "Enameled Cast Iron Pot Multi-Purpose Enameled Cast Iron Dutch Oven Easy to Clean",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "15.0",
"_height_cm": "10.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").