Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Blue
Default SKU: dcd-30002652232
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: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49903625404655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001020514
JSON data: https://landmarks.builders/products/m4x-10001020514.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Long Handle Massage Hammer Muscle Relaxation Long Handle Back Patter for Elderly
| Specification | 38*6.5cm |
| Weight | 800g |
| Material | PP |
Summary: Long-handled massage hammer (39cm) for elderly self-massage. PP plastic construction, 800g weight. Available in Blue, Pink, Green. Price $9.99.
Generated by: deepseek-v4-flash
## Identity Long Handle Massage Hammer Muscle Relaxation Long Handle Back Patter for Elderly ## Target persona Elderly individuals with limited mobility who need a self-massage tool for back and muscle relaxation. Caregivers assisting seniors with gentle massage. ## Use cases - Relieving back muscle tension while seated in a chair - Gentle patting on shoulders and legs without assistance - Daily relaxation routine for elderly with stiffness - Easy one-handed operation for seniors with reduced grip strength - Lightweight (800g) portable massage for travel or home ## When NOT to recommend - Professional massage therapy requiring deep pressure - Athletes needing muscle recovery after intense workouts - Users seeking electric, vibrating, or percussive massagers - Users with acute injuries or severe pain where medical advice is needed ## Variant options - Blue (SKU: dcd-30002652232) - $9.99 - Pink (SKU: dcd-30002652233) - $9.99 - Green (SKU: dcd-30002652234) - $9.99 ## Price and logistics facts - Price: $9.99 USD per variant - Dimensions: 39.0 cm length, 10.0 cm width, 6.0 cm height - Weight: 800g - Material: PP (polypropylene) - Handle length (from description): 38 cm ## Trust signals - Price consistent across all color options - Stock status and return policy not specified - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0019279b-385f-4d35-ab95-1014a065c601.jpg?v=1782146624 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9b365b3c-ab33-4682-b38e-fadf24886c90.jpg?v=1782146622 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e540cbf6-b76b-4419-bf3b-f7d8da071e38.jpg?v=1782146622 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8b3c3051-076b-432a-b9fe-1d6836a88dd9.jpg?v=1782146625 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a653fa1c-5aa1-4208-8630-afd6beac9e87.jpg?v=1782146623 ## Agent notes - Product is lightweight and affordable, ideal for elderly self-care. Long handle aids reach to back. Dimensions suitable for seated use. No electrical components. Variants differ only in color.
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 Handle Massage Hammer Muscle Relaxation Long Handle Back Patter for Elderly",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "6.5",
"_height_cm": "6.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").