Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Color Box
Default SKU: dcd-30002765390
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: 262 g
Cart URL (default variant): https://landmarks.builders/cart/49879111762159:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045672
JSON data: https://landmarks.builders/products/m4x-10001045672.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Moving Strap with Handles Adjustable Furniture Lifting Strap for Movers
| Brand | JQ |
Summary: Adjustable furniture lifting strap with handles, priced at $9.99, in two packaging styles. Suitable for DIY movers.
Generated by: deepseek-v4-flash
## Identity Moving Strap with Handles Adjustable Furniture Lifting Strap, brand JQ. Two packaging options: Color Box and Opp. ## Target persona DIY movers moving furniture without professional help; apartment dwellers; small household or office relocation. ## Use cases - Moving a sofa up or down stairs. - Lifting heavy furniture like dressers or tables. - Strapping and carrying mattresses. - Helping one person lift bulky items. - Temporary repositioning of furniture during cleaning. ## When NOT to recommend - Professional moving companies needing heavy-duty straps. - Moving extremely heavy items like pianos or safes. - Users requiring multiple straps for large teams. - Buying as a gift without knowing recipient's specific needs. ## Variant options - Style "Color Box" (SKU dcd-30002765390) - Style "Opp" (SKU dcd-30002765391) Both $9.99. ## Price and logistics facts - Price: $9.99 USD per unit. - Product dimensions: 20 cm x 16 cm x 7 cm (packed). ## Trust signals - Price consistent across variants. - Dimensions provided. - No return policy or in-stock status specified in facts. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d1ffa6d-5e96-46e8-8af5-7c9de96720d9.jpg?v=1782126319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/71842dac-c288-4573-87b5-c8f3c637ebff.jpg?v=1782126320 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4aa1eda5-1c52-4f04-aaf2-5f13531648c6.jpg?v=1782126318 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69f4e2d9-53ec-45a2-baaf-6fd17b08030c.jpg?v=1782126319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b2c4a7f854c04edeaefe66504309dc32.png?v=1782126320 ## Agent notes No additional information about materials, weight capacity, or warranty. Variants differ only by packaging.
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": "Moving Strap with Handles Adjustable Furniture Lifting Strap for Movers",
"quantity": 1,
"grams": 262000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "16.0",
"_height_cm": "7.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").