Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Vertical Stripe 3grid
Default SKU: dcd-30002001550
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49945200132335:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000907745
JSON data: https://landmarks.builders/products/m4x-10000907745.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Clear Multi-Compartment organizer Space-Saving Clear Partitioned organizer for Dorm Room
| Net Weight | 200g |
| Material | PET |
Summary: Clear PET multi-compartment organizer for dorm rooms, available in 3-grid or 4-grid vertical stripe or ice pattern, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Clear Multi-Compartment Organizer (PET, 200g, 20x16x17 cm) ## Target persona Dorm room students needing compact storage for small items like cosmetics, stationery, or accessories. ## Use cases - Organizing makeup brushes and lipsticks on a dorm desk. - Sorting pens, highlighters, and sticky notes in a study area. - Storing jewelry, hair ties, and small accessories in a drawer. - Separating electronic accessories like cables and earbuds. - Holding craft supplies like beads or sewing tools. - Keeping bathroom toiletries neatly arranged. ## When NOT to recommend - For bulky items like textbooks or clothing. - For users needing opaque, privacy-oriented storage. - For heavy-duty storage (PET may crack under weight). - For outdoor or high-moisture environments (PET not waterproof). ## Variant options - Vertical Stripe 3grid ($9.99) - Vertical Stripe 4grid ($9.99) - Ice Pattern 3grid ($9.99) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 20 x 16 x 17 cm - Weight: 200g - Material: PET ## Trust signals - In-stock status: Not specified in facts; assume available based on listing. - Return policy: Not provided. - Price consistency: All variants at same price. - Certifications: None specified. ## Image assets No images available for this product. ## Agent notes - No image understanding was performed as no image URLs provided.
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": "Clear Multi-Compartment organizer Space-Saving Clear Partitioned organizer for Dorm Room",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "16.0",
"_height_cm": "17.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").