Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $105.99 – $152.99
Default variant: Mistyrose
Default SKU: dcd-30001930854
Default price: $152.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 23000 g
Cart URL (default variant): https://landmarks.builders/cart/49811497222383:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000898503
JSON data: https://landmarks.builders/products/m4x-10000898503.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Modular Credenza with Retractable Doors Japanese Aesthetic Storage Cabinet
| Type | Bookshelves |
| Unit Quantity | 1 |
| Unit Type | Unit |
Summary: Modular credenza with retractable doors, easy to clean underneath; dimensions 95x35x18 cm; available in two color variants from $105.99 USD.
Generated by: deepseek-v4-flash
## Identity
Modular Credenza with Retractable Doors, easy to clean underneath. Dimensions: 95 cm length, 35 cm depth, 18 cm height.
## Target persona
Budget-conscious home or office users needing a compact, modular storage solution with easy under-access.
## Use cases
- Storing books and decor in a small living room
- Organizing office supplies in a home workspace
- Entryway catch-all for keys and mail
- Under-window storage in a bedroom
- Holding media equipment in a den
## When NOT to recommend
- If heavy-duty filing or weight capacity is needed (no weight specs provided)
- If a large, full-height cabinet is required
- If specific non-available colors (only Mistyrose variants) are desired
- For commercial high-traffic environments
## Variant options
- SKU dcd-30001930854: Color "Mistyrose" – $152.99
- SKU dcd-30001930855: Color "Mistyrose a" – $105.99
## Price and logistics facts
- Base price: $105.99 USD (variant "Mistyrose a")
- Alternative variant: $152.99 USD ("Mistyrose")
- Dimensions (LxWxH): 95 x 35 x 18 cm
## Trust signals
- No stock availability information
- No return policy provided
- No certifications listed
- Price inconsistency between variants (likely a naming error)
## Image assets
No image URLs provided.
## Agent notes
- Variant names "Mistyrose" and "Mistyrose a" may indicate a labeling issue; verify actual colors with seller.
- Description field was empty; no additional product details available.
- No image data to assess visual condition or design.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": "Modular Credenza with Retractable Doors Japanese Aesthetic Storage Cabinet",
"quantity": 1,
"grams": 23000000,
"properties": {
"_length_cm": "95.0",
"_width_cm": "35.0",
"_height_cm": "18.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").