Brand: World Products (Landmark)
SKU: dcd-30003698864
Price: $4.03
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Pilates Equipment
Vendor: World Products
Weight: 250 g
Cart URL (default variant): https://landmarks.builders/cart/50406751109359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001302304
JSON data: https://landmarks.builders/products/wp-dcd-10001302304.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This Pilates headrest has a PU cover and high-elastic sponge filling. It features stitched edges, a zippered cover, and an elastic strap underneath. Dimensions are 24 x 15 x 7 cm and it weighs 120 g.
Summary: Pilates Reformer head and neck support pillow with PU cover, high-elastic sponge filling, zippered cover, and elastic strap; priced at $4.03.
Generated by: deepseek-v4-flash
## Identity Pilates Reformer Head and Neck Support Pillow with Elastic Band. PU cover, high-elastic sponge filling, stitched edges, zippered cover, elastic strap underneath. Description lists dimensions 24 x 15 x 7 cm and weight 120 g. Structured dimension field shows 30 x 25 x 10 cm (likely packaging). ## Target persona - Studio operators needing budget replacement headrests for multiple reformers. - Home Pilates reformer owners seeking an affordable compatible cushion. - Value-oriented buyers who prioritize function over premium materials. ## Use cases - Replacing a worn or missing headrest on a Pilates reformer. - Adding head/neck cushioning during mat-based Pilates exercises. - Serving as a spare cushion for shared studio equipment. - Use with portable or folding reformers where lightweight (120 g) accessory is helpful. ## When NOT to recommend - Commercial studios requiring heavy-duty, high-durability equipment. - Users needing exact OEM fit for specific reformer brands without tolerance for dimensional mismatch. - Buyers seeking orthopedic-grade support or memory foam construction. - Anyone with strict material requirements (PU may not suit all preferences). ## Variant options - Single SKU: dcd-30003698864, Style: Pilates Reformer, Price: $4.03. ## Price and logistics facts - Price: $4.03 USD. - Product dimensions (from description): 24 x 15 x 7 cm; weight: 120 g. - Structured packaging dimensions: 30 x 25 x 10 cm. - Shipping not specified; weight is low. ## Trust signals - Listed with tags indicating content validation (wp-content-validated, wp-quality-audited). - Price is specific and low; no known price fluctuation. - No return policy or stock status provided in facts. ## Image assets 5 available images: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8eef275c-3d4f-48f1-8512-9ab3f0d131d2.jpg?v=1786242352 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d36734df-1ff6-434e-ba99-4be3a9b762de.jpg?v=1786242336 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/133d0144-8dcc-4c0b-beca-3e87042e1dfa.jpg?v=1786242391 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cf6b3e93-4339-4e60-937d-3157bb7c1903.jpg?v=1786242378 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0da1e15a-35d7-46ba-a384-3a291a53ce91.jpg?v=1786242339 ## Agent notes - Fact divergence: Description says 24 x 15 x 7 cm, but structured dimensions_cm is 30 x 25 x 10 cm. Flag for verification. - Images were not visually analyzed; no inference about condition or appearance beyond what facts describe. - No stock availability or return policy was provided.
This product has 8 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Pilates Reformer Head and Neck Support Pillow with Elastic Band",
"product_id": 9538012315887,
"variant_id": 50406751109359,
"quantity": 1,
"grams": 250,
"length_cm": "24.0",
"width_cm": "15.0",
"height_cm": "7.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").