Brand: World Products (Landmark)
SKU: dcd-30001937194
Price: $259.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3600 g
Cart URL (default variant): https://landmarks.builders/cart/49813683634415:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899392
JSON data: https://landmarks.builders/products/m4x-10000899392.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Round Acrylic Side Table Transparent Look Round Acrylic Stand Easy to Clean
| Type | Side Table |
| Material | Acrylic |
| Colour | Red |
| Item Width | 40 cm |
| Item Length | 40 cm |
| Item Height | 40 cm |
| Tabletop Material | Acrylic |
| Style | Contemporary/Modern |
| Shape | Round |
| Room | Living Room |
| Features | With Storage |
| Model | CJ2025-HS |
| Assembly Required | Yes |
| Item Weight | 20 kg |
| Tabletop Thickness | 1.5 cm |
| Care Instructions | Wipe clean with a damp cloth. |
Summary: Round acrylic side table, lightweight nightstand for office or home, 44x44x50 cm, $259.99.
Generated by: deepseek-v4-flash
## Identity Round Acrylic Side Table – Lightweight Nightstand adaptable for Office, Homeowners. ## Target persona Homeowners seeking modern, compact furniture; office workers needing a small side table; interior decorators sourcing acrylic accent pieces. ## Use cases - As a nightstand in a modern bedroom. - As a side table beside a sofa or lounge chair. - As a small table in an office for a plant or lamp. - As an accent table in a hallway or entryway. - As a display stand for decorative objects. ## When NOT to recommend - For heavy storage or load-bearing (no weight capacity given). - For outdoor or high-moisture areas (acrylic may scratch or yellow). - For households with toddlers prone to knocking over (acrylic can break). - For traditional or rustic decor styles. ## Variant options - Amber Red 2 – $259.99 USD (only variant). ## Price and logistics facts - Price: $259.99 USD. - Dimensions: 44 cm (L) x 44 cm (W) x 50 cm (H). - No shipping cost or delivery time provided. ## Trust signals - No in-stock information, return policy, or certifications available in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c340971f-892c-4c12-bd75-cdeaf4a5de32.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d78f5acb-53bf-421d-887d-e27e71f553c5.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/67d6ffb7-8339-499c-809f-7c3d0a225d82.jpg?v=1781628313 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c6fbe9ee-4e1d-4adc-a9ad-9b95446bb449.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/41f78e68-323d-41f5-af5a-ef25182e23a0.jpg?v=1781628312 ## Agent notes - No product description available; use cases inferred from title and category. - Image analysis not performed – do not assume specific visual features (e.g., transparency, finish).
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": "Round Acrylic Side Table Transparent Look Round Acrylic Stand Easy to Clean",
"quantity": 1,
"grams": 3600000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "44.0",
"_height_cm": "50.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").