Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $23.99
Default variant: Round Moon / 50x80cm
Default SKU: dcd-30000066402
Default price: $17.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/49946377945327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011313
JSON data: https://landmarks.builders/products/m4x-10000011313.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Absorbent Quick-Dry Bath Mat, Non-Slip Rug for Home
Summary: A functional bath mat with quick-dry and non-slip features, available in multiple sizes and printed designs, priced from $10.99.
Generated by: deepseek-v4-flash
## Identity Absorbent Quick-Dry Bath Mat, Non-Slip Rug for Home ## Target persona Budget-conscious homeowners or renters seeking a practical, machine-washable bath mat with a fun design; parents wanting a non-slip mat for kids' bathrooms; pet owners looking for a mat with pet-themed patterns. ## Use cases - Placed in front of a shower or bathtub to absorb water and prevent slipping - Used as a decorative doormat for a bathroom - As a pet bed or feeding area mat - In a laundry room or kitchen for quick-dry utility - As a giveaway or inexpensive housewarming gift ## When NOT to recommend - For luxury spa bathrooms expecting plush, thick mats - For outdoor use (not specified weather-resistant) - For users needing a very large mat (max 60x90cm) - When a heavy, ultra-absorbent shag mat is preferred ## Variant options 10 variants: 3 sizes (40x60cm, 50x80cm, 60x90cm) with various printed designs (Round Moon, Welcome Home, Cute Black Cat White, Rainbow, Orange Cat, Sitting Panda, Stream, Cute Corgi Gray, Settle Down, Cute Shiba Inu). Prices: $10.99 for 40x60cm, $17.99 for 50x80cm, $23.99 for 60x90cm. ## Price and logistics facts Base price $10.99 (40x60cm). Currency USD. Dimensions not explicitly for each variant; overall size range given. No shipping or return policy provided. ## Trust signals In-stock status not specified; return policy unknown; price consistency across variants; no certifications mentioned. ## Image assets 5 image URLs available; cannot describe content without visual inspection. ## Agent notes No detailed product description beyond title; material and care instructions not provided. Image understanding not performed.
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": "Absorbent Quick-Dry Bath Mat, Non-Slip Rug for Home",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "31.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").