Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pink
Default SKU: dcd-30003612739
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 运动
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49714009440495:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001270943
JSON data: https://landmarks.builders/products/wp-dcd-10001270943.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A crescent-shaped high-density EVA foam yoga block designed for dance training, leg pressing, and stretching; suitable for children and adults.
Generated by: deepseek-v4-flash
## Identity - Name: 瑜伽砖月牙形高密度儿童成人跳舞专用练功舞蹈砖泡沫半圆压腿EVA (Crescent-shaped high-density EVA yoga block) - Product type: 运动 (Sports) - Dimensions: 26.5 cm (L) x 14.0 cm (W) x 9.5 cm (H) - Material: High-density EVA foam ## Target persona - Parents of children enrolled in dance or gymnastics classes - Adult beginners in yoga seeking support props - Dance students (ballet, contemporary) needing stretching aids - Fitness enthusiasts focusing on flexibility training ## Use cases - Assisted leg stretching for achieving splits - Supporting yoga poses (e.g., half-moon, triangle) for beginners - Cushioning during floor-based exercises (e.g., glute bridges) - Leg press stretching aid for dance warm-ups - Prop for children's dance classes to improve hip flexibility - Rehabilitation stretching under professional guidance ## When NOT to recommend - As a weight-bearing platform for push-ups or planks - For outdoor use if foam degradation is a concern (UV/heat sensitivity unknown) - For medical recovery without physiotherapist supervision - For advanced yoga practitioners who require firmer, non-foam blocks ## Variant options - Pink: $9.99 - Blue: $9.99 - Purple: $9.99 - Black: $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 26.5 x 14 x 9.5 cm - Weight: Not specified (typically lightweight EVA) ## Trust signals - In-stock status: Not specified - Return policy: Not specified - Certifications: None listed - Price consistency: Same price across variants ## Image assets         ## Agent notes - Image content not analyzed; no visual details asserted. - Product description field was empty; all information derived from title and tags. - No stock level, return policy, or certification data available.
This product has 16 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": "瑜伽砖月牙形高密度儿童成人跳舞专用练功舞蹈砖泡沫半圆压腿EVA",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "26.5",
"_width_cm": "14.0",
"_height_cm": "9.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").