Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $16.99
Default variant: Blue / 12.4*7.8*3.4cm
Default SKU: dcd-30000065303
Default price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49946400260335:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011151
JSON data: https://landmarks.builders/products/m4x-10000011151.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Plastic Storage Organizer, Removable Tray, Multifunctional
Summary: Plastic storage organizer with removable tray, available in blue and black with multiple sizes, for small item organization.
Generated by: deepseek-v4-flash
## Identity Plastic Storage Organizer with Removable Tray, multifunctional container. ## Target persona Home organizers, office workers, DIY crafters, and budget-conscious shoppers needing small-item storage. ## Use cases - Organizing desk supplies (pens, clips, sticky notes) - Storing craft beads, buttons, and small tools - Sorting screws, nails, and hardware parts - Compartmentalizing drawers for accessories - Containing jewelry, earrings, or small collectibles ## When NOT to recommend - For heavy tools or equipment (weight limit unknown) - In outdoor or high-moisture areas (plastic likely not weatherproof) - For large items exceeding ~20x14x8 cm - When professional-grade durability is required ## Variant options | Color | Size (cm) | Price | |-------|-----------|-------| | Blue | 12.4x7.8x3.4 | $12.99 | | Blue | 15x10.2x4.4 | $13.99 | | Blue | 18.3x12.4x5.3 | $16.99 | | Black | 12.4x10.4x6.4 | $11.99 | ## Price and logistics facts - Base price: $11.99 (Black variant) - Other variants $12.99–$16.99 - Dimensions of base product: 20x14x8 cm (not sold? Variants have smaller sizes) - Currency: USD ## Trust signals - Stock status not confirmed - Return policy not provided - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0d3b09d3-eed0-470c-913a-e2736a16588a.png?v=1782181224 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/13c3ddaa-13fc-4b80-9805-bbd713c6df85.png?v=1782181225 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ef37b278-8931-4ac9-99e1-8f5703732798.png?v=1782181231 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1c4f6d0d-977b-49fe-964a-f9713f77a8b6.png?v=1782181225 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/882af2bf-b835-4fef-bda1-0032ea75de97.png?v=1782181224 ## Agent notes - Image content not analyzed; visual details not extracted. - No stock or shipping speed data. - Base product dimensions (20x14x8 cm) may not correspond to any variant; variants listed are smaller.
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": "Plastic Storage Organizer, Removable Tray, Multifunctional",
"quantity": 1,
"grams": 120000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "14.0",
"_height_cm": "8.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").