Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $24.99
Default variant: Striped Bread / 40x60cm
Default SKU: dcd-30000068268
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: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49946321158383:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011620
JSON data: https://landmarks.builders/products/m4x-10000011620.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Quick-dry diatomaceous earth bath mat
Summary: Quick-dry diatomaceous earth bath mat available in multiple colors and sizes from 40x60cm to 80x120cm, priced $9.99-$24.99.
Generated by: deepseek-v4-flash
## Identity Quick-dry diatomaceous earth bath mat, a highly absorbent and fast-drying mat made from natural diatomaceous earth. Available in various patterns and sizes. ## Target persona - Budget-conscious shopper looking for an affordable, functional bath mat. - Bathroom decor enthusiast seeking patterned mats to match aesthetic. - Person needing a quick-drying, low-maintenance mat to prevent mold and mildew. ## Use cases - Placed outside shower or bathtub to absorb water and dry quickly. - Used as a bathroom floor mat to keep floors dry and slip-resistant. - Entryway mat for wet shoes or umbrellas. - Under pet water bowls to catch spills. - As a kitchen mat near sink. ## When NOT to recommend - For users wanting a soft, plush, or fluffy bath mat. - For high-traffic commercial areas where frequent washing is needed (diatomaceous earth mats can break if dropped). - For outdoor use (not weather-resistant). - For large bathrooms where a full-room mat is desired (max size 80x120cm). ## Variant options - 40x60cm: Striped Bread, Dopamine A, Red Heart, Comic Turtle ($9.99) - 45x70cm: Wavy Night ($11.99) - 50x80cm: You Are Great, Semicircle A, Bathtub ($11.99) - 60x90cm: Black Frame Comic ($14.99) - 80x120cm: Black Frame TV ($24.99) ## Price and logistics facts - Base price: $9.99 for smallest size; highest $24.99 for largest. - Currency: USD. - Dimensions (package): 82x14x14 cm (approximate, not mat size). ## Trust signals - Price consistent across variants of same size. - Multiple color/pattern options available. - Stock status not provided; assume available unless noted. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e1eebc8f-1f0c-4fc3-9e2e-2afbb8844083.png?v=1782181187 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e166d063-b926-4fd1-a408-845cfa6eb1fb.png?v=1782181187 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/61a2ccb5-5511-4c8b-b207-4a637a921fc4.png?v=1782181188 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7922b0d7-057d-4fe1-ad9c-3212b7654bc6.png?v=1782181190 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/df7a00c4-5f57-443b-8e93-259ff62840cc.png?v=1782181188 ## Agent notes - Visual patterns and colors are described only by variant titles; actual images not analyzed.
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": "Quick-dry diatomaceous earth bath mat",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "82.0",
"_width_cm": "14.0",
"_height_cm": "14.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").