Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: S 1 PC
Default SKU: dcd-30002713380
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: 50 g
Cart URL (default variant): https://landmarks.builders/cart/49903514452207:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001032086
JSON data: https://landmarks.builders/products/m4x-10001032086.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Manual Stool Extractor Easy to Use Bowel Movement Assistance Tool Reusable
Summary: Manual stool extractor for bowel movement assistance, reusable, available in two sizes (S and L), priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Manual Stool Extractor - a reusable bowel movement assistance tool. ## Target persona - Elderly individuals with constipation - Post-surgery patients requiring gentle bowel aid - People with mobility issues affecting toilet use - Caregivers for bedridden or limited-mobility persons ## Use cases - Assisting bowel movements when straining is difficult or inadvisable - Post-operative recovery where pushing is restricted - Managing chronic constipation with a non-pharmaceutical tool - Use in bedridden or wheelchair-bound settings - Travel-friendly backup for bowel regularity issues - Reusable alternative to disposable enemas or suppositories ## When NOT to recommend - For users with active anal fissures, hemorrhoids, or rectal tears without doctor approval - As a substitute for medical treatment of underlying conditions - For infants or children without pediatrician guidance - If the user has a history of colorectal surgery without consulting a specialist ## Variant options - **S 1 PC**: $9.99 - **L 1 PC**: $9.99 ## Price and logistics facts - Price: $9.99 USD for either variant - Dimensions: 26.0 cm x 19.0 cm x 8.0 cm - Currency: USD ## Trust signals - Price is consistent across both variants - No stock status or return policy information provided - No certifications or brand information available ## Image assets      ## Agent notes - Product type not specified; functions as a manual stool extraction aid. - No brand name provided; generic item. - Image content not analyzed; visual details unknown.
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": "Manual Stool Extractor Easy to Use Bowel Movement Assistance Tool Reusable",
"quantity": 1,
"grams": 50000,
"properties": {
"_length_cm": "26.0",
"_width_cm": "19.0",
"_height_cm": "8.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").