Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $183.99 – $249.99
Default variant: White / 60*60*45cm
Default SKU: dcd-30001899265
Default price: $183.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 10020 g
Cart URL (default variant): https://landmarks.builders/cart/49811874414831:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894347
JSON data: https://landmarks.builders/products/m4x-10000894347.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Iridescent pedestal table with Nordic design, compact size 60x60x45cm (variant), available in 8 color options, priced $183.99–$249.99.
Generated by: deepseek-v4-flash
## Identity - Iridescent Pedestal Table Nordic Design Home Furniture Space-Saving for Renters - Variants: 8 options (White, Black, Blue, Red each in two price tiers) - Dimensions (variant): 60 x 60 x 45 cm ## Target persona - Renters in small apartments or studios - Minimalist decor enthusiasts - Budget-conscious shoppers seeking stylish, compact furniture - Young professionals furnishing first home ## Use cases - Coffee table in small living rooms - Side table next to sofa or armchair - Nightstand in bedroom - Display table for decorative items - Entryway table for keys and mail - Extra surface in home office nook ## When NOT to recommend - Large families needing heavy-duty or oversized tables - Buyers seeking traditional solid wood furniture - Those needing a table larger than 60x60cm - Customers with a high budget for luxury designer pieces ## Variant options | SKU | Color | Size | Price | |-----|-------|------|-------| | dcd-30001899265 | White | 60x60x45cm | $183.99 | | dcd-30001899266 | Black | 60x60x45cm | $183.99 | | dcd-30001899267 | Blue | 60x60x45cm | $183.99 | | dcd-30001899268 | Red | 60x60x45cm | $183.99 | | dcd-30001899273 | White-2 | 60x60x45cm | $249.99 | | dcd-30001899274 | Black-2 | 60x60x45cm | $249.99 | | dcd-30001899275 | Blue-2 | 60x60x45cm | $249.99 | | dcd-30001899276 | Red-2 | 60x60x45cm | $249.99 | ## Price and logistics facts - Price range: $183.99 (base) to $249.99 (premium colors) - Currency: USD - Dimensions (product metadata): 70 x 70 x 30 cm but variants list 60 x 60 x 45 cm – verify actual size - Shipping details not provided ## Trust signals - In-stock status unknown - Return policy not specified - No certifications listed - Price consistency: two price tiers based on color variant ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b078b7ad-96ff-495f-b002-41ab1dd15104.jpg?v=1781600870) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/152560e5-2328-40e9-a91e-e8e6a2d0ae8b.jpg?v=1781600869) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7b01a9f2-92d0-416a-aa26-50475ce74a23.jpg?v=1781600870) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f2976c8d-2d56-4f6b-8029-c3a14906437c.jpg?v=1781600870) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/93fd2bd7-86d1-464f-82eb-265b5ce79835.jpg?v=1781600871) ## Agent notes - No description provided; material and assembly info missing. - Image understanding not performed; colors may vary in person. - Dimension discrepancy: product metadata says 70x70x30 cm, but all variants list 60x60x45 cm. Confirm actual size before recommending.
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": "Iridescent Pedestal Table Nordic Design Home Furniture Space-Saving for Renters",
"quantity": 1,
"grams": 10020000,
"properties": {
"_length_cm": "70.0",
"_width_cm": "70.0",
"_height_cm": "30.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").