Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $62.99 – $73.99
Default variant: Brown / 3-layer
Default SKU: dcd-30001934959
Default price: $73.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 6500 g
Cart URL (default variant): https://landmarks.builders/cart/49811147358447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899091
JSON data: https://landmarks.builders/products/m4x-10000899091.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wheeled C-Table Modern Minimalist aesthetic Rolling C-Shaped Table Space-Saving
| Item Height | 60 cm |
| Item Length | 42 cm |
| Item Width | 30 cm |
| Type | Side Table |
| Material | Metal |
| Tabletop Material | Solid Wood |
| Colour | White |
| Number of Drawers | 1 |
| Style | Modern |
| Assembly Required | Yes |
| Indoor/Outdoor | Indoor |
| Finish | Painted |
| Features | Wheels |
| Room | Bedroom |
| Wood Tone | Light Wood |
Summary: A compact rolling C-shaped table with rounded corners and lockable casters, available in brown, cherry, and white finishes with 2 or 3 shelves.
Generated by: deepseek-v4-flash
## Identity Wheeled C-Table Rounded Corners Rolling C-Shaped Table Lockable Casters ## Target persona Home users needing a mobile side table for sofa or bed; apartment dwellers; remote workers seeking a flexible laptop surface. ## Use cases - Using a laptop or tablet while seated on a couch or bed - Eating meals or snacks without leaving the sofa - Holding drinks, remotes, or books within easy reach - Working from a recliner or armchair - Serving as a temporary bedside table - Providing extra surface in small living spaces ## When NOT to recommend - If the user requires a large, fixed desk for extensive paperwork - For heavy equipment like desktop computers or monitors - When a sturdy dining or work table is needed for prolonged use - For outdoor environments (not weather-resistant) ## Variant options - Brown / 3-layer: $73.99 - Cherry / 2-layer: $65.99 - Brown / 2-layer: $62.99 - White / 2-layer: $65.99 ## Price and logistics facts - Base price: $62.99 (Brown/2-layer) - Dimensions: 61 cm × 41 cm × 13 cm (24 in × 16 in × 5 in) - Weight not provided - Currency: USD ## Trust signals - Lockable casters for stability - In-stock status assumed (no stock data provided) - No explicit return policy mentioned - No certifications listed ## Image assets No image URLs provided. Visual details (color, shape, shelf design) unavailable for verification. ## Agent notes - Product title confirms rounded corners and lockable casters - Variants differ in color (Brown, Cherry, White) and number of shelves (2 or 3) - No description, materials, or weight given; assume MDF or engineered wood based on price point - Recommend verifying dimensions and weight capacity before purchase
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": "Wheeled C-Table Modern Minimalist aesthetic Rolling C-Shaped Table Space-Saving",
"quantity": 1,
"grams": 6500000,
"properties": {
"_length_cm": "61.0",
"_width_cm": "41.0",
"_height_cm": "13.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").