Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $240.99
Default variant: Brown Shape 1
Default SKU: dcd-30001900757
Default price: $240.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12000 g
Cart URL (default variant): https://landmarks.builders/cart/49813652668655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894584
JSON data: https://landmarks.builders/products/m4x-10000894584.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wheeled C-Table Multi-Functional Household Furniture Modern design for Homeowners
| Item Height | 40 cm |
| Item Length | 40 cm |
| Item Width | 40 cm |
| Type | Side Table |
| Material | Acrylic |
| Tabletop Material | Acrylic |
| Colour | Red |
| Style | Modern |
| Assembly Required | No |
| Assembly Status | Fully Assembled |
| Item Weight | 12 kg |
| Product Line | Unknown |
| Finish | Glossy |
| Features | With Storage |
| Room | Living Room |
| Country of Origin | China |
Summary: Wheeled C-table with space-saving design, available in two brown variants, priced at $240.99, dimensions 50x50x60 cm.
Generated by: deepseek-v4-flash
## Identity Wheeled C-Table Multi-Functional Household Furniture Space-Saving Design (Brown variants). ## Target persona Small apartment dwellers needing flexible side surfaces; remote workers who use a laptop from the sofa; users who rearrange furniture frequently. ## Use cases - As a mobile laptop stand while sitting on a couch or armchair. - As a bedside table in tight spaces where a traditional nightstand won't fit. - As a movable TV tray for snacks or drinks. - As an impromptu plant stand that can be repositioned easily. - As a small workstation in the living room for light tasks. ## When NOT to recommend - For heavy or industrial use (capacity unknown, not load-rated). - For outdoor use (no weather resistance indicated). - For buyers needing a fixed, sturdy desk (wheeled design may have some wobble). - For large households requiring multiple surfaces for multiple users simultaneously. ## Variant options - Brown Shape 1 (SKU: dcd-30001900757) – $240.99 - Brown Shape 2 (SKU: dcd-30001900758) – $240.99 ## Price and logistics facts - Price: $240.99 USD (same for both variants). - Dimensions: 50 cm (L) x 50 cm (W) x 60 cm (H). - No additional shipping or lead time information provided. ## Trust signals - In-stock status: Not specified. - Return policy: Not specified. - Price consistency: Same price across two variants. - Certifications: None listed. ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1a72855-f5b6-4cd5-aa3f-97e9a756abb6.jpg?v=1781628254 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a9b38aab-9edb-487d-8c39-820ee9f3a5ef.jpg?v=1781628259 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62171658-ddeb-4cd7-9e83-02f3da283f0d.jpg?v=1781628254 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/45ac74ca-2840-4046-9cc7-570d4f60cae0.jpg?v=1781628254 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c2af20f4-d1b4-4f3e-b960-642065fc9c0d.jpg?v=1781628254 ## Agent notes - Image understanding was not performed; visual details (like material, color tone, construction) are not available. - No description or specifications (weight, load capacity, wheel type) provided. - Only two variants differing in shape within brown color family.
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 Multi-Functional Household Furniture Modern design for Homeowners",
"quantity": 1,
"grams": 12000000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "50.0",
"_height_cm": "60.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").