Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Gray
Default SKU: dcd-30002765280
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: 346 g
Cart URL (default variant): https://landmarks.builders/cart/49879120642287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045637
JSON data: https://landmarks.builders/products/m4x-10001045637.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Silicone Microwave Top Mat Heat Resistant Silicone Appliance Tray Easy to Clean
Summary: Silicone mat for microwave top; heat resistant, easy to clean. Available in Gray, Black, Beige. 32.5x27x8 cm. Priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity Silicone Microwave Top Mat Heat Resistant Silicone Appliance Tray Easy to Clean ## Target persona Home cooks and apartment dwellers wanting to protect microwave top from spills, scratches, and heat. Budget-conscious buyers seeking an inexpensive silicone tray. ## Use cases - Placing hot dishes or cups on microwave top without damaging surface - Catching spills or crumbs from microwave use - Using as a non-slip pad for small appliances on microwave - Easy-to-clean surface for quick wipe-downs - Protecting countertop when moving microwave - As a decorative mat on top of microwave ## When NOT to recommend - For oven or stovetop use (insufficient heat rating) - For direct food contact (material not specified for food safety) - For large heavy appliances exceeding weight limit (not specified) - For high-temperature cooking applications ## Variant options - Gray (SKU: dcd-30002765280) - $9.99 - Black (SKU: dcd-30002765281) - $9.99 - Beige (SKU: dcd-30002765282) - $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 32.5 cm x 27.0 cm x 8.0 cm ## Trust signals - In-stock status: Not provided - Return policy: Not provided - Price consistency: All variants same price - Certifications: None specified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4aed8a9d-6e9f-4b87-bc95-4bbf579c4139.jpg?v=1782126320 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eef960ff-71c9-4740-a80f-15ced4578190.jpg?v=1782126319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b60c2a83-dc8b-4ab7-94ae-1bc81e1288d6.jpg?v=1782126319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/be111255-efc7-4942-84db-a484246c3c2e.jpg?v=1782126319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/85f5b528-04e4-4f24-ab13-69e14dd49eba.jpg?v=1782126320 ## Agent notes - Image understanding was not performed; treat URLs as fetchable assets only. - Product type unspecified; likely a general silicone mat. - No information on heat resistance temperature rating. - No information on warranty or care instructions.
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": "Silicone Microwave Top Mat Heat Resistant Silicone Appliance Tray Easy to Clean",
"quantity": 1,
"grams": 346000,
"properties": {
"_length_cm": "32.5",
"_width_cm": "27.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").