Brand: World Products (Landmark)
SKU: dcd-30002686684
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 600 g
Cart URL (default variant): https://landmarks.builders/cart/49903570288879:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027111
JSON data: https://landmarks.builders/products/m4x-10001027111.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Pot Lid Heat Retention Stainless Steel Melting Dome Food Grade
Summary: Stainless steel pot lid (diameter ~23.6 cm, height 11 cm) for heat retention and melting dome applications. Food grade, silver, $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless steel pot lid with heat retention properties, food grade, silver finish. ## Target persona Home cooks and small-scale food preparers seeking an affordable, food-grade lid for standard-sized pots (approx. 23.6 cm diameter). ## Use cases - Covering pots while simmering to retain heat and moisture. - Melting chocolate, cheese, or butter using the dome shape. - Using as a splatter guard during frying (if compatible). - Covering food to keep warm before serving. - Replacing lost or damaged lids for compatible pots. ## When NOT to recommend - If the pot's diameter is not approximately 23.6 cm (the lid is size-specific). - If a transparent or see-through lid is needed for monitoring cooking. - If the user requires a non-stick or coated lid. - If the user needs a lid for pressure cooking (unspecified compatibility). ## Variant options Only available in Silver color. ## Price and logistics facts - Price: $9.99 USD - Dimensions: 23.6 cm x 23.6 cm x 11.0 cm (width x depth x height) ## Trust signals - Material: food grade stainless steel. - Single variant ensures price consistency. - No explicit stock or return policy provided in facts; assume general e-commerce terms. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/66ba1f68-b08b-4ef4-9e1f-9d66c4dda090.jpg?v=1782146599 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62c7b90d-22f4-46e4-853e-33c6b3983e95.jpg?v=1782146596 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0df9cea6-e5dc-4c9a-a8a9-a6cbd0300dbb.jpg?v=1782146596 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a703328-d20a-407d-aa24-3ce777b2fffd.jpg?v=1782146596 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0bca1a70-178a-44f7-b386-f422177761c1.jpg?v=1782146595 ## Agent notes Image contents not analyzed; treat images as fetchable assets only.
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 Pot Lid Heat Retention Stainless Steel Melting Dome Food Grade",
"quantity": 1,
"grams": 600000,
"properties": {
"_length_cm": "23.6",
"_width_cm": "23.6",
"_height_cm": "11.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").