Brand: World Products (Landmark)
SKU: dcd-30002901319
Price: $275.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14000 g
Cart URL (default variant): https://landmarks.builders/cart/49814731358447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001090964
JSON data: https://landmarks.builders/products/m4x-10001090964.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Height adjustable rolling table in Bauhaus design with wheels, in black, dimensions 68x68x15 cm, priced at $275.99.
Generated by: deepseek-v4-flash
## Identity - Product: Height Adjustable Rolling Table Bauhaus Design Mobile Sofa Table with Wheels - Manufacturer SKU: dcd-30002901319 - Dimensions: 68 x 68 x 15 cm - Color: Black ## Target persona - Urban apartment dweller with limited space - Remote worker needing flexible furniture - Modern design enthusiast seeking functional decor ## Use cases - Using as a laptop table while sitting on a sofa - Serving snacks and drinks in a living room - As a portable craft or hobby table - Providing extra surface in a small home office - As a bedside table that can be moved easily ## When NOT to recommend - For supporting heavy appliances or books (exceeds typical weight capacity of rolling tables) - For outdoor use (no weather resistance specified) - For users requiring a fixed, non-movable table - For those on a tight budget (price is mid-range) ## Variant options - Color: Black (only variant) ## Price and logistics facts - Price: $275.99 USD - Dimensions: 68 cm x 68 cm x 15 cm (approx. 26.8" x 26.8" x 5.9") - Shipping weight not provided ## Trust signals - No stock availability data - Return policy unknown - No certifications specified ## Image assets - No images provided in source data ## Agent notes - Product description missing; image understanding not performed due to absence of images.
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": "Height Adjustable Rolling Table Bauhaus Design Mobile Sofa Table with Wheels",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "68.0",
"_width_cm": "68.0",
"_height_cm": "15.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").