Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Gray
Default SKU: dcd-30002687100
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: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49903569699055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027236
JSON data: https://landmarks.builders/products/m4x-10001027236.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Silicone Refrigerator Mat Non-Slip Refrigerator Floor Protector Leak Proof
| Specification | 69*16.6*1.5cm |
Summary: Silicone refrigerator mat, non-slip, leak proof, protects floor from spills. Available in Gray or Black for $9.99.
Generated by: deepseek-v4-flash
## Identity Silicone Refrigerator Mat Non-Slip Refrigerator Floor Protector Leak Proof ## Target persona Homeowners or renters with standard refrigerators wanting to protect kitchen floors from spills, drips, and scratches; people seeking easy cleanup of appliance leaks. ## Use cases - Under refrigerator to catch condensation or spills. - Under washing machine or dishwasher as a drip tray. - Under water cooler or ice maker for leak protection. - To prevent floor scratches when sliding appliances. - As a protective layer for easy cleaning under kitchen appliances. ## When NOT to recommend - For outdoor or high-moisture areas where silicone may degrade. - For heavy commercial refrigerators that exceed weight capacity. - As a food contact surface. - For users who need a larger mat (e.g., covering entire kitchen floor). ## Variant options - Gray (SKU: dcd-30002687100) – $9.99 - Black (SKU: dcd-30002687101) – $9.99 ## Price and logistics facts - Price: $9.99 (USD) per mat. - Dimensions: Listed as 71.0 x 18.0 x 3.0 cm; description states 69 x 16.6 x 1.5 cm – discrepancy noted. - Sold individually. ## Trust signals - In-stock status not specified. - Return policy not provided. - Price consistent across variants. - No certifications available. ## Image assets      ## Agent notes - Dimensions discrepancy: product dimensions_cm (71x18x3) differ from description (69x16.6x1.5). Verify before use. - No image understanding performed; do not infer visual features from images.
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 Refrigerator Mat Non-Slip Refrigerator Floor Protector Leak Proof",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "69.0",
"_width_cm": "16.6",
"_height_cm": "1.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").