Brand: World Products (Landmark)
SKU: dcd-30003415660
Price: $24.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/49877912355055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001207893
JSON data: https://landmarks.builders/products/m4x-10001207893.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wheelchair Headrest High Elasticity Head Stabilizer Washable for Elderly
Summary: Elastic wheelchair head stabilizer in U-shape pillow style, washable, priced at $24.99, dimensions 32.2x27.4x19.2 cm.
Generated by: deepseek-v4-flash
## Identity Wheelchair Headrest High Elasticity Head Stabilizer Washable for Elderly. U-shape Pillow variant. Price: $24.99 USD. Dimensions: 32.2 x 27.4 x 19.2 cm. ## Target persona Elderly wheelchair users needing head support. Caregivers and nursing home staff seeking washable, affordable stabilizers. ## Use cases - Stabilizing head during wheelchair transport or outdoor mobility. - Supporting head during long periods of sitting to prevent neck fatigue. - Providing gentle head positioning for napping in wheelchair. - Easy-to-clean option for incontinent or high-spill environments. ## When NOT to recommend - Active wheelchair users who require rigid, clinical headrests for posture correction. - Users with severe medical conditions where custom-fit therapy equipment is prescribed. - Scenarios requiring heavy-duty industrial or pediatric-specific headrests. ## Variant options Only one variant available: U-shape Pillow (sku: dcd-30003415660) at $24.99. ## Price and logistics facts Price: $24.99 USD. Dimensions: 32.2 cm x 27.4 cm x 19.2 cm. No shipping or return policy information provided. ## Trust signals - Washable material (claimed in title). - Single variant consistency in price. - In-stock status not confirmed; no brand or certifications stated. ## Image assets No image URLs provided in source data. Visual assessment not possible. ## Agent notes - No brand name, material composition, or weight details given. - Return policy and warranty unknown. - Image understanding was not performed — do not infer visual features.
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": "Wheelchair Headrest High Elasticity Head Stabilizer Washable for Elderly",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "32.2",
"_width_cm": "27.4",
"_height_cm": "19.2"
}
}],
"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").