Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $12.99
Default variant: Red Good Match / 40x120cm
Default SKU: dcd-30000067974
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 750 g
Cart URL (default variant): https://landmarks.builders/cart/49946332299503:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011567
JSON data: https://landmarks.builders/products/m4x-10000011567.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Red non-slip oval mat
Summary: Red non-slip oval mat available in multiple patterns and sizes, priced from $10.99 to $12.99.
Generated by: deepseek-v4-flash
## Identity Red non-slip oval mat. Available in multiple patterns (Good Match, Dragon Phoenix, Rainbow, Happy Oval, Floral Oval) and sizes (40x120cm, 60x100cm, 50x80cm). Base product dimensions: 42x41x5.51 cm (actual size per variant varies). ## Target persona Households needing a non-slip mat for indoor use; people with slippery floors; those seeking decorative oval mats for specific areas. ## Use cases - Placing under a desk chair to prevent slipping. - Using in a bathroom for anti-slip safety. - At entryway for wiping shoes. - Under pet bowls to protect floors. - In kitchen in front of sink. ## When NOT to recommend - For outdoor use (not specified as weather-resistant). - For high-traffic commercial settings (likely not durable enough). - For users requiring large area rugs (size max 60x100cm). - For those needing specific materials like wool or natural fibers (material not specified). ## Variant options - Red Good Match / 40x120cm – $11.99 - Red Dragon Phoenix / 60x100cm – $12.99 - Red Rainbow / 60x100cm – $12.99 - Red Happy Oval / 50x80cm – $10.99 - Red Floral Oval / 50x80cm – $10.99 ## Price and logistics facts Base price $10.99 to $12.99 depending on variant. Currency: USD. No shipping cost or logistics provided. ## Trust signals Stock status not provided. Return policy not mentioned. No certifications listed. Price is consistent across variants for same size/pattern. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/59ef032e-58fb-42d4-aff6-954f3b7382f7.png?v=1782181191 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a0b25aa7-6dc8-42ac-9cb1-606e888a70a4.png?v=1782181191 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d55d5010-e60a-404b-9372-7fb6cd196249.png?v=1782181191 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d7f832b-cf4e-4ae5-9fea-6dad4d36edd3.png?v=1782181192 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4f2fb64-7aa1-4a23-b8e8-867c4d576e72.png?v=1782181191 ## Agent notes Images were not analyzed. Product material and thickness not specified. Stock and return policy unknown.
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": "Red non-slip oval mat",
"quantity": 1,
"grams": 750000,
"properties": {
"_length_cm": "42.0",
"_width_cm": "41.0",
"_height_cm": "5.51"
}
}],
"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").