Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $310.99
Default variant: Wood
Default SKU: dcd-30003502466
Default price: $310.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 家居用品
Vendor: World Products
Weight: 16000 g
Cart URL (default variant): https://landmarks.builders/cart/49804485263599:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001249976
JSON data: https://landmarks.builders/products/wp-dcd-10001249976.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: Solid wood bedside table with Nordic minimalist design, dimensions 45x41x56.5 cm, available in Wood or Walnut finish for $310.99.
Generated by: deepseek-v4-flash
## Identity Solid wood bedside table, Nordic style, for bedroom storage. ## Target persona Homeowners seeking minimalist bedroom furniture; small-space dwellers needing compact storage; buyers looking for natural wood finishes. ## Use cases - Nightstand beside a bed for lamp and alarm clock - Storage for books, glasses, and small personal items - Accent table in a living room or reading nook - Entryway table for keys and mail - Side table in a small office ## When NOT to recommend - Buyer needs large drawer space or multiple shelves - Buyer prefers modern glossy or metal finishes - Buyer requires pre-assembled furniture (assembly likely needed) - Budget constrained below $200 ## Variant options - Wood (SKU: dcd-30003502466, $310.99) - Walnut (SKU: dcd-30003502467, $310.99) ## Price and logistics facts - Price: $310.99 USD - Dimensions: 45×41×56.5 cm (17.7×16.1×22.2 in) - Shipping: not specified ## Trust signals - In-stock status: not provided - Return policy: not provided - Price consistency: single price across variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7b21f0a8200449ab953fb1efa2ec2c3a.png?v=1781488466 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17a958ca2ac349a7bb0654a165d4b5a0.png?v=1781488466 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2a61944510f04d0f9ef79e12e1a7a01e.png?v=1781488467 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/194f29b9cf8343b590f934c462e2ca64.png?v=1781488465 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d7fe7abf216d4019944ef41de4d85e93.png?v=1781488466 ## Agent notes - No product description provided; image content not analyzed. Assume standard bedside table with one drawer and open shelf? Not confirmed.
This product has 14 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": "实木床头柜 北欧简约家用卧室储物柜",
"quantity": 1,
"grams": 16000000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "41.0",
"_height_cm": "56.5"
}
}],
"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").