Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $182.99
Default variant: White
Default SKU: dcd-30001902248
Default price: $182.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/49811873956079:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894803
JSON data: https://landmarks.builders/products/m4x-10000894803.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 compact bedside cabinet with open shelf, available in White or Black. Dimensions 43x43x63 cm. Priced at $182.99 USD.
Generated by: deepseek-v4-flash
## Identity A compact bedside cabinet with a single open shelf, marketed as light luxury aesthetic. Available in White or Black. ## Target persona - Adults seeking a small nightstand for a bedroom - Students furnishing a dorm room or apartment - Anyone needing a compact side table for a hallway or narrow space ## Use cases - Bedside table for holding a lamp, phone, and books - Hallway console for keys and small decor - Nightstand in a guest room or small bedroom - Extra surface in a home office or living room nook - Side table next to an armchair or sofa ## When NOT to recommend - For buyers needing a large storage cabinet or dresser - For heavy item storage (e.g., large electronics or many books) - For customers seeking a rustic or industrial style - When the space requires a taller or wider unit ## Variant options - White (SKU: dcd-30001902248) - $182.99 - Black (SKU: dcd-30001902249) - $182.99 ## Price and logistics facts - Price: $182.99 USD (both variants) - No shipping cost or delivery time provided - No return policy information available ## Trust signals - Price is consistent across color variants - In-stock status unknown - No certifications or materials specified - No customer reviews or ratings available ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/03cdc538-d374-49f5-9670-8025259dd179.jpg?v=1781600869) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6607984c-13e2-4fc6-9878-98f8f77981c3.jpg?v=1781600869) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0f8d343e-2184-4935-9a4f-af1eacafbe77.jpg?v=1781600870) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2cfd50e6-d5d9-4c9b-9b94-b77cd77102f0.jpg?v=1781600869) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a0f88b2b-e137-481f-8190-dff7f6a00201.jpg?v=1781600869) ## Agent notes - No product description was provided; imagery was not analyzed, so visual details are not included. - Material, weight, assembly requirements, and warranty are unknown.
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": "Bedside Cabinet with Open Shelf Light Luxury aesthetic for Hallway, Adults, Students",
"quantity": 1,
"grams": 3500000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "43.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").