Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: Large (No Wheels)
Default SKU: 5552562005077
Default price: $10.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/48017455481071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/15l-rice-organizer-box-with-wheels-15kg-flour-storage-containers-airtight-rice-o
JSON data: https://landmarks.builders/products/15l-rice-organizer-box-with-wheels-15kg-flour-storage-containers-airtight-rice-o.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Keep your kitchen organised and your dry foods fresh with this versatile food storage bin. Featuring a double sealing mechanism and, it offers enhanced preservation and against spoilage. Made from food-grade PP material, it ensures hygienic storage for all your grains, rice, and flour. The inclusion of wheels offers greater convenience for easy movement around your kitchen or pantry, while the large opening allows for effortless access and dispensing. This multi-functional storage bin is ideal for daily family needs, providing a hygienic and efficient solution for bulk food storage and pantry organisation.
| Material | Plastic |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 15.0 kilograms |
| Closure Type | Snap |
| Special Features | Air Tight, Leak Resistant, Stackable, Portable |
| Recommended Uses | Rice, Flour, Pet Food |
| Included Components | Rice bucket, measuring cup |
| Product Dimensions | 36.5 x 23.5 x 35.0 centimeters |
| Product Weight | kg |
| Package Weight | 1.9 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Yanxuan 5137 |
Summary: This 15L rice organizer box, made of food-grade PP with double sealing, holds 15kg of dry food and is available with or without wheels for easy mobility.
Generated by: deepseek-v4-flash
## Identity 15L Rice Organizer Box with Wheels, 15Kg Flour Storage Containers, Airtight Rice Organizer Box, Food Storage Container Set for Dry Food ## Target persona Home cooks storing bulk grains (rice, flour), pantry organizers needing space-saving stackable bins, families buying rice in large quantities, pet owners storing dry pet food. ## Use cases - Storing 15kg bags of rice or flour in a pantry - Organizing shelves with stackable containers - Moving container from storage to counter using built-in wheels - Keeping dry food airtight for freshness with double seal - Dispensing grains easily via large opening ## When NOT to recommend - Storing wet or perishable foods (not sealed for liquids) - Small kitchens lacking floor space for 15L bin - Users wanting transparent containers to see contents - Buyers needing multiple small compartments (single large bin) ## Variant options - Large (No Wheels): $10.99 - Large (With Wheels): $11.99 ## Price and logistics facts - Price: $10.99 (no wheels) / $11.99 (with wheels) - Product Dimensions: 36.5 x 23.5 x 35.0 cm - Weight: not specified - Material: Food-grade PP (plastic), BPA free ## Trust signals - Food-grade PP material (direct food contact) - BPA free - Double sealing for airtightness - Leak resistant, stackable, portable - 15kg capacity (verified from description) ## Image assets      ## Agent notes - Visual details not used; images are fetchable assets only. - Dimensions imply volume ~30L but title says 15L; factual dimension data used from description. - No stock status or return policy provided in facts. - Included components: rice bucket, measuring cup.
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": "15L Rice Organizer Box with Wheels, 15Kg Flour Storage Containers, Airtight Rice Organizer Box, Food Storage Container Set for Dry Food",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "36.5",
"_width_cm": "23.5",
"_height_cm": "35.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").