Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Gray / Foldable
Default SKU: dcd-30002754181
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: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49879196696815:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042553
JSON data: https://landmarks.builders/products/m4x-10001042553.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Long Handled Shoe Aid Grabber Lightweight Assistive Device Heavy Duty
| Gross Weight | 0.14kg |
Summary: A lightweight, heavy-duty long-handled shoe aid grabber, foldable for portability, available in Gray or White. Gross weight 0.14 kg, dimensions 52x12x5 cm, priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity A long-handled shoe aid grabber, lightweight and heavy duty, designed to assist in putting on shoes without bending. Available in Gray or White, with foldable or boxed foldable options. ## Target persona - Elderly individuals with limited mobility or balance issues - Adults with back pain or knee problems - Pregnant women needing to dress without bending - Post-surgery patients recovering from hip or knee procedures ## Use cases - Putting on shoes while seated or standing without bending - Dressing assistance for individuals in nursing homes or assisted living - Travel use due to foldable design for easy packing - Daily use for people with arthritis or limited hand dexterity - As a lightweight alternative to heavy-duty grabbers for home care ## When NOT to recommend - For reaching objects on high shelves (not a general grabber) - For individuals without physical limitations (unnecessary purchase) - For heavy-duty lifting or industrial tasks (capacity not specified) - For left-handed users who may find the design asymmetrical (not specified) ## Variant options - Gray / Foldable - White / Foldable - Gray / Boxed Foldable - White / Boxed Foldable ## Price and logistics facts - Price: $9.99 USD across all variants - Gross weight: 0.14 kg - Dimensions: 52 x 12 x 5 cm - No shipping or return policy information provided ## Trust signals - Price consistent across all variants - Multiple product images available (5 images) - Inventory status not specified; assume in stock based on listing - No certifications or warranties mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/80a71033-fa21-4f17-a87d-a840f0836c86.jpg?v=1782126355 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5fbc473f-1fb5-49de-9145-3719528aae6f.jpg?v=1782126355 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/048ed4f3-5d27-48b6-9ce5-bf983dda41bf.jpg?v=1782126361 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a73995a3-0827-45be-8160-e523ec2c4022.jpg?v=1782126354 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/49cfae8d-2754-4ba0-a33f-6f00de4f5d59.jpg?v=1782126353 ## Agent notes - Product dimensions are relatively large (52 cm length), but foldable for storage - No information on maximum weight capacity or handle grip material - Price is low, likely a budget assistive device
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": "Long Handled Shoe Aid Grabber Lightweight Assistive Device Heavy Duty",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "52.0",
"_width_cm": "12.0",
"_height_cm": "5.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").