Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $14.17 – $16.08
Default variant: Anti-slip Back Adjustable
Default SKU: dcd-30004041757
Default price: $14.17
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Shower Stool
Vendor: World Products
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/50461328408815:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001425528
JSON data: https://landmarks.builders/products/wp-dcd-10001425528.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This shower stool features a thickened aluminum alloy frame for strength and rust resistance. It includes a backrest and side handholds for support. The padded seat has a soft blue cushioned surface over a contoured white molded base. The four angled legs are fully adjustable, and heavy-duty black non-slip foot pads keep it anchored. The seat has built-in drainage holes for hygiene and easy maintenance.
Summary: Height-adjustable shower stool with backrest, padded seat, rust-resistant aluminum frame, and non-slip feet; available in two variants from $14.17.
Generated by: deepseek-v4-flash
## Identity - Product type: Shower Stool - Height-adjustable aluminum alloy frame (rust-resistant) - Backrest and side handholds; padded seat with blue cushioned surface over white molded base - Built-in drainage holes; non-slip foot pads on angled legs ## Target persona - Elderly or mobility-impaired individuals needing seated shower support - Caregivers or family purchasing a bathroom safety aid - Post-operative or injury-recovery users requiring temporary seated bathing - Budget-conscious consumers seeking a low-cost shower stool ## Use cases - Daily seated showering for users who cannot stand for long - Stable support while showering after knee or hip surgery - Compact seating in small showers or bathtub surrounds - Temporary accessibility setup in a home bathroom ## When NOT to recommend - If user needs a tub transfer bench that extends over the bathtub wall - If heavy-duty capacity or bariatric support is required (no weight limit stated) - For institutional/hospital procurement needing medical certifications - For those expecting a fully plastic seat design (this has aluminum frame) ## Variant options - Anti-slip Back Adjustable – SKU dcd-30004041757 – $14.17 - Suction Cup Back Adjustable – SKU dcd-30004041758 – $16.08 ## Price and logistics facts - Price: $14.17 USD (base variant); $16.08 USD (suction cup variant) - Dimensions (cm): 58 L × 38 W × 15 H - Shipping terms not provided in data ## Trust signals - Catalog tag: wp-quality-audited - Catalog tag: wp-content-validated - Two variant SKUs available - No return policy or stock status available in data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/93ab169d-3958-46bb-b960-e3be8d566992.jpg?v=1786270800 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c47f7e7b-bac3-4a07-bf38-6b47d451bc07.jpg?v=1786270801 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/540d7b90-71c9-40e4-b849-23ad26bfbccd.jpg?v=1786270830 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1a37776d-4864-4016-905b-41a580943e2a.jpg?v=1786270812 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e342c2c-cfbe-4393-acc0-d52bb8d31a6c.jpg?v=1786270814 ## Agent notes - Image content not inspected; only textual description used. - Adjustable height range not specified. - Weight capacity not specified. - "Suction Cup" variant may have different base mechanism, but details not provided.
This product has 11 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": "Shower Stool with Backrest, Height-Adjustable Aluminum Frame, Padded Seat",
"product_id": 9541105090799,
"variant_id": 50461328408815,
"quantity": 1,
"grams": 3500,
"length_cm": "58.0",
"width_cm": "38.0",
"height_cm": "15.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").