Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $199.99 – $202.99
Default variant: Cherry Wood
Default SKU: dcd-30001898288
Default price: $199.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5500 g
Cart URL (default variant): https://landmarks.builders/cart/49811906494703:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894208
JSON data: https://landmarks.builders/products/m4x-10000894208.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Adjustable Lap Desk Foldable Design Low Table Large Surface for Floor, Children
| Type | Bed Tray |
| Features | Adjustable |
| Material | Wood |
| Colour | Brown |
| Item Length | 61 cm |
| Item Width | 35 cm |
| Item Height | 32 cm |
Summary: Adjustable, foldable floor desk with sturdy legs, available in Cherry Wood or Walnut. Dimensions: 63x38x13 cm. Priced from $199.99.
Generated by: deepseek-v4-flash
## Identity Adjustable Lap Desk (Foldable, Low Table) – designed for floor use in living rooms. 63x38x13 cm. Two color variants. ## Target persona Remote workers or students who sit on floor cushions; floor-seating enthusiasts; people who eat or use laptops on low surfaces. ## Use cases - Working on a laptop while seated on the floor - Using as a low table for snacks/drinks while watching TV - Reading or writing on the floor - Gaming with console or laptop on floor - Crafting or drawing on a low surface ## When NOT to recommend - If user needs a standing or height-adjustable desk - If user requires a large surface (e.g., dual monitors) - If user prefers a traditional desk and chair setup - If budget is under $150 ## Variant options - Cherry Wood: $199.99 - Walnut: $202.99 ## Price and logistics facts - Base price: $199.99 USD - Walnut variant: $202.99 USD - Dimensions: 63 x 38 x 13 cm ## Trust signals - In-stock status: not explicitly stated - Return policy: not provided - Price consistency: two variants with slight price difference - Certifications: none mentioned ## Image assets Available image URLs (5 total): - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/482eeb04-42e8-47d2-ae8a-c8bfab9836ec.jpg?v=1781600926 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a673470c-8faf-4779-8ff9-aba5cb4735f7.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a8f2d8b4-51ea-439e-9cd7-2cc76cd6a0ef.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/86418bb9-2a78-44da-9273-ed89944ba772.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e0ae1b38-e783-4023-96c5-d2b6abf9f212.jpg?v=1781600927 ## Agent notes - No product description provided; image content not analyzed. - Dimensions are small (63 cm length) – not suitable for very large items. - Price point around $200 suggests moderate build quality.
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": "Adjustable Lap Desk Foldable Design Low Table Large Surface for Floor, Children",
"quantity": 1,
"grams": 5500000,
"properties": {
"_length_cm": "63.0",
"_width_cm": "38.0",
"_height_cm": "13.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").