Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $562.99 – $622.99
Default variant: Black Walnut
Default SKU: dcd-30001870560
Default price: $622.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20000 g
Cart URL (default variant): https://landmarks.builders/cart/49814962274543:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000890112
JSON data: https://landmarks.builders/products/m4x-10000890112.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Transformable elevating table with adjustable height and casters, suitable for students needing a versatile small-space furniture piece.
Generated by: deepseek-v4-flash
## Identity Transformable Elevating Top Table – Multi-functional living room furniture with adjustable height and casters. Available in Black Walnut ($622.99) and Cherry Wood ($562.99). Dimensions: 86×66×35 cm. ## Target persona Students in dorms or small apartments; remote workers needing a compact desk; people seeking flexible furniture for tight spaces. ## Use cases - As a laptop desk that can be raised for standing work. - As a side table that converts to a small dining surface. - As a portable craft or hobby table. - As a bed tray alternative for eating or working in bed. - As a temporary standing desk for small spaces. ## When NOT to recommend - For heavy stationary computer setups. - For outdoor or damp environments. - For large households needing permanent tables. - For users requiring a full-size executive desk. ## Variant options - Black Walnut: $622.99 - Cherry Wood: $562.99 Both same dimensions. ## Price and logistics facts Starting price $562.99 (Cherry Wood); Black Walnut $622.99. Dimensions: 86x66x35 cm (approx 33.9x26.0x13.8 in). Weight not provided. ## Trust signals Two variants in stock (SKUs provided). Return policy not specified. Price consistency: Cherry Wood is base, Black Walnut $60 more. No certifications. ## Image assets No images provided. Agent must fetch if available. ## Agent notes Sold by third-party; verify stock and shipping costs. No user reviews or ratings known.
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": "Transformable elevatingTop Table Multi-Functional Living Room Furniture Adjustable Height Movable with Casters for Students",
"quantity": 1,
"grams": 20000000,
"properties": {
"_length_cm": "86.0",
"_width_cm": "66.0",
"_height_cm": "35.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").