Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Walnut / Lifting Black Frame
Default SKU: dcd-30002764306
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5200 g
Cart URL (default variant): https://landmarks.builders/cart/49879131685103:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045361
JSON data: https://landmarks.builders/products/m4x-10001045361.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Height Adjustable Sofa Side Table Space Saving Adjustable C-Shaped Table
Summary: Height-adjustable C-shaped sofa side table in four color/style variants, priced at $9.99, dimensions 40x28x6 cm.
Generated by: deepseek-v4-flash
## Identity Height Adjustable Sofa Side Table Space Saving Adjustable C-Shaped Table ## Target persona Small space dwellers (apartment, dorm), budget-conscious shoppers, remote workers who need a compact table for sofa or bed. ## Use cases - Laptop or tablet stand while sitting on a sofa - Snack or drink table next to couch - Side table in cramped living rooms or bedrooms - Temporary workstation in a multi-purpose room - Bedside table for narrow spaces - Outdoor use on patio furniture (if protected from weather) ## When NOT to recommend - Buyer needs a large dining or desk surface (>60 cm width) - Requires heavy-duty support for items over 10 kg - Wants a fixed height or non-C-shaped design - Looking for a premium, solid wood table ## Variant options - Walnut / Lifting Black Frame (sku: dcd-30002764306) $9.99 - Wood / Lifting White Frame (sku: dcd-30002764307) $9.99 - Black / Lifting Black Frame (sku: dcd-30002764308) $9.99 - White / Lifting White Frame (sku: dcd-30002764309) $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 40 cm length, 28 cm width, 6 cm height (folded? actual height adjustable range not specified) - No shipping cost or lead time data available ## Trust signals - No stock availability info - No return policy stated - No customer reviews or ratings provided - No certifications or material specs beyond name ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ffbcad56-6cce-4a5e-84ad-72fcf086a2b4.jpg?v=1782126324 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4205e9db-5b4d-4fb6-8363-8ed12ef86bd5.jpg?v=1782126328 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9bcae621-3188-46a4-8e00-435e1735ef5d.jpg?v=1782126325 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6ccdd60a-047a-4fd8-acac-dc39b8fce268.jpg?v=1782126324 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/05498407-2afa-4f8d-8410-390972df42ef.jpg?v=1782126324 ## Agent notes - Images were not analyzed; no visual details inferred. - Height adjustable range is not specified in provided data. - Material (likely MDF or particleboard based on price) is not confirmed. - Product may be foldable or collapsible but not explicitly stated.
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 Sofa Side Table Space Saving Adjustable C-Shaped Table",
"quantity": 1,
"grams": 5200000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "28.0",
"_height_cm": "6.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").