Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $222.99 – $256.99
Default variant: Wood / Rotate Zlr01
Default SKU: dcd-30001895443
Default price: $222.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15500 g
Cart URL (default variant): https://landmarks.builders/cart/49813613314287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893802
JSON data: https://landmarks.builders/products/m4x-10000893802.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Adjustable C-Shaped Table Space-Saving Design Household Furniture for Students
| Type | Overbed Table |
| Features | Adjustable |
| Material | Wood |
| Maximum Load Capacity | 50 kg |
| Colour | White |
| Item Length | 60 cm |
| Item Width | 40 cm |
| Item Height | 79 cm |
| Shape | Rectangle |
| Labels & Certifications | CE Marking |
| Model | Mobility Smart Basic |
Summary: Adjustable C-shaped table with rotating top, space-saving design. Available in Wood, Walnut, White, Black, and Oak Walnut. Dimensions 67x43x21 cm. Price range $222.99-$256.99.
Generated by: deepseek-v4-flash
## Identity Adjustable C-Shaped Table with Rotating Top, space-saving design. ## Target persona Small-space dwellers, home office workers, or anyone needing a compact, flexible side table. ## Use cases - As a laptop table while sitting on a sofa. - As a bedside table in tight spaces. - As a small dining surface for one. - As a craft table in a corner. - As an additional surface in a cramped home office. ## When NOT to recommend - For heavy dining setups (load capacity unknown). - For large monitors (table top 67x43 cm). - For outdoor use. - As a primary play table for children. ## Variant options - Wood / Rotate Zlr01: $222.99 - Walnut / Rotate Zlr01: $222.99 - White / Rotate Zlr01: $222.99 - Black / Rotate Zlr01: $222.99 - Oak Walnut / Rotate Zlr01: $256.99 ## Price and logistics facts Prices as listed above. Dimensions: 67 cm length, 43 cm width, 21 cm height. Currency: USD. Shipping details not provided. ## Trust signals In stock per product listing. No explicit return policy available. Price consistent across most variants; Oak Walnut variant $34 more. No certifications mentioned. ## Image assets      ## Agent notes No description provided; images not analyzed for visual details.
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 C-Shaped Table Space-Saving Design Household Furniture for Students",
"quantity": 1,
"grams": 15500000,
"properties": {
"_length_cm": "67.0",
"_width_cm": "43.0",
"_height_cm": "21.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").