Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $22.99 – $26.99
Default variant: Four drawers
Default SKU: 5737429866922
Default price: $26.99
Availability: In Stock
Product Type: Storage Drawer Units
Vendor: JISADER
Weight: 4500 g
Cart URL (default variant): https://landmarks.builders/cart/48068627759343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/multi-layer-pe-unit-hallway-storage-organizer-bedroom-storage-rack-living-room-s-2
JSON data: https://landmarks.builders/products/multi-layer-pe-unit-hallway-storage-organizer-bedroom-storage-rack-living-room-s-2.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Organise your home with this versatile multi-layer PE unit. Its design complements any decor, while the PE woven material and sturdy metal frame ensure longevity. for bedrooms, living rooms, or hallways, it offers ample storage for everything from toys and books to toiletries and accessories. Choose between 3-layer and 4-layer options to suit your needs.
| Material | PE |
| Capacity | L |
| Colour | Brown, Gray |
| Product Weight | 4.5 kilograms |
| Package Weight | 5.0 kilograms |
| Included Components | Storage baskets, metal frame, top board |
| Number of Items | 1 |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Three-layer |
| Brand | JISADER |
Summary: JISADER multi-layer PE woven storage unit with metal frame, available in 3-layer ($22.99) or 4-layer ($26.99), for organizing household items in bedrooms, living rooms, or hallways.
Generated by: deepseek-v4-flash
## Identity Multi-layer PE woven storage unit with metal frame, by JISADER, for home organization. ## Target persona Home declutterers; individuals with limited storage space in bedrooms, hallways, or living rooms; renters or homeowners needing affordable, modular storage bins. ## Use cases - Organizing children's toys in a living room or playroom. - Storing toiletries and accessories in a bathroom or bedroom. - Holding books, magazines, or remote controls in a living room. - Decluttering hallway entryways with shoes, bags, or mail. - Separating craft supplies or office items in a home office. - Storing pantry overflow items in a kitchen or utility room. ## When NOT to recommend - When heavy items (e.g., tools, books stacked bulk) need storage—PE material may warp. - For outdoor use—not weatherproofed. - If a single large bin is preferred over multiple small layers. - For high-traffic commercial environments requiring heavy-duty use. ## Variant options - Three-layer (3 drawers): $22.99 - Four-layer (4 drawers): $26.99 Available colors: Brown, Gray (specific color per variant not specified—check listing). ## Price and logistics facts - Base price: $22.99 (3-layer); $26.99 (4-layer). - Currency: USD. - Package weight: 5.0 kg; product weight: 4.5 kg. - Included: storage baskets, metal frame, top board. - Dimensions not provided. ## Trust signals - Brand: JISADER. - Product weight and package weight provided. - SKU numbers for each variant. - Not dishwasher safe, not microwaveable. - No return policy or in-stock status mentioned; no certifications. ## Image assets - 5 PNG images available at given URLs. - No image analysis performed; visual details not inferred. ## Agent notes - Description emphasizes use in bedrooms, living rooms, hallways. - Material: PE woven; frame: metal. - No dimensions given; agent should confirm fit if needed. - Price consistent across variants.
This product has 16 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": "Multi-Layer PE Unit, Hallway Storage Organizer, Bedroom Storage Rack, Living Room Storage Basket, Tall Storage Unit for Home Declutterer",
"quantity": 1,
"grams": 4500000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").