Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.99 – $7.99
Default variant: 3
Default SKU: 5819998654922
Default price: $5.99
Availability: In Stock
Product Type: Drawer Organisers
Vendor: JISADER
Weight: 750 g
Cart URL (default variant): https://landmarks.builders/cart/48068097933551:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/shelf-dividers-for-closet-handbag-acrylic-shelf-dividers-for-closet-shelf-separa-3
JSON data: https://landmarks.builders/products/shelf-dividers-for-closet-handbag-acrylic-shelf-dividers-for-closet-shelf-separa-3.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Transform your closet with our versatile and modular shelf dividers. Designed for organization, these dividers are for neatly storing handbags, books, folded clothing, and more. Constructed from new material, they offer exceptional durability and a modern look. The modular design allows for complete customization, letting you create the storage setup for your specific needs. Installation is easy, making it easy to rearrange and optimize your closet space. Improve your home organization with these essential closet shelf organizers.
| Material | Plastic |
| Capacity | L |
| Included Components | Bag 5-piece insert |
| Product Weight | 0.75 kilograms |
| Package Weight | 0.8 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 8002 |
| Number of Items | 1 |
Summary: Acrylic modular shelf dividers for organizing handbags, books, and clothes. Plastic, 3 or 4 pack options, starting at $5.99.
Generated by: deepseek-v4-flash
## Identity Shelf Dividers for Closet Handbag, Acrylic Shelf Dividers for Closet, Shelf Separator, Modular Closet Shelf Dividers, Closet Shelf Dividers Organizer (Drawer Organisers, Plastic). ## Target persona Budget-conscious home organizers, apartment dwellers, people with limited shelf space, DIY closet organizers. ## Use cases - Organizing handbags on shelves to prevent toppling. - Separating folded clothes like sweaters or jeans. - Keeping books upright on a shelf. - Compartmentalizing shelf for accessories like scarves or belts. - Creating sections in a modular closet storage system. ## When NOT to recommend - Heavy-duty garage or workshop shelving requiring metal dividers. - Storing bulky items that exceed divider height (no height given). - Users needing adjustable or expandable width dividers (fixed size). - Professional retail displays requiring high aesthetic uniformity. ## Variant options - 3-pack: SKU 5819998654922, $5.99 USD - 4-pack: SKU 5819998654923, $7.99 USD ## Price and logistics facts - Starting price: $5.99 USD (3-pack). - Currency: USD. - No dimensions provided. - Product weight: 0.75 kg, package weight: 0.8 kg. - Model number: 8002. - Not dishwasher safe, not microwaveable. ## Trust signals - In stock (assumed from listing). - Vendor: Shopify store. - Return policy not specified. - Price consistent across variants. ## Image assets -  -  -  -  -  ## Agent notes - Image understanding was not performed; assume product appearance matches description (acrylic, plastic). - Description mentions '5-piece insert' but variants are 3-pack and 4-pack; treat variant counts as authoritative. - No dimensions available; size unknown.
This product has 14 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": "Shelf Dividers for Closet Handbag, Acrylic Shelf Dividers for Closet, Shelf Separator, Modular Closet Shelf Dividers, Closet Shelf Dividers Organizer",
"quantity": 1,
"grams": 750000,
"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").