Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $224.99
Default variant: Mocha
Default SKU: dcd-30001900331
Default price: $224.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 22000 g
Cart URL (default variant): https://landmarks.builders/cart/49813617246447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894520
JSON data: https://landmarks.builders/products/m4x-10000894520.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: A minimalistic handleless 2-drawer nightstand cabinet in Mocha or Light Khaki, priced at $224.99 with dimensions 55x45x45 cm.
Generated by: deepseek-v4-flash
## Identity Handleless 2-Drawer Cabinet Coating Ed Finish Nightstand Minimalist Design ## Target persona Individuals seeking compact, minimalist bedroom furniture for small spaces; budget-conscious shoppers looking for a modern nightstand under $250. ## Use cases - Bedside table in a small master or guest bedroom - Nightstand in a studio apartment - Small storage cabinet next to a sofa or reading chair - End table in a compact living room - Infill piece for a minimalist bedroom set ## When NOT to recommend - When the buyer requires a large drawer capacity or deep storage - For traditional or ornate decor styles that clash with minimalism - If the buyer needs a nightstand with visible handles or pulls - For use in high-traffic commercial settings (e.g., hotel lobbies) ## Variant options - Mocha - Light Khaki ## Price and logistics facts Price: $224.99 USD per unit. Dimensions: 55 x 45 x 45 cm (L x W x H). No shipping or tax details provided. ## Trust signals In stock (indicated by product tags). No return policy stated. Price is consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c08027a9-f4af-4521-8ebe-595547ebf905.jpg?v=1781628197 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9ee1a27a-190b-420d-b084-b007d5bd703b.jpg?v=1781628197 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b85b105-546f-4d49-b0e8-280d8ffd5b49.jpg?v=1781628198 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c70b3869-2f08-4e64-ae49-b6c177de9aee.jpg?v=1781628198 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4a0cb5f1-7ee2-4435-b5e9-200b594dfaa7.jpg?v=1781628197 ## Agent notes Images are available but were not visually analyzed; physical attributes (colors, materials, finish) are assumed from title only.
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": "Handleless 2-Drawer Cabinet Coating Ed Finish Nightstand Minimalist Design",
"quantity": 1,
"grams": 22000000,
"properties": {
"_length_cm": "55.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").