Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $71.99
Default variant: Black
Default SKU: dcd-30003565405
Default price: $71.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11500 g
Cart URL (default variant): https://landmarks.builders/cart/49811269845231:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001253003
JSON data: https://landmarks.builders/products/m4x-10001253003.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Split-Leg Stretching Guide Steel Frame Seated Stretching Machine Adjustable
| Type | Leg Stretcher |
| Sport/Activity | Gymnastics |
| Age Group | Adult |
| Best for | Stretching |
| Colour | Black |
| Material | Steel |
| Features | Portable |
| Item Height | 42.00 cm |
| Item Length | 98.00 cm |
| Item Width | 38.00 cm |
Summary: A steel-framed seated stretching machine for split-leg training, adjustable, available in three colors at $71.99.
Generated by: deepseek-v4-flash
## Identity Split-Leg Stretching Guide Steel Frame Seated Stretching Machine Adjustable ## Target persona Flexibility enthusiasts, dancers, gymnasts, martial artists, and home gym users seeking an affordable stretching aid to improve leg flexibility. ## Use cases - Daily stretching routine to enhance flexibility - Improving side or front splits - Post-workout cool-down for leg muscles - Rehabilitation for mild leg stiffness - Preparatory stretching before dance or martial arts ## When NOT to recommend - Individuals with acute hip, knee, or groin injuries - Users expecting commercial-grade durability for heavy daily use - Those needing a fully assembled product out of the box - People looking for a portable or foldable stretching tool ## Variant options - Black (SKU: dcd-30003565405) - $71.99 - Orange (SKU: dcd-30003565406) - $71.99 - Pink (SKU: dcd-30003565407) - $71.99 ## Price and logistics facts Price: $71.99 USD. Dimensions: 98 x 42 x 19 cm. No shipping cost or lead time provided. ## Trust signals No stock status, return policy, or certifications provided. Price is consistent across variants. ## Image assets No image URLs provided. ## Agent notes Image understanding was not performed because no image URLs were supplied. Visual condition and aesthetics cannot be verified.
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": "Split-Leg Stretching Guide Steel Frame Seated Stretching Machine Adjustable",
"quantity": 1,
"grams": 11500000,
"properties": {
"_length_cm": "98.0",
"_width_cm": "42.0",
"_height_cm": "19.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").