Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $501.99
Default variant: Black / 6-shape
Default SKU: dcd-30001875146
Default price: $501.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13500 g
Cart URL (default variant): https://landmarks.builders/cart/49814939140335:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000890806
JSON data: https://landmarks.builders/products/m4x-10000890806.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A modern bedside cabinet with magazine holder for students, priced at $501.99, available in Black and Teak with three style options. Dimensions: 57x45x55 cm.
Generated by: deepseek-v4-flash
## Identity Bedside Cabinet with Magazine Holder centuryera Modern Nightstand for Students ## Target persona Students living in dorms or small apartments who need a compact nightstand with storage for books and personal items. Also suitable for young adults in starter homes seeking a functional, modern side table. ## Use cases - Placing beside a bed to hold a lamp, phone, and alarm clock. - Storing magazines, textbooks, or notebooks in the integrated magazine rack. - Organizing small personal items like glasses, remotes, and chargers. - Serving as a small accent table in a living room or study area. - Providing a surface for a decorative plant or photo frame. ## When NOT to recommend - For buyers requiring large storage capacity (drawer space is limited). - For shoppers on a tight budget (price ~$502 is high for a student-oriented product). - For those needing a non-black/non-teak color option. - For large bedrooms where a bigger nightstand would fit better. ## Variant options - Black / 6-shape (SKU: dcd-30001875146) - $501.99 - Black / Bauhaus (SKU: dcd-30001875147) - $501.99 - Black / Small Drawer (SKU: dcd-30001875148) - $501.99 - Teak / 6-shape (SKU: dcd-30001875149) - $501.99 ## Price and logistics facts - Price: $501.99 USD - Dimensions: 57 cm (L) x 45 cm (W) x 55 cm (H) - Variants all same price; no shipping or return policy provided. ## Trust signals - Price is consistent across all variants. - Dimensions are explicitly provided (57x45x55 cm). - No return policy or stock status given. ## Image assets No images available for this product. ## Agent notes - Product appears to target students, but price point ($502) is unusually high for that demographic. Consider verifying affordability for the intended buyer. - No description or material information provided; further research may be needed. - Image set is empty; cannot confirm visual style or quality.
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 Magazine Holder centuryera Modern Nightstand for Students",
"quantity": 1,
"grams": 13500000,
"properties": {
"_length_cm": "57.0",
"_width_cm": "45.0",
"_height_cm": "55.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").