Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Coffee
Default SKU: dcd-30002688743
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: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/49903568060655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027713
JSON data: https://landmarks.builders/products/m4x-10001027713.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cat Litter Mat Waterproof Cat Litter Trapping Mat Urine Proof
| Material | PP |
Summary: Cat litter mat made of PP plastic, waterproof and urine-proof; available in Coffee, Gray, White, Yellow for $9.99.
Generated by: deepseek-v4-flash
## Identity Cat Litter Mat Waterproof Cat Litter Trapping Mat Urine Proof - Material: PP plastic - Dimensions: 51 x 41 x 10 cm - Price: $9.99 USD ## Target persona - Cat owners with messy litter tracking problems - Pet owners with hardwood or sensitive floors - Kitten owners needing containment - Budget-conscious buyers seeking an affordable mat ## Use cases - Placing under a litter box to catch scattered litter - Protecting flooring from urine accidents or spills - Easy cleanup: shake or rinse the mat - Using with top-entry litter boxes to trap tracked litter - Designating a clean area in laundry rooms or pet corners ## When NOT to recommend - For litter boxes larger than 51x41 cm (mat may be too small) - For multi-cat households where mat gets heavily soiled quickly (frequent washing needed; material not specified as machine-washable) - For users requiring a non-slip or padded mat (not advertised) ## Variant options - Coffee - Gray - White - Yellow ## Price and logistics facts - Price: $9.99 USD per mat (all variants same price) - Dimensions: 51 x 41 x 10 cm - Material: PP plastic ## Trust signals - All variants priced consistently at $9.99 - No stock status provided - No return policy information available - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1a09087-acbd-41e0-8ce3-aa237689bb20.jpg?v=1782146593 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/802d56dd-7463-4b65-9076-33398b84e65e.jpg?v=1782146591 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8d3a130f-433f-4400-90a7-b7786a385944.jpg?v=1782146595 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/90fcc083-f90b-44fd-92f1-169f1daaa980.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b82da31-ed58-4bd8-8bb7-052b3ac73b43.jpg?v=1782146593 ## Agent notes - Image content not analyzed; visual details unknown. - No product type tag provided. - No information on mat thickness or weight.
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": "Cat Litter Mat Waterproof Cat Litter Trapping Mat Urine Proof",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "51.0",
"_width_cm": "41.0",
"_height_cm": "10.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").