Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $210.99 – $243.99
Default variant: Natural
Default SKU: dcd-30001895894
Default price: $210.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 18000 g
Cart URL (default variant): https://landmarks.builders/cart/49813032075503:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893871
JSON data: https://landmarks.builders/products/m4x-10000893871.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Hexagonal wood block table/stool with Japanese minimalist design, no assembly required, 45x45x52 cm, $210.99 (Natural) or $243.99 (Carbonized Black).
Generated by: deepseek-v4-flash
## Identity Hexagonal Wood Block Table / Stool – Japanese Minimalist Design, No Assembly Required, Multifunctional. ## Target persona Interior designers seeking versatile accent pieces; adults furnishing small apartments or minimalist spaces; buyers wanting ready-to-use furniture. ## Use cases - As a side table next to a sofa or armchair. - As a low stool for seating or footrest. - As a decorative pedestal for plants or art. - In a minimalist or Japanese-style room setting. - As a temporary table for events or pop-up displays. ## When NOT to recommend - If the buyer needs a full-sized dining or work table. - If the intended use involves heavy loads (e.g., standing on it) – weight capacity not specified. - For outdoor or high-moisture environments – material not specified as weatherproof. - If the buyer dislikes hexagonal or blocky forms. ## Variant options - **Natural**: $210.99 (SKU: dcd-30001895894) - **Carbonized Black**: $243.99 (SKU: dcd-30001895895) ## Price and logistics facts - Price: $210.99 USD (Natural), $243.99 USD (Carbonized Black). - Dimensions: 45 cm (L) x 45 cm (W) x 52 cm (H). - Assembly: None required. - Weight: Not specified. ## Trust signals - In stock: Yes (assumed from listing). - Return policy: Not specified. - Price consistency: Listed prices are fixed; no discounts known. - Certifications: None provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/306ea1e6-28b9-4c65-866e-4d1ea6a4f5af.jpg?v=1781621004 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c1b4280b-20b4-4c30-811a-e62bfd37819d.jpg?v=1781621005 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/257ac4f7-92a3-4ecd-bbea-1aa64871b1c4.jpg?v=1781621003 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aaa86464-02a4-4b78-a3f3-870a31fdd76c.jpg?v=1781621006 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cfce78f7-f7ba-404f-a4fb-f5a34cb7aa0f.jpg?v=1781621003 ## Agent notes - No product description or type provided; inferences based on title. - Images not analyzed; visual details remain unknown. - Weight capacity and material (wood type) not specified. - Shipping costs and lead times not provided.
This product has 11 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": "Hexagonal Wood Block Table Japanese Minimalist Design Stool No Assembly Required Multifunctional for Interior Designers, Adults",
"quantity": 1,
"grams": 18000000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "45.0",
"_height_cm": "52.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").