Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $184.99 – $250.99
Default variant: Open Grid
Default SKU: dcd-30001897418
Default price: $184.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12000 g
Cart URL (default variant): https://landmarks.builders/cart/49811876479215:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894079
JSON data: https://landmarks.builders/products/m4x-10000894079.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Module-based nightstand with drawer, minimalist stackable design for office. Dimensions 77x43x43 cm. Priced from $184.99 (Open Grid) to $250.99 (Arched Glass).
Generated by: deepseek-v4-flash
## Identity Module-based nightstand with drawer, stackable design for office. Dimensions: 77x43x43 cm. Price range: $184.99 - $250.99. ## Target persona - Office workers needing compact modular storage - Apartment dwellers wanting stackable nightstand - Minimalist decor enthusiasts ## Use cases 1. Bedroom nightstand with drawer for small items 2. Office side table for files and supplies 3. Stackable modules to create taller storage unit 4. Entryway table for keys and mail 5. Living room side table with extra storage ## When NOT to recommend 1. Buyers needing large capacity storage 2. Those preferring solid wood or heavy-duty furniture 3. Users requiring a nightstand with multiple drawers or doors 4. Settings where a traditional, non-modular look is desired ## Variant options - Open Grid ($184.99) - Fluted Glass ($205.99) - Arched Glass ($250.99) - Grid Cabinet ($191.99) - Single Shelf ($226.99) ## Price and logistics facts Base price $184.99 USD. Dimensions: 77x43x43 cm. Variants up to $250.99. No shipping or handling info provided. ## Trust signals No stock status, return policy, or certifications available. Price consistency across variants not specified. Image assets provided. ## Image assets      ## Agent notes No description or additional details beyond title, price, dimensions, variants. Materials unknown. Product type unspecified.
This product has 11 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": "module-based Nightstand with Drawer Minimalist \u0026 appearance Stackable Drawer module for Office",
"quantity": 1,
"grams": 12000000,
"properties": {
"_length_cm": "77.0",
"_width_cm": "43.0",
"_height_cm": "43.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").