Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Green
Default SKU: dcd-30002654009
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: 817 g
Cart URL (default variant): https://landmarks.builders/cart/49903624323311:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001020796
JSON data: https://landmarks.builders/products/m4x-10001020796.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Toddler Potty Chair Detachable Bowl Kids Floor Potty Easy to Clean for Toddlers
| Material | PP |
Summary: A budget-friendly toddler potty chair in three colors, made of PP plastic with a detachable bowl for easy cleaning.
Generated by: deepseek-v4-flash
## Identity Toddler Potty Chair Detachable Bowl Kids Floor Potty Easy to Clean for Toddlers ## Target persona Parents or guardians of toddlers (1-3 years) seeking a low-cost, basic floor potty for toilet training at home. ## Use cases - First potty training step for a toddler learning to use the toilet. - Placing in a bathroom or playroom for quick access during training. - Using as a standalone potty when traveling to a relative's house. - Easy cleanup after accidents due to detachable bowl. - Transitioning from diaper to toilet with a child-sized seat. ## When NOT to recommend - For heavier or larger toddlers (over 30 lbs or 3+ years) who may outgrow the small size. - For parents seeking a potty with splash guard or ergonomic design (no details provided). - For use as a training seat on a regular toilet (it's a floor potty, not a seat reducer). - For those requiring high-end materials or odor control features. ## Variant options - Green ($9.99) - Red ($9.99) - Orange ($9.99) All colors same price. ## Price and logistics facts Price: $9.99 USD. Dimensions: 34.6 x 29.8 x 25.0 cm. Material: PP plastic. No shipping or tax information provided. ## Trust signals - In-stock status not specified. Return policy not specified. Price is consistent across variants. No certifications mentioned. ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e41b575-ca90-4f27-bbd7-d49f13e12f13.jpg?v=1782146629 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3e1da658-db5a-40ea-b31f-d93588aab69e.jpg?v=1782146621 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1482cf86-e967-41b0-a18e-59e9f38c563f.jpg?v=1782146621 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5f6156c3-f703-4cad-87c8-e8ddfe37a96a.jpg?v=1782146621 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/525d9b59-9582-425c-aac7-3efecf308f7d.jpg?v=1782146621 ## Agent notes Image details were not inspected. Verify color accuracy and actual design from images. No stock level or return policy data 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": "Toddler Potty Chair Detachable Bowl Kids Floor Potty Easy to Clean for Toddlers",
"quantity": 1,
"grams": 817000,
"properties": {
"_length_cm": "34.6",
"_width_cm": "29.8",
"_height_cm": "25.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").