Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $21.99
Default variant: L / 1 PACK
Default SKU: dcd-30001966033
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49945598853359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902939
JSON data: https://landmarks.builders/products/m4x-10000902939.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stackable Storage Drawer lint-freeproof Stackable Drawer Unit Clear View for Students
| Material | PET |
Summary: Stackable PET storage drawer unit for students, clear view, 35x22x20 cm, available in L (1 pack for $15.99) and XL (1 pack for $21.99).
Generated by: deepseek-v4-flash
## Identity Stackable Storage Drawer (PET) – Clear view, lint-proof stackable unit. ## Target persona College students living in dorms or shared apartments needing inexpensive, transparent storage for small items. ## Use cases - Organizing desk supplies (pens, notebooks) in a dorm room. - Storing toiletries or cosmetics in a bathroom. - Keeping craft or hobby items sorted on a shelf. - Stacking multiple units for modular storage in a closet. - Holding electronic accessories (cables, chargers) neatly. ## When NOT to recommend - For storing heavy items (e.g., books, tools) – PET may not support heavy loads. - For large or bulky items (e.g., clothes, blankets) – drawers are compact (35x22x20 cm). - For outdoor or damp environments – material is clear plastic, no weatherproofing. - If user needs a closed or locking storage solution. ## Variant options - L / 1 PACK: $15.99 (SKU dcd-30001966033) - XL / 1 PACK: $21.99 (SKU dcd-30001966034) ## Price and logistics facts - L: $15.99 USD, XL: $21.99 USD. - External dimensions: 35cm x 22cm x 20cm (L variant assumed same footprint; XL dimensions not given but likely larger). - No shipping cost, weight, or availability data provided. ## Trust signals - In-stock status not specified. - No return policy or warranty mentioned. - No certifications listed. - Single price point per variant – no discount volatility. ## Image assets - 5 product images available (URLs listed below). No visual details extracted. ## Agent notes - Image content not analyzed; treat URLs as fetchable assets. - "lint-freeproof" may be a misspelling of "lint-free proof" or similar. - Material is PET (polyethylene terephthalate), common for clear plastic bins.
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": "Stackable Storage Drawer lint-freeproof Stackable Drawer Unit Clear View for Students",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "22.0",
"_height_cm": "20.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").