Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $14.99
Default variant: Gray
Default SKU: dcd-30002725497
Default price: $14.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 620 g
Cart URL (default variant): https://landmarks.builders/cart/49903452586223:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001035211
JSON data: https://landmarks.builders/products/m4x-10001035211.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Desk Rest Pillow Breathable Support Cushion Portable for School
| Brand | LIFE HOME |
Summary: Portable desk rest pillow with breathable support cushion by LIFE HOME, available in 5 colors, priced at $14.99.
Generated by: deepseek-v4-flash
## Identity Desk Rest Pillow Breathable Support Cushion Portable for School by LIFE HOME. A soft cushion designed for resting on desks, offering breathable support. Dimensions: 37 x 33 x 18 cm. ## Target persona - Students needing a comfortable nap or rest during school breaks - Office workers wanting a portable cushion for desk naps - Remote workers looking for a compact relaxation aid - Travelers seeking a lightweight support cushion for trips ## Use cases - Napping at a desk during lunch breaks - Supporting the head while studying or reading - Using as a portable cushion on planes or trains - Providing light lumbar support in a chair - Resting arms or head during computer work ## When NOT to recommend - For full-body sleep support (too small) - For individuals requiring medical pressure relief (e.g., bedsores) - As a replacement for an ergonomic office chair or lumbar support - For outdoor camping or ground sleep (not designed for that) ## Variant options - Gray (SKU: dcd-30002725497) - Gray Blue (SKU: dcd-30002725498) - Gray Green (SKU: dcd-30002725499) - Yellow (SKU: dcd-30002725500) - Pink (SKU: dcd-30002725501) All variants priced at $14.99. ## Price and logistics facts - Price: $14.99 USD - Dimensions: 37 cm (L) x 33 cm (W) x 18 cm (H) - No shipping weight provided; assume lightweight. ## Trust signals - Multiple color options indicate product variety - In-stock status not explicitly stated, but variants available for purchase - Return policy not provided in facts - Brand: LIFE HOME ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/95fd5736-9b9a-4cd8-b713-f4327f27f4f5.jpg?v=1782146538 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fde5b270-fe77-44ff-aa82-ee86597cdf6f.jpg?v=1782146539 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/83f386c7-3c20-4eb1-8dc2-0e301261027c.jpg?v=1782146538 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a5bc923-1e74-4026-8769-407e1dbdc36d.jpg?v=1782146538 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/874bc09e-571c-4ce7-bff8-d90605b8a65f.jpg?v=1782146538 ## Agent notes - Image understanding was not performed; visual details are not described.
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": "Desk Rest Pillow Breathable Support Cushion Portable for School",
"quantity": 1,
"grams": 620000,
"properties": {
"_length_cm": "37.0",
"_width_cm": "33.0",
"_height_cm": "18.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").