Brand: World Products (Landmark)
SKU: dcd-30001873067
Price: $206.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 64000 g
Cart URL (default variant): https://landmarks.builders/cart/49811930775791:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000890555
JSON data: https://landmarks.builders/products/m4x-10000890555.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Steel sliding door armoire, 200x60x15 cm, $206.99, one size variant (W42.6cm single assemble), for children, families, kids' room, entryway.
Generated by: deepseek-v4-flash
## Identity
Easy Assembly Sliding Door Steel Armoire, Large Capacity, Space-Saving Design. Steel construction, sliding doors. Dimensions: L200 x W60 x H15 cm. Price: $206.99 USD.
## Target persona
Budget-conscious families, homeowners needing extra storage in small spaces, parents organizing kids' rooms, renters seeking a movable wardrobe solution.
## Use cases
- Storing children's clothes in a kids' room.
- Organizing coats, shoes, and accessories in an entryway.
- Adding hanging storage in a small bedroom or guest room.
- Temporary storage in a dorm or apartment.
- Decluttering a home office or hobby space.
## When NOT to recommend
- Heavy-duty storage for tools or equipment.
- High-end or luxury interior design projects.
- Large master closets requiring extensive capacity.
- Storing heavy items (e.g., books, weights) – steel may be lightweight.
## Variant options
- W42.6cm / Single Assemble: $206.99 (only variant available).
## Price and logistics facts
- Price: $206.99 USD.
- Dimensions: L200 x W60 x H15 cm (note: height appears unusually shallow, verify).
- Assembly required ("Easy Assembly").
## Trust signals
- Single variant in stock (no inventory level provided).
- No return policy or warranty data available.
- No certifications or material specifics beyond "steel".
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a890fcaf-70ec-418c-b16e-3f0c5c9097fd.jpg?v=1781600959
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a094b5a-a8bd-4c74-a9be-352d7365739e.jpg?v=1781600960
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5d40de77-6c16-4b88-9586-5273c41bbcdc.jpg?v=1781600959
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d67c812a-a4b5-4483-926c-a1f3186b98d6.jpg?v=1781600959
## Agent notes
- Product description empty; all info from title and metadata.
- Dimensions: height 15 cm is suspiciously shallow; likely a data entry error (maybe depth?). Verify before recommending.
- Only one variant available; no color or size options.
- Image understanding was not performed – visual details cannot be confirmed.This product has 4 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": "Easy Assembly Sliding Door Steel Armoire Large Capacity Sliding Door Armoire sturdy Construction Wardrobe Space-Saving Design for Children, Families, Homeowners, Kids' Room, Entryway",
"quantity": 1,
"grams": 64000000,
"properties": {
"_length_cm": "200.0",
"_width_cm": "60.0",
"_height_cm": "15.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").