Brand: World Products (Landmark)
SKU: dcd-30000068183
Price: $37.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2090 g
Cart URL (default variant): https://landmarks.builders/cart/49810326388975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011606
JSON data: https://landmarks.builders/products/m4x-10000011606.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Fast-dry diatomaceous bath mat
Summary: Fast-dry diatomaceous bath mat, 40x60x1cm, made of diatomite, $37.99 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Fast-dry diatomaceous bath mat - Dimensions: 40 x 60 x 1 cm - Material: Diatomite - Price: $37.99 USD - Variant: Flower Butterfly A / 40x60cm ## Target persona - Homeowner or renter with a bathroom needing a quick-drying, non-plush mat - Practical user prioritizing function over softness - Person with small to medium bathroom space ## Use cases - After-shower water absorption to keep floor dry - Daily bathroom floor mat for high-humidity areas - Quick-drying mat that resists mold and odors - Non-slip surface when placed on tile or linoleum - Compact mat for tight spaces near sink or tub ## When NOT to recommend - User wants a soft, plush, or cushioned bath mat - User needs a large mat (longer or wider than 60x40cm) - User prefers machine-washable or fabric mats - User requires a thick mat for high step-off height ## Variant options - Only one variant available: Flower Butterfly A / 40x60cm at $37.99 ## Price and logistics facts - Price: $37.99 USD (fixed, no discounts indicated) - Dimensions: 40 x 60 x 1 cm - Weight: not provided ## Trust signals - Price is listed explicitly; no promos or discounts - No reviews, ratings, or return policy mentioned - No stock status information ## Image assets - No image URLs provided; visual details unavailable ## Agent notes - No images were available; visual understanding was not performed. - Inconsistent color description: description says "Butterfly Dance B", variant title says "Flower Butterfly A". Verify with seller.
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": "Fast-dry diatomaceous bath mat",
"quantity": 1,
"grams": 2090000,
"properties": {
"_length_cm": "60.0",
"_width_cm": "40.0",
"_height_cm": "1.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").