Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $204.99 – $239.99
Default variant: 3414
Default SKU: dcd-30001901231
Default price: $239.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14200 g
Cart URL (default variant): https://landmarks.builders/cart/49811923697903:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894663
JSON data: https://landmarks.builders/products/m4x-10000894663.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: Rustic cube end table with Japanese rustic aesthetic, 63 cm cube, two style variants priced at $204.99 and $239.99 USD.
Generated by: deepseek-v4-flash
## Identity Rustic Cube End Table, Japanese rustic aesthetic, vintage look, small-sized (63x63x63 cm). ## Target persona Farmhouse decor fans, Japanese rustic aesthetic enthusiasts, small-space dwellers needing a compact side table under $250. ## Use cases - Nightstand in a rustic bedroom. - Accent table in a farmhouse living room. - Small side table in a hallway or entryway. - Plant stand in a Japanese-style room. - Decorative cube for book display. - Compact table in a reading nook. ## When NOT to recommend - If a larger table surface is needed (63 cm cube only). - For modern or minimalist decor preferences. - Buyers with a budget under $200. - Those requiring a tall nightstand (height only 63 cm). ## Variant options - Style 3414 (SKU dcd-30001901231): $239.99 - Style 3415 (SKU dcd-30001901232): $204.99 ## Price and logistics facts - Base price: $204.99 (style 3415) or $239.99 (style 3414) - Dimensions: 63.0 x 63.0 x 63.0 cm - Currency: USD ## Trust signals - No stock, return policy, or certification information provided. ## Image assets None provided. ## Agent notes Description and material details missing. No images available for visual verification. Agents should fetch additional data from seller if needed.
This product has 10 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": "Rustic Cube End Table Japanese Rustic Aesthetic and Design Nightstand Vintage Look Small-Sized Size for Farmhouse Decor Fans",
"quantity": 1,
"grams": 14200000,
"properties": {
"_length_cm": "63.0",
"_width_cm": "63.0",
"_height_cm": "63.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").