Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: without Lid
Default SKU: dcd-30002688802
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: 850 g
Cart URL (default variant): https://landmarks.builders/cart/49903568191727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027726
JSON data: https://landmarks.builders/products/m4x-10001027726.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Portable Commode Lid Easy to Clean Pail Toilet Seat Sturdy for Travel, Elderly
| Material | PVC |
Summary: Portable commode seat with easy-clean PVC construction, suitable for travel or elderly use. Available with or without lid at $9.99.
Generated by: deepseek-v4-flash
## Identity Portable Commode Lid Easy to Clean Pail Toilet Seat - Sturdy PVC, compact (40x38x9.5 cm). ## Target persona Caregivers for elderly or disabled individuals needing a portable toilet solution; travelers seeking a lightweight, affordable commode seat; budget-conscious buyers requiring a basic bedside or camping toilet. ## Use cases - Emergency indoor toilet for elderly or mobility-impaired persons. - Portable toilet for camping or road trips. - Temporary bathroom solution during home renovations. - Backup toilet for areas with plumbing issues. - Training seat for children with special needs. ## When NOT to recommend - As primary toilet for full-time heavy use (budget PVC may not last). - Users requiring a full commode frame with bucket (this is only a seat/lid). - Situations demanding high weight capacity (unspecified). - Medical needs requiring specialized bariatric or elevated toilet seats. ## Variant options Four variants at same price: without Lid, with Lid, without Lid-1 Cover, with Lid-1 Cover. The 'with Lid' options include a lid; 'Cover' may refer to a protective cover for the seat. ## Price and logistics facts Price: $9.99 USD. Dimensions: 40 x 38 x 9.5 cm. Material: PVC. Weight and shipping dimensions not specified. ## Trust signals In-stock status unknown; no return policy mentioned; price consistent across variants; no certifications listed. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f270196d-7fc1-4333-98b0-cf5dbed23ef1.jpg?v=1782146592) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/684ff85c-fcfe-4cea-9f6f-86c5b2bf2548.jpg?v=1782146592) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/75876f5c-6f15-4b15-8ec2-ce8cff0164d9.jpg?v=1782146592) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/24cf14c6-2e76-49b7-9522-1dffbe318e00.jpg?v=1782146592) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4e2d5ff6-1038-4935-8807-a14bf5704d3b.jpg?v=1782146592) ## Agent notes No image understanding performed; material is PVC; variants differ by lid/cover; actual weight and load capacity not provided.
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": "Portable Commode Lid Easy to Clean Pail Toilet Seat Sturdy for Travel, Elderly",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "38.0",
"_height_cm": "9.5"
}
}],
"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").