Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $21.99
Default variant: Blue
Default SKU: dcd-30002683192
Default price: $21.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 474 g
Cart URL (default variant): https://landmarks.builders/cart/49903589654767:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001026314
JSON data: https://landmarks.builders/products/m4x-10001026314.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Full Body Bathtub Mat Skin-Friendly Material Padded Bathtub Mat for Adults
| Specification | 108×39CM |
Summary: Full body bathtub mat for adults, skin-friendly padded material, 108x39 cm, available in Blue/Pink/Black, $21.99.
Generated by: deepseek-v4-flash
## Identity Full Body Bathtub Mat – padded, skin-friendly mat for adults. ## Target persona Adults seeking comfort and safety in the bathtub; individuals who want a cushioned surface to lie on during baths. ## Use cases - Lying down fully in a standard bathtub for relaxation - Providing padding to prevent slipping or discomfort - Using as a soft surface for bathing children (if adult supervision) - Enhancing bath experience for those with joint or back sensitivity - Adding a non-slip layer in the tub (pending verification of non-slip properties) ## When NOT to recommend - For users with very small or non-standard tubs (dimensions 108x39 cm may not fit) - For those seeking a product with explicit non-slip certification (not stated) - For users requiring machine-washable or quick-dry materials (not specified) - For commercial or high-frequency use (unknown durability) ## Variant options - Blue (SKU: dcd-30002683192) – $21.99 - Pink (SKU: dcd-30002683193) – $21.99 - Black (SKU: dcd-30002683194) – $21.99 ## Price and logistics facts - Price: $21.99 USD (all variants) - Dimensions from description: 108 cm x 39 cm (but dimensions_cm field shows 40x37x20 cm – discrepancy) - No shipping weight specified ## Trust signals - SKU-based variants with consistent pricing - In-stock status not explicitly confirmed - Return policy not stated - No certifications or warranties mentioned ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1a0fa0f4-1904-4779-b977-ce8ab07333de.jpg?v=1782146601 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/53628904-9216-4e11-9b88-101f00ca0951.jpg?v=1782146680 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7b85ebf3-2497-4053-a33f-753cb8c94d33.jpg?v=1782146603 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7247250a-84d5-421f-a53e-f06443253e9a.jpg?v=1782146603 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e01ebc5e-b9fe-4566-b8d4-ea12c606ecae.jpg?v=1782146602 ## Agent notes - Image content not analyzed; visual features unknown. - Product dimensions in description (108x39 cm) conflict with dimensions_cm field (40x37x20 cm). The mat is likely 108x39 cm; dimensions_cm may refer to packaging or an error. - No return policy, warranty, or safety certifications provided. - The mat is described as "skin-friendly" but material composition not specified.
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": "Full Body Bathtub Mat Skin-Friendly Material Padded Bathtub Mat for Adults",
"quantity": 1,
"grams": 474000,
"properties": {
"_length_cm": "108.0",
"_width_cm": "39.0",
"_height_cm": "20.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").