Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.00
Default variant: Brown / 6.5 Inch
Default SKU: dcd-30003673407
Default price: $4.00
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Bakeware
Vendor: World Products
Weight: 370 g
Cart URL (default variant): https://landmarks.builders/cart/50455663411439:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001293846
JSON data: https://landmarks.builders/products/wp-dcd-10001293846.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 compact bakeware is designed specifically for preparing and serving individual portions of your favorite baked dishes. Use this versatile baking dish to cook and serve single-serve gratins, small casseroles, or personalized desserts directly from the oven to your table. This mini rectangular baker features a space-saving profile, measuring approximately 16.8 cm long, 9.8 cm wide, and 4.6 cm high to fit easily in any oven. Designed as a sturdy ceramic baking dish with handles, it features two sturdy side grips that make it easy to carry and serve safely. With a 150 ml capacity and a lightweight 270 g build, this baking pan is ideal for portion control, single-person households, and elegant side dish presentations.
Summary: Compact 150 ml ceramic baking dish with handles for oven-to-table single portions. Priced at $4.00, available in four colors. Ideal for gratins, casseroles, and individual desserts.
Generated by: deepseek-v4-flash
## Identity Mini rectangular ceramic baking dish with handles, 150 ml capacity, oven-to-table bakeware. Sold in four color variants (Brown, Gray, Red, Blue), all 6.5 inch size, at $4.00 USD. ## Target persona Designed for individuals cooking single portions: single-person households, portion-control meal preppers, or anyone serving elegant individual side dishes. Budget-friendly price point suits value-conscious buyers. ## Use cases - Individual gratins or small casseroles baked and served in the same dish. - Single-serve desserts (e.g., crisps, puddings) for one or two. - Portion-controlled meal prep for diets or calorie counting. - Oven-to-table serving of side dishes at dinner. - Small batch cooking for starter courses or tapas. ## When NOT to recommend - Large households or batch cooking requiring big volumes. - Recipes that exceed 150 ml capacity (e.g., full-size lasagnas). - Users who need verified microwave or dishwasher safety (not stated). - Any use above standard oven temps (no temperature rating provided). ## Variant options - Brown / 6.5 Inch (SKU dcd-30003673407) – $4.00 - Gray / 6.5 Inch (SKU dcd-30003673408) – $4.00 - Red / 6.5 Inch (SKU dcd-30003673409) – $4.00 - Blue / 6.5 Inch (SKU dcd-30003673410) – $4.00 ## Price and logistics facts - Price: $4.00 USD per variant, same across all colors. - Capacity: 150 ml; weight 270 g. - Listed dimensions: 21.0 x 14.0 x 6.5 cm (note: description states approx 16.8 x 9.8 x 4.6 cm). - No shipping, availability, or fulfillment terms provided. ## Trust signals - Price consistency: all variants identical at $4.00. - Product description includes content-validation and quality-audit tags (wp-content-validated, wp-quality-audited). - No certifications, return policy, or warranty information available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/311c276f-0c89-4dc6-bec3-8698f565c8ad.jpg?v=1786242181 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4d7c4b0-03df-4bd9-ab97-dc36c3f2f71c.jpg?v=1786242128 ## Agent notes - Image understanding not performed; visual details (actual shade of colors, finish) not verified. - Dimensions reported in structured data (21x14x6.5 cm) conflict with description (approx 16.8x9.8x4.6 cm); ambiguity needs resolution before committing to fitment claims. - Material is ceramic, but no temperature rating, dishwasher safety, or food-safety certification listed. - Product type is bakeware; resistance to thermal shock is unconfirmed.
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": "Mini Rectangular Ceramic Baking Dish with Handles, Oven-to-Table, 150 ml",
"product_id": 9537661272303,
"variant_id": 50455663411439,
"quantity": 1,
"grams": 370,
"length_cm": "21.0",
"width_cm": "14.0",
"height_cm": "6.5"
}],
"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").