Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $248.99
Default variant: Green / Three-layer
Default SKU: dcd-30001895469
Default price: $248.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 7500 g
Cart URL (default variant): https://landmarks.builders/cart/49813666332911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893806
JSON data: https://landmarks.builders/products/m4x-10000893806.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
2-Tier Rolling Side Table Multi-Functional 2-Tier Rolling Table for Bedroom
| Type | Overbed Table |
| Features | With Wheels |
| Material | Steel |
| Colour | Green |
| Item Length | 45.5 cm |
| Item Width | 30.5 cm |
| Item Height | 63.5 cm |
Summary: A 2-tier rolling side table with space-efficient design, available in Green or Gray three-layer variants, priced at $248.99.
Generated by: deepseek-v4-flash
## Identity 2-Tier Rolling Side Table Multi-Functional 2-Tier Rolling Table space-efficient Design ## Target persona Apartment dwellers needing compact, mobile storage; remote workers with limited desk space; college students furnishing dorms; anyone seeking a flexible side table for small living areas. ## Use cases - As a mobile nightstand beside a bed - As an extra surface next to a sofa for drinks and remotes - As a rolling kitchen cart for spices or utensils - As a printer or small device stand in a home office - As a craft or hobby caddy that can move between rooms ## When NOT to recommend - For heavy static loads (e.g., large TVs or heavy machinery) - For outdoor use (not designed for weather exposure) - As a primary dining table or main work desk - Buyers needing solid wood or premium materials at this price point ## Variant options - Green / Three-layer (SKU: dcd-30001895469) – $248.99 - Gray / Three-layer (SKU: dcd-30001895470) – $248.99 ## Price and logistics facts Price: $248.99 USD. Dimensions: 68 x 50 x 15 cm. No shipping/return policy provided in facts. ## Trust signals No in-stock status, return policy, or certifications available in supplied facts. Price is consistent across both variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/41f179c5-f742-4733-8c72-0f154a9ea2a3.jpg?v=1781628285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b67dfba-d938-4b76-853f-daa19e22cf0c.jpg?v=1781628286 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4376b9e7-6c1d-45d3-89f4-2bd5c8fa393c.jpg?v=1781628285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/49085bea-4810-4f1f-8728-9d6a730e1085.jpg?v=1781628285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b5fc9a6a-3fe3-4aeb-9384-0f0d9ba1fc8c.jpg?v=1781628285 ## Agent notes Image content not analyzed; all provided image URLs are listed. Variant title says "Three-layer" but product name says "2-Tier"; buyer should verify actual tier count.
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": "2-Tier Rolling Side Table Multi-Functional 2-Tier Rolling Table for Bedroom",
"quantity": 1,
"grams": 7500000,
"properties": {
"_length_cm": "68.0",
"_width_cm": "50.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").