Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.63
Default variant: Off-white
Default SKU: dcd-30003677943
Default price: $2.63
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Sitz Bath
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/50405822955759:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001295495
JSON data: https://landmarks.builders/products/wp-dcd-10001295495.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Designed specifically as a supportive toilet sitz bath to provide gentle, soothing relief and cleansing for postpartum women and moms. Crafted from thickened PP plastic with a smooth molded body, this long-lasting sitz bath basin is built to withstand regular daily use. Features a built-in drain opening at the bottom with a press-type press-to-drain drainage plug, making it incredibly easy to empty without lifting. The rounded square basin is shaped to rest comfortably over the toilet seat area, offering a secure fit for toilet inner widths of 24-32 cm. This purpose-built sitz bath basin simplifies your daily hygiene routine, offering a low-mess and space-saving solution for personal care.
Summary: A press-to-drain sitz bath basin made of thickened PP plastic, designed for postpartum women; fits toilet inner widths 24–32 cm; available in off-white and green at $2.63.
Generated by: deepseek-v4-flash
## Identity Press-to-Drain Sitz Bath with Drain Plug — a rectangular-rim sitz bath basin molded from thickened PP plastic. It sits over a toilet seat and has a bottom drain plug operated by pressing, so it can be emptied without lifting. Designed for gentle cleansing relief for postpartum women/moms. Two color variants (off-white, green) at the same price. ## Target persona - Postpartum women (new mothers) looking for an affordable hygiene aid for perineal care. - Caregivers or families purchasing low-cost sitz bath items for home recovery. - Budget-conscious buyers who want a basic functional sitz bath, not a premium bidet system. ## Use cases - Postpartum perineal soaks and cleansing at home on a standard toilet. - Quick daily sitz baths for comfort after delivery. - Portable sitz bath carried to different bathrooms because it can drain without lifting. - As a low-cost add-on for postpartum care kits or hospital discharge bags. ## When NOT to recommend - If the user needs a full-size bathtub soak or an electric/heated sitz bath. - If toilet inner width is under 24 cm or over 32 cm – fit is not guaranteed. - If the user expects a U-shaped notch for perineal access; description only mentions a rounded square basin. - If purchase requires a known return policy or in-stock guarantee, since neither is stated. ## Variant options - Off-white (SKU dcd-30003677943) — $2.63 - Green (SKU dcd-30003677944) — $2.63 ## Price and logistics facts - Price: USD $2.63 (both variants) - Dimensions: 40.0 × 39.0 × 13.0 cm - Toilet inner width requirement: 24–32 cm - Drain: press-to-drain bottom plug - Material: thickened PP plastic ## Trust signals - No explicit in-stock status, return policy, or certifications provided in the source facts. - Product tags include "wp-quality-audited" and "wp-content-validated" (catalog metadata). - Price is consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b45f9297-9bb0-45f8-b045-9316652088eb.jpg?v=1786242174 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/52cc7aae-0f7e-4709-8e43-68591e1abb47.jpg?v=1786242151 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5609940b-5c2f-4d33-84e3-67de83c08f3a.jpg?v=1786242181 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/76886975-c848-4b4c-bfbd-1d5bb65be71f.jpg?v=1786242156 Note: images were not visually inspected. ## Agent notes - This is a low-cost, basic sitz bath. Fit is only specified for toilet inner widths 24–32 cm. - No brand/manufacturer name or return policy in the source data. - The description targets postpartum women but the product is a non-powered plastic basin.
This product has 4 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Press-to-Drain Sitz Bath with Drain Plug",
"product_id": 9537727987951,
"variant_id": 50405822955759,
"quantity": 1,
"grams": 500,
"length_cm": "40.0",
"width_cm": "39.0",
"height_cm": "13.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").