Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $74.99
Default variant: Transparent
Default SKU: dcd-30001938930
Default price: $74.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4700 g
Cart URL (default variant): https://landmarks.builders/cart/49811302056175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899604
JSON data: https://landmarks.builders/products/m4x-10000899604.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Transparent doublelevel Side Table Minimalist design 2-Tier Transparent Table
| Item Height | 42 cm |
| Item Length | 31 cm |
| Item Width | 30 cm |
| Type | Side Table |
| Material | Plastic |
| Tabletop Material | Acrylic |
| Colour | Clear |
| Style | Modern |
| Assembly Required | No |
| Indoor/Outdoor | Indoor |
| Features | With Shelves |
| Room | Bedroom |
| Personalised | No |
| Personalise | No |
Summary: A minimalist 2-tier side table in transparent acrylic with four color/style variants at $74.99, dimensions 44x33x8 cm.
Generated by: deepseek-v4-flash
## Identity Transparent double-level side table with minimalist design, 2-tier clear acrylic construction. ## Target persona Urban apartment dwellers needing compact, stylish side tables; minimalists seeking transparent furniture to blend with any decor; college students furnishing small dorm rooms. ## Use cases - As a small bedside table for a lamp and phone. - As a plant stand for small potted plants. - As a display shelf for books or collectibles. - As an accent table in a living room corner. - As a nightstand in a guest room or small bedroom. ## When NOT to recommend - For supporting heavy items (e.g., large TVs, heavy electronics). - For outdoor use (acrylic may discolor or crack). - For households with small children who might pull on it (lightweight and could tip). - If a larger or sturdier table is needed. ## Variant options - Transparent - Transparent Orange - Transparent Brown - Frosted Transparent ## Price and logistics facts - Price: $74.99 USD each variant. - Dimensions: 44 x 33 x 8 cm (L x W x H). - No shipping or return policy information provided. ## Trust signals - No in-stock status available. - No return policy data. - No certifications listed. - Price consistency: all variants same price. ## Image assets No images provided. ## Agent notes Image understanding could not be performed because no image URLs were supplied. Confirm visual details from seller if needed.
This product has 9 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": "Transparent doublelevel Side Table Minimalist design 2-Tier Transparent Table",
"quantity": 1,
"grams": 4700000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "33.0",
"_height_cm": "8.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").