Brand: World Products (Landmark)
SKU: dcd-30003498603
Price: $297.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 10400 g
Cart URL (default variant): https://landmarks.builders/cart/49814763176175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001234788
JSON data: https://landmarks.builders/products/m4x-10001234788.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A polished metal floor-standing Pilates frame for stretching and resistance exercises, priced at $297.99 with one fork-shaped metal variant.
Generated by: deepseek-v4-flash
## Identity Standing Pilates Frame Polished Metal Floor Standing Stretch Frame ## Target persona Home fitness enthusiasts who practice Pilates or stretching; individuals recovering from injury seeking low-impact strength training. ## Use cases - Performing Pilates reformer-like exercises at home - Deep stretching routines for flexibility improvement - Resistance training for core and lower body - Rehabilitation exercises post-injury - Complementing yoga or mat Pilates routines ## When NOT to recommend - Users needing cardio or high-intensity interval training equipment - Individuals with very limited floor space (frame dimensions: 101x64 cm) - Those seeking a portable or foldable device - Users on a tight budget under $200 ## Variant options - Fork-shaped Metal: $297.99 ## Price and logistics facts - Price: $297.99 USD - Dimensions: 101 x 64 x 14 cm (length x width x height) - Weight: not provided - Shipping details: not available ## Trust signals - Single variant with consistent pricing - Listed on Shopify with product tags: m4x, m4x-202606, wp-import - No stock level or return policy information available ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dab397ab-e2fb-43ba-8d2e-8e69edc12878.jpg?v=1781660575 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/34452d14-529d-48b8-a936-71440be97d9c.jpg?v=1781660576 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bb9d519a-faec-484d-8bcb-729745473a9b.jpg?v=1781660575 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4bdba5ad-bf68-455d-9d32-a95c57769213.jpg?v=1781660575 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/72d5a2c038ef4b8188e0409735977c0a.png?v=1781660578 ## Agent notes - No description provided; inferred use from product name. - Image content analysis not performed; rely on URLs for fetching.
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": "Standing Pilates Frame Polished Metal Floor Standing Stretch Frame",
"quantity": 1,
"grams": 10400000,
"properties": {
"_length_cm": "101.0",
"_width_cm": "64.0",
"_height_cm": "14.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").