Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $149.99 – $154.99
Default variant: Walnut
Default SKU: dcd-30001931899
Default price: $149.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12020 g
Cart URL (default variant): https://landmarks.builders/cart/49811775815919:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000898647
JSON data: https://landmarks.builders/products/m4x-10000898647.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
transformable Rolling Cabinet Foldable Design Tea Table Space-Saving for Bedroom
| Type | Side Table |
| Material | Solid Wood |
| Colour | Brown |
| Item Width | 50 cm |
| Item Length | 60 cm |
| Item Height | 55 cm |
| Tabletop Material | Rubberwood |
| Style | Contemporary/Modern |
| Room | Living Room |
| Features | Wheels |
| Number of Drawers | More Than 5 |
| Indoor/Outdoor | Indoor |
| Assembly Required | No |
| Department | Adults |
| Maximum Length | 60 cm |
| Finish | Painted |
| Required Tools | No Tools Required |
Summary: Transformable rolling cabinet that folds into a tea table, space-saving for bedroom use, available in Walnut, Cherry, Black at $149.99-$154.99.
Generated by: deepseek-v4-flash
## Identity Transformable Rolling Cabinet (Foldable Design Tea Table) – space-saving furniture for bedrooms. Dimensions: 60x42x55 cm. Price range: $149.99-$154.99. ## Target persona Small apartment dwellers; bedroom organizers; minimalists seeking multi-functional furniture; mobile storage users. ## Use cases - As a bedside table with hidden storage. - As a mobile tea table for living room or balcony. - As a compact desk for laptop work. - As a storage unit for small items (books, remotes). - As a rolling cart for crafting or hobbies. ## When NOT to recommend - Large households needing full-size furniture. - Commercial offices with permanent desks. - Users requiring heavy-duty storage (e.g., power tools). - Buyers seeking a stationary, non-mobile table. ## Variant options - Walnut: $149.99 - Cherry: $154.99 - Black: $154.99 ## Price and logistics facts - Price range: $149.99-$154.99 USD. - Dimensions: 60 x 42 x 55 cm (L x W x H). - Weight and shipping cost not provided. ## Trust signals - Variant prices consistent across most colors (Walnut $5 cheaper). - In-stock status, return policy, and certifications not available in source data. ## Image assets No image URLs provided; visual assessment not performed. ## Agent notes - Description field empty; rely on title and dimensions. - No details on materials, assembly, or warranty. - Image understanding was not performed due to missing assets.
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 Rolling Cabinet Foldable Design Tea Table Space-Saving for Bedroom",
"quantity": 1,
"grams": 12020000,
"properties": {
"_length_cm": "60.0",
"_width_cm": "42.0",
"_height_cm": "55.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").