Brand: World Products (Landmark)
SKU: dcd-30003632182
Price: $202.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12000 g
Cart URL (default variant): https://landmarks.builders/cart/49811915636975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001278683
JSON data: https://landmarks.builders/products/m4x-10001278683.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Metal Coffee Table Silver Finish Home Furniture Solid Construction
| Primary Material | Stainless Steel |
| Product | Tableware |
| Style/ Period | Modernist |
| Material | Stainless Steel |
Summary: Compact silver finish metal coffee table for living rooms, 65x45x45 cm, priced at $202.99.
Generated by: deepseek-v4-flash
## Identity Silver Finish Metal Coffee Table, Compact Size, 65x45x45 cm ## Target persona Urban apartment dwellers or small-space homeowners needing a compact coffee table; budget-conscious buyers seeking a metal table around $200. ## Use cases 1) As a central table in a small living room or studio. 2) For holding drinks, remotes, and decorative items in tight spaces. 3) In a home office as a low side table. 4) In a dorm room or rental as functional furniture. 5) As a plant stand or display surface in entryways. ## When NOT to recommend 1) For large living rooms requiring a substantial table. 2) For buyers seeking wood or glass top tables. 3) For those needing extra storage shelves or drawers. 4) For commercial high-traffic use (no durability info). ## Variant options One size variant: 60-40-40 (likely cm) at $202.99. ## Price and logistics facts $202.99 USD. Dimensions: 65x45x45 cm (LxWxH). No shipping weight provided. ## Trust signals Price is fixed with no discounts listed. No stock or return policy information available. No certifications mentioned. ## Image assets 5 product images available at provided URLs. ## Agent notes Images not analyzed; no material details beyond "metal" and "silver finish" confirmed. Dimensions mismatch between main (65x45x45) and variant label (60-40-40) may indicate measurement inconsistency.
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": "Metal Coffee Table Silver Finish Home Furniture Solid Construction",
"quantity": 1,
"grams": 12000000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "45.0",
"_height_cm": "45.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").