Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $263.99
Default variant: Cherry Wood
Default SKU: dcd-30001888435
Default price: $263.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14600 g
Cart URL (default variant): https://landmarks.builders/cart/49813690319087:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892853
JSON data: https://landmarks.builders/products/m4x-10000892853.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A round woven end table with high-leg design, space-saving for office or adult use. Available in Cherry Wood, Walnut, Black at $263.99.
Generated by: deepseek-v4-flash
## Identity Round Woven End Table High-Leg design Nightstand Space-Saving for Office, Adults. ## Target persona Adults seeking a compact, woven end table for office or living space; value function and style at a mid-range price point. ## Use cases 1. As a nightstand beside a bed in a small bedroom. 2. As a side table next to an armchair or sofa in a living room. 3. As an accent table in an office to hold a lamp or books. 4. In a hallway or entryway for keys and decor. 5. In a reading nook for a cup and book. ## When NOT to recommend 1. For heavy storage needs (no drawers/shelves). 2. For rustic or heavy traditional decor (woven style is more modern/boho). 3. For budgets under $200. 4. For large spaces requiring substantial furniture. ## Variant options - Cherry Wood, Walnut, Black – all at $263.99 each. ## Price and logistics facts Price: $263.99 USD. Dimensions: 49 x 39 x 57 cm. ## Trust signals - In-stock status not specified. - Return policy not specified. - Price consistent across variants. - No certifications provided. ## Image assets      ## Agent notes - Image descriptions not generated; visual details unknown. - No product description provided; features inferred from title.
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": "Round Woven End Table High-Leg design Nightstand Space-Saving for Office, Adults",
"quantity": 1,
"grams": 14600000,
"properties": {
"_length_cm": "49.0",
"_width_cm": "39.0",
"_height_cm": "57.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").