Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $291.99 – $478.99
Default variant: Black
Default SKU: dcd-30001884131
Default price: $478.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15000 g
Cart URL (default variant): https://landmarks.builders/cart/49814757212399:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892190
JSON data: https://landmarks.builders/products/m4x-10000892190.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Rectangular coffee table with wood top and metal frame, modernist design for small apartments, available in Black and White variants, priced from $291.99 to $478.99.
Generated by: deepseek-v4-flash
## Identity Wood Top Metal Frame Coffee Table, Modernist Design, Rectangular ## Target persona Small apartment dwellers seeking retro aesthetic coffee table; budget-conscious shoppers looking for wood-and-metal furniture. ## Use cases - Living room coffee table for small spaces - Accent table in retro-themed interiors - Surface for drinks, books, and decor ## When NOT to recommend - Large living rooms needing oversized tables - Users requiring solid wood construction without metal - Buyers wanting lower price sub-$200 ## Variant options - SKU dcd-30001884131: Black, $478.99 - SKU dcd-30001884132: White, $478.99 - SKU dcd-30001884133: Black a, $291.99 - SKU dcd-30001884134: White a, $291.99 ## Price and logistics facts - Price range: $291.99 – $478.99 USD - Dimensions: 121 x 67 x 5 cm - Currency: USD ## Trust signals - In-stock status: not provided - Return policy: not provided - Price consistency: two variants at $478.99, two at $291.99 (reason unknown) - Certifications: none listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/96bdb0fa-b8bf-4eee-ad1f-6e80ef55c59e.jpg?v=1781660568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/301e71f3-02df-4fc9-8c25-39b1afa2a5f3.jpg?v=1781660565 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a2b0117c-37b6-421f-8777-c9ae7a33f412.jpg?v=1781660564 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/39b1720b-8026-4181-b3c3-52beb53dbdd3.jpg?v=1781660565 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/96cef842-72fb-455b-8a7d-500bb7894b3d.jpg?v=1781660565 ## Agent notes - Image understanding not performed; dimensions given as 5 cm height which may be erroneous; no product description provided. - Variant naming unclear: 'Black a' and 'White a' may be different finishes or discounts; treat as distinct options.
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": "Wood Top Metal Frame Coffee Table Modernist Design Rectangular Coffee Table Small Apartment Perfect for Retro Aesthetic",
"quantity": 1,
"grams": 15000000,
"properties": {
"_length_cm": "121.0",
"_width_cm": "67.0",
"_height_cm": "5.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").