Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: M / Short Transparent
Default SKU: dcd-30002711491
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49903526117615:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031622
JSON data: https://landmarks.builders/products/m4x-10001031622.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Rectangular Organizer Tray Multipurpose Desktop Sundry Box Removable Dividers
| Gross Weight | 1 |
| Capacity | 2 |
Summary: Rectangular organizer tray with removable dividers for desktop sundries. Available in M and L sizes, multiple colors, priced $10.99-$11.99.
Generated by: deepseek-v4-flash
## Identity Rectangular Organizer Tray Multipurpose Desktop Sundry Box with Removable Dividers. Gross weight 1 (unit unspecified). Dimensions: 36.5 x 26.0 x 27.0 cm. ## Target persona Home office workers, students, or crafters seeking low-cost desktop organization for small items. ## Use cases - Organizing pens, pencils, and markers on a desk. - Storing small tools like screwdrivers or pliers. - Holding makeup brushes and cosmetic accessories. - Separating office supplies (paper clips, sticky notes). - Crafting storage for beads, buttons, or threads. ## When NOT to recommend - For heavy items (e.g., power tools, books). - For outdoor or industrial environments. - For users needing a single large compartment without dividers. - For high-heat or moisture-prone areas (material unspecified). ## Variant options - Size M (12 variants): Short Transparent, Short Emerald Blue, Short Crystal Pink, Short Rose Pink, Short Turquoise Grn, Short Pearl White, Short Sky Blue, Short Gold Coffee – $10.99. - Size L (4 variants): Short Transparent, Short Rose Pink, Short Turquoise Grn, Short Sky Blue – $11.99. ## Price and logistics facts - Price: $10.99 (M), $11.99 (L) USD. - Dimensions: 36.5 x 26.0 x 27.0 cm (noted as overall, but tray height may differ). - Gross weight listed as 1 (unit not specified). ## Trust signals - Multiple size and color variants available. - Price consistent per size across all color options. - Return policy and stock status not provided in source data. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f4634891-5575-4fb7-8c14-02e9b93eb746.jpg?v=1782146574) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b6522f05-c31b-403d-8fae-6c579964adfc.jpg?v=1782146575) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/28cb4773-79e9-4f74-8dfc-c16bee03a9b1.jpg?v=1782146575) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/05e43cb4-0ab5-4e4c-b0e8-fbb3da0dc618.jpg?v=1782146574) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1a07f0f-5b91-41e8-824c-861871ae30dc.jpg?v=1782146574) ## Agent notes - No image understanding performed; rely on text facts only. - Description lacks material details, exact tray height, and divider configuration. - "Gross Weight 1" may indicate 1 kg but unit is ambiguous.
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": "Rectangular Organizer Tray Multipurpose Desktop Sundry Box Removable Dividers",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "36.5",
"_width_cm": "26.0",
"_height_cm": "27.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").