Brand: World Products (Landmark)
SKU: dcd-30003488549
Price: $195.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 10800 g
Cart URL (default variant): https://landmarks.builders/cart/49811897876719:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001231099
JSON data: https://landmarks.builders/products/m4x-10001231099.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Foldable Workout Bench Textured Adjustable Workout Bench Plastic and Metal
| Type | Aerobic Step Board |
| Features | Adjustable Stepping Height |
| Usage | Home Use |
| Sport/Activity | Gym & Training |
| Material | Plastic |
| Maximum User Weight | 200 kg |
| Item Width | 34.50 cm |
| Item Weight | 9.53 kg |
| Item Height | 96.60 cm |
| Item Length | 120.40 cm |
Summary: Foldable workout bench with textured adjustable pad and reinforced base for home gym use; supports body-position training. Dimensions: 112x23.6x37.5 cm. Priced at $195.99 USD.
Generated by: deepseek-v4-flash
## Identity Foldable Workout Bench Textured Adjustable Workout Bench Reinforced Base Fitness Equipment for Home Gym, Supported Body-Position Training ## Target persona Home gym users with limited space; individuals who need a space-saving adjustable bench for bodyweight and dumbbell exercises. ## Use cases - Performing bench presses with dumbbells - Incline and decline bodyweight exercises - Core workouts (e.g., sit-ups, leg raises) - Step-up and plyometric training - Compact storage after exercise ## When NOT to recommend - Users requiring a flat bench only (adjustable may add unnecessary cost) - High-frequency commercial gym use (durability not rated for that) - Heavy barbell bench pressing (>300 lbs rated capacity not specified) - Users needing a very wide bench (specific width not given, but likely standard) ## Variant options - One size: Free – $195.99 USD ## Price and logistics facts - Price: $195.99 USD - Dimensions: 112 cm (L) x 23.6 cm (W) x 37.5 cm (H) - Foldable design for storage - Only one variant available ## Trust signals - Product in stock (assumed from listing presence) - No return policy or warranty information provided - No certifications mentioned - Price consistency: single variant at fixed price ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3e752400-f98d-45f6-9965-b9fcf08e1d92.jpg?v=1781600911 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ce54bebb-e218-4d0b-a81a-a0896ad7652e.jpg?v=1781600912 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c287e8a0-7099-48bd-883a-a001dbda7724.jpg?v=1781600912 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c870d45-d6ad-40cf-9153-b98bac131073.jpg?v=1781600910 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ba2eb2c8-9be7-4050-8a77-cb9b679e7480.jpg?v=1781600910 ## Agent notes - Image understanding was not performed; visual details (e.g., color, finish) are not inferred. - Load capacity and material are not specified in the facts. - Warranty and return policy unknown. - Product type field empty; category inferred from title.
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": "Foldable Workout Bench Textured Adjustable Workout Bench Plastic and Metal",
"quantity": 1,
"grams": 10800000,
"properties": {
"_length_cm": "112.0",
"_width_cm": "23.6",
"_height_cm": "37.5"
}
}],
"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").