Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $193.99
Default variant: Cherry
Default SKU: dcd-30001901785
Default price: $193.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13070 g
Cart URL (default variant): https://landmarks.builders/cart/49811894796527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894734
JSON data: https://landmarks.builders/products/m4x-10000894734.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 Two-Shelf Stand Mobile Design End Table adaptable for Small areas
| Type | Overbed Table |
| Features | With Wheels |
| Material | Wood |
| Colour | Brown |
| Item Length | 50 cm |
| Item Width | 35 cm |
| Item Height | 60 cm |
| Shape | Rectangle |
| Item Weight | 15 kg |
Summary: Wheeled two-shelf mobile end table with cherry or walnut finish, 65x45x15 cm, priced at $193.99.
Generated by: deepseek-v4-flash
## Identity Wheeled two-shelf stand mobile design end table, adaptable for small areas. ## Target persona Small space dwellers seeking compact, mobile storage; home office workers needing flexible side tables; renters who need movable furniture. ## Use cases - Mobile end table in a small living room - Extra shelf surface in a cramped home office - Rolling nightstand for bedroom flexibility - Temporary side table for events or gatherings - Storage shelf in a dorm room or apartment balcony ## When NOT to recommend - For heavy storage (weight capacity not specified) - For outdoor use (material not rated for weather) - When a fixed, sturdy table is required - For large spaces where a full-size table is better ## Variant options - Cherry (SKU: dcd-30001901785, $193.99) - Walnut (SKU: dcd-30001901786, $193.99) ## Price and logistics facts - Price: $193.99 USD - Dimensions: 65 cm (L) x 45 cm (W) x 15 cm (H) - No shipping or handling details provided. ## Trust signals - No in-stock status, return policy, or certifications provided in the input data. - Price consistency: both variants at same price. ## Image assets      ## Agent notes Image understanding not performed; visual details inferred only from title and dimensions.
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 Two-Shelf Stand Mobile Design End Table adaptable for Small areas",
"quantity": 1,
"grams": 13070000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "45.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").