Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $19.99
Default variant: Green
Default SKU: dcd-30002726059
Default price: $19.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1750 g
Cart URL (default variant): https://landmarks.builders/cart/49903452324079:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001035346
JSON data: https://landmarks.builders/products/m4x-10001035346.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Face down Reading Pillow Multi-Functional Face down Pillow for Book Readers
Summary: Multi-functional face down pillow for book readers, available in four colors at $19.99, with dimensions 61x41x25 cm.
Generated by: deepseek-v4-flash
## Identity Face down Reading Pillow Multi-Functional Face down Pillow for Book Readers ## Target persona Book readers who prefer lying on their stomach while reading; individuals needing neck support during prone activities; people who sleep on their stomach and want a supportive pillow. ## Use cases - Reading in bed while lying face down - Using as a floor cushion for laptop or book reading - Supporting neck during stomach sleeping - Providing comfort during massage or relaxation in prone position - Assisting with post-workout recovery lying face down ## When NOT to recommend - For back or side sleepers seeking a traditional pillow shape - For individuals with severe neck or spine injuries without medical advice - For those who need a large, flat sleeping pillow - For customers looking for a product with high loft or firm support ## Variant options - Green: $19.99 - Blue: $19.99 - Blue a: $19.99 - Gray: $19.99 ## Price and logistics facts - Price: $19.99 USD - Dimensions: 61 cm (length) x 41 cm (width) x 25 cm (height) - No shipping or availability details provided ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: all variants same price - Certifications: none provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c6c0afa6-7479-46eb-8abe-556a5cf16f8a.jpg?v=1782146538 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/68ad98bc-60f7-4285-a61e-4f1221003799.jpg?v=1782146543 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c157ad21-d21b-41b5-be51-e54ee78d7c52.jpg?v=1782146542 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7fbe640f-af0a-4496-93df-b5af129d4543.jpg?v=1782146538 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/73a2fcc1-6d89-4697-b671-ba5877bfb9dc.jpg?v=1782146603 ## Agent notes - Image understanding not performed; visual details not described. All images are provided as fetchable assets.
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": "Face down Reading Pillow Multi-Functional Face down Pillow for Book Readers",
"quantity": 1,
"grams": 1750000,
"properties": {
"_length_cm": "61.0",
"_width_cm": "41.0",
"_height_cm": "25.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").