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/48100774936815: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-4
JSON data: https://landmarks.builders/products/15l-rice-organizer-box-with-wheels-15kg-flour-storage-containers-airtight-rice-o-4.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: A 15L/15kg airtight rice organizer box with double sealing, food-grade PP, stackable, wheeled variant available 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 buying bulk rice or flour; small restaurants needing organized dry storage; families with large dry food supplies; apartment dwellers with limited pantry space. ## Use cases - Storing 15kg bags of rice or flour in a kitchen or pantry. - Organizing dry goods like pasta, beans, or pet food. - Moving heavy grain containers easily with wheeled variant. - Stacking multiple units for space-efficient storage. - Dispensing grains via large opening without scooping. ## When NOT to recommend - Users needing liquid-tight containers (not designed for liquids). - Storing perishable items requiring refrigeration. - If user requires extreme airtightness for long-term survival storage (no vacuum seal). - For users with extremely small spaces (dimensions 36.5x23.5x35cm). ## Variant options - Large (No Wheels) – SKU 5552562005077, $10.99 - Large (With Wheels) – SKU 5552562005078, $11.99 ## Price and logistics facts - No-wheels variant: $10.99 USD. - With-wheels variant: $11.99 USD. - Dimensions: 36.5 x 23.5 x 35.0 cm. - Weight: not specified in facts. - Capacity: 15 liters / 15 kilograms. ## Trust signals - BPA Free (stated in description). - Food-grade PP material. - Double sealing for airtightness. - Leak resistant, stackable, sturdy. - No return policy or warranty data provided. - In-stock status unknown. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0d30b9644a25468a8f53dbc00d401fa4_8752daaa-aefe-4eee-8d08-699af3e181b0.png?v=1773924338 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/53628d761e994feb9e0287528d686f14_700feec2-6627-402e-b4ff-c9a7b63d5bc1.png?v=1773924338 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aeb939d1b40a4a09a85e0ea6d056165a_ca2e8a70-0a80-452f-9972-2d110a480b23.png?v=1773924338 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bbf1b7e8ccad433984b6d1d0990fbabd_02a359ce-1aa3-45dc-8bb1-5bab574c38e2.png?v=1773924338 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ec48714c3b1c4fd2ae8753d24589e7ad_2814adbe-7f8e-4f67-a962-f88be3b96025.png?v=1773924338 ## Agent notes - Image understanding was not performed; treat images as fetchable assets only. - The description mentions "measuring cup" included; verify if both variants include it. - Wheels add $1.00 to cost; recommend if mobility is needed.
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").