Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $54.99 – $89.99
Default variant: Black / 100CM
Default SKU: dcd-30002516163
Default price: $54.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13000 g
Cart URL (default variant): https://landmarks.builders/cart/49810935611631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000994812
JSON data: https://landmarks.builders/products/m4x-10000994812.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.











Summary: Freestanding ballet barre with non-slip feet, stable heavy-duty design, portable, suitable for children and adults, available in black/white and lengths 100-300cm, priced $54.99-$89.99.
Generated by: deepseek-v4-flash
## Identity Multi-Purpose Ballet Barre Non-Slip Feet Freestanding Ballet Barre Stable Design Portable Dance Bar Heavy Duty for Children, Adults, Dancers, Gym. ## Target persona Home ballet practitioners, dance teachers for small studios, gym instructors, parents buying for children. ## Use cases - Daily ballet practice at home - Dance warm-up and stretching sessions - Group dance classes for children - Light gym workout support (e.g., balance exercises) - Portable barre for travel or outdoor dance (if stable surface) - Rehabilitation and physical therapy stretching ## When NOT to recommend - When a wall-mounted or permanently fixed barre is required - For heavy professional use requiring certified weight capacity (not specified) - For outdoor use on uneven or soft ground (non-slip feet may be insufficient) - For users needing a single-purchase barre longer than 300cm ## Variant options | Color | Size | Price | |-------|--------|--------| | Black | 100CM | $54.99 | | Black | 120CM | $58.99 | | Black | 150CM | $62.99 | | Black | 180CM | $67.99 | | White | 100CM | $54.99 | | White | 120CM | $62.99 | | White | 150CM | $67.99 | | White | 180CM | $71.99 | | White | 200CM | $75.99 | | White | 250CM | $84.99 | | White | 280CM | $85.99 | | White | 300CM | $89.99 | ## Price and logistics facts - Price range: $54.99 - $89.99 USD (varies by color and size) - Package dimensions: 203 x 30 x 20 cm (may vary by variant) - No shipping or return policy information provided. ## Trust signals - In-stock status unknown. - Return policy not specified. - Price consistency: same size different colors may have different prices (e.g., 120CM black $58.99, white $62.99). - No certifications mentioned. ## Image assets No image URLs provided. ## Agent notes - Product description is empty; all info derived from title and variants. - Dimensions provided only as a single set (203x30x20 cm) likely for the base or a default variant; actual dimensions for each length may differ. - No weight capacity or material details given. - Image understanding was not performed (no image URLs).
This product has 4 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": "Multi-Purpose Ballet Barre Non-Slip Feet Freestanding Ballet Barre Stable Design Portable Dance Bar Heavy Duty for Children, Adults, Dancers, Gym",
"quantity": 1,
"grams": 13000000,
"properties": {
"_length_cm": "203.0",
"_width_cm": "30.0",
"_height_cm": "20.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").