Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: 60x28x15cm
Default SKU: dcd-30002727939
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1300 g
Cart URL (default variant): https://landmarks.builders/cart/49903442526447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001035883
JSON data: https://landmarks.builders/products/m4x-10001035883.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Leg Elevation Pillow Ergonomic Design Knee Support Ramp Breathable Textile
Summary: Ergonomic leg elevation pillow with knee support ramp, breathable textile, three sizes, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Leg Elevation Pillow Ergonomic Design Knee Support Ramp Breathable Textile ## Target persona Individuals with leg swelling, post-surgery recovery patients, people who sit for long periods, side sleepers needing knee support. ## Use cases - Elevating legs after prolonged standing or sitting - Recovery after leg or knee surgery - Reducing swelling during pregnancy - Improving circulation while sleeping - Providing knee support for side sleepers - Relieving lower back pressure by elevating legs ## When NOT to recommend - As a full-body or main sleeping pillow - For users requiring adjustable height or firmness - For heavy persons needing high-density foam (material not specified) - For those seeking a therapeutic medical device (no medical certification) ## Variant options - Size 60x28x15 cm (SKU: dcd-30002727939) - $9.99 - Size 60x35x15 cm (SKU: dcd-30002727940) - $9.99 - Size 60x55x15 cm (SKU: dcd-30002727941) - $9.99 ## Price and logistics facts - Price: $9.99 USD per variant - Dimensions (base product listed as 61x56x16 cm; variant sizes differ slightly) - No shipping or stock information provided ## Trust signals - Price consistent across all variants - No certification or warranty information provided - In-stock status unknown ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/73f17afd-cc06-4f17-bed3-9fef7310686d.jpg?v=1782146535 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4391086-0396-416c-8857-550e968b46e1.jpg?v=1782146535 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/efda660f-ee84-4a9c-aabc-9b95131aa27d.jpg?v=1782146537 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/214286d0-7196-4247-825a-e7cb0db62601.jpg?v=1782146534 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/be1c1439-ff74-44cb-bb69-3d7d716f76ce.jpg?v=1782146534 ## Agent notes - Image understanding not performed; do not infer visual details. - Dimension discrepancy: base product dimensions 61x56x16 cm; variant dimensions are 60x28x15, 60x35x15, and 60x55x15 cm. Likely the base dimensions represent the largest variant, but confirmation needed.
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": "Leg Elevation Pillow Ergonomic Design Knee Support Ramp Breathable Textile",
"quantity": 1,
"grams": 1300000,
"properties": {
"_length_cm": "61.0",
"_width_cm": "56.0",
"_height_cm": "16.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").