Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.21
Default variant: Brown / 9.5 Inch
Default SKU: dcd-30003673403
Default price: $5.21
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Bakeware
Vendor: World Products
Weight: 700 g
Cart URL (default variant): https://landmarks.builders/cart/50455660364015:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001293845
JSON data: https://landmarks.builders/products/wp-dcd-10001293845.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This premium ceramic baking dish is designed for everyday culinary tasks, offering a reliable and stylish solution for your kitchen. Ideal for a variety of recipes, this versatile bakeware is perfect for preparing individual portions of baked pasta, small casseroles, or side dishes. Crafted with a speckled ceramic exterior and a glossy glazed interior, this cookware features two sturdy side handles for a secure grip from oven to counter. With a compact 600 ml capacity, this baking pan is perfectly sized for singles and couples, helping to reduce food waste and portion meals efficiently. Engineered to withstand high temperatures, this sturdy casserole dish is fully safe for both microwave and oven use, making reheating and baking effortless.
Summary: This premium ceramic baking dish is designed for everyday culinary tasks, offering a reliable and stylish solution for your kitchen. Ideal for a variety of recipes, this versatile bakeware is perfect for preparing individual portions of baked pasta, small casseroles, or side dishes. Crafted with a speckled ceramic exterior and a glossy glazed interior, this cookware features two sturdy side handles for a secure grip from oven to counter. With a compact 600 ml capacity, this baking pan is perfectly sized for singles and couples, helping to reduce food waste and portion meals efficiently. Engineered to withstand high temperatures, this sturdy casserole dish is fully safe for both microwave and oven use, making reheating and baking effortless.
Generated by: deepseek-v4-flash
This product has 2 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Speckled Ceramic Baking Dish with Handles, Microwave and Oven Safe, 600 ml",
"product_id": 9537658978543,
"variant_id": 50455660364015,
"quantity": 1,
"grams": 700,
"length_cm": "27.0",
"width_cm": "14.0",
"height_cm": "8.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").