Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.47 – $3.75
Default variant: Black
Default SKU: dcd-30003501897
Default price: $3.75
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Mobility Aid
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/50401313095919:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001237548
JSON data: https://landmarks.builders/products/wp-dcd-10001237548.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Basic Use: This padded gait belt is a mobility aid designed to support standing, walking, and safe repositioning during daily care routines. Assisted Handling: As a transfer belt and patient transfer belt, it helps caregivers guide movement and provide steadier support during transfers. Handle Design: Multiple sewn loop handles around the side handles and front give users and caregivers secure hand placement for better control and easier lifting. Closure: The front buckle-type closure offers a simple, adjustable fit around the waist for practical use in assisted mobility tasks. Support Purpose: Built as a walking assistance belt, it is intended to improve stability and make assisted movement more manageable during repositioning and transfers.
Summary: Padded gait belt with adjustable buckle closure and multiple sewn handles for caregivers assisting patients with standing, walking, and transfers; available in black and blue.
Generated by: deepseek-v4-flash
## Identity Padded gait belt with multiple sewn loop handles, front buckle closure, and adjustable waist fit. Designed as a mobility aid for assisted standing, walking, and repositioning. ## Target persona - Nurses and nursing assistants in healthcare facilities - Home health caregivers - Physical therapists and rehabilitation staff - Family caregivers assisting older adults or post-operative patients ## Use cases - Transferring a patient from bed to wheelchair - Supporting ambulation during physical therapy sessions - Repositioning a seated patient in a chair - Guiding a patient during toilet transfers - Providing extra stability during walking in hallways - Assisting with postoperative mobility ## When NOT to recommend - For patients requiring full-body mechanical lifts - If patient waist circumference exceeds the belt's adjustable range (no max size stated) - For independent use by the patient without a caregiver - As a fall protection or safety harness ## Variant options - Black: SKU dcd-30003501897, price $3.75 USD - Blue: SKU dcd-30003501898, price $3.47 USD ## Price and logistics facts - Listed price: $3.47 USD (blue variant) - Dimensions: 32 cm × 25 cm × 6 cm - Weight capacity not specified - Logistics details (shipping time, carrier) not provided ## Trust signals - Included in catalog with quality audit tag (wp-quality-audited) - No certifications or warranty information provided - In-stock status not confirmed - Return policy unknown ## Image assets - No image URLs provided; visual inspection not performed. ## Agent notes - Product type: Mobility Aid - Multiple SKUs per color; verify availability per variant - Description mentions use for standing, walking, and repositioning support - No user weight limit or waist measurement range in provided data
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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Padded Gait Belt with Handles Adjustable Patient Transfer Belt Buckle Closure Mobility Aid Wide for Caregivers, Nurses",
"product_id": 9536324534511,
"variant_id": 50401313095919,
"quantity": 1,
"grams": 450,
"length_cm": "32.0",
"width_cm": "25.0",
"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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").