Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $6.99
Default variant: Transparent Body with White Lid
Default SKU: 5568973896923
Default price: $6.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/48066963701999:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/airtight-rice-bin-with-wheels-stackable-design-storage-container-transparent-gra-1
JSON data: https://landmarks.builders/products/airtight-rice-bin-with-wheels-stackable-design-storage-container-transparent-gra-1.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Organise your kitchen with this versatile and practical airtight storage container. Designed for home cooks and bulk shoppers, it features a double sealing mechanism to keep your dry goods fresh and protected. The food-grade PP material ensures for all your ingredients, while the convenient wheeled base offers effortless mobility. Its large opening makes dispensing grains simple, and the transparent body allows for easy content. for creating a tidy meal prep station ordered pantry, this stackable design maximizes your storage space.
Package Contents: 1 Bucket/Rice Storage Box, 1 x Measuring Cup
| Material | Plastic |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 10 liters |
| Shape | Rectangular |
| Closure Type | Latch |
| Colour | White, Blue, Yellow, Cream White, Gray |
| Special Features | Air Tight, Leak Resistant, Portable, Stackable, See Through, Durable |
| Product Dimensions | 36.5 × 23.5 × 35.0 centimeters |
| Product Weight | kg |
| Package Weight | 1.5 kilograms |
| Recommended Uses | Rice, Flour, Pet Food, Cereal, Grains |
| Included Components | Measuring cup |
| Number of Items | 1 |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 5137 |
| Brand | JISADER |
Summary: Airtight rice bin with wheels, stackable design, 10L capacity, transparent body, double seal, food-grade PP material, includes measuring cup.
Generated by: deepseek-v4-flash
## Identity Airtight Rice Bin with Wheels, Stackable Design Storage Container, Transparent Grain Storage Bin, Large Opening Food Storage Container. Made of food-grade PP plastic, BPA free, 10 liters capacity. Double seal lid, wheeled base, transparent body. Includes measuring cup. ## Target persona Home cooks and bulk shoppers who need organized pantry storage for dry goods like rice, flour, cereals, and pet food. People who value easy mobility and visibility of contents. ## Use cases - Storing large quantities of rice or flour in a pantry. - Stacking multiple bins to maximize vertical storage space. - Moving heavy grain containers easily using the wheeled base. - Checking remaining contents without opening due to transparent body. - Convenient dispensing of grains through large opening. ## When NOT to recommend - If user requires capacity larger than 10 liters. - For long-term storage needing vacuum-sealed airtightness (double seal but not vacuum). - For users who prefer glass or metal containers. - For commercial or industrial use requiring heavy-duty durability. ## Variant options - Transparent Body with White Lid ($6.99) - Transparent Body with Grey Lid ($6.99) ## Price and logistics facts - Price: $6.99 USD - Dimensions: 36.5 × 23.5 × 35.0 cm - Package weight: 1.5 kg - Includes: 1 bucket/rice storage box, 1 measuring cup ## Trust signals - Food-grade PP material, BPA free. - Double seal design for freshness. - Stackable and portable. - In-stock status not confirmed; price consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a125fbd330bc4c9aa5562433efc42fa6_4530969c-2b3e-43f0-9ec3-f00935b71406.png?v=1773886557 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/92b0b14875e146c88ae7fd4f00c9d34b_a1c5ab83-e80b-4ba4-ab30-e3ac8750e409.png?v=1773886557 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/de572fbff9664e2d85a84f0996cee68d_25efd169-6c20-4296-b1c7-3a9e040b28d0.png?v=1773886557 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/002f4a730156407c85db7ed9c3e2ae72_eb54ae18-c6cc-40e0-999f-ec367adabed7.png?v=1773886557 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2bff4be68c4345a69f18060dcb9b98dd_7ba98fb5-45cf-408c-9b9c-d3b1917ba5f7.png?v=1773886557 ## Agent notes - Image content not analyzed; visual details not extracted. - Dishwasher safety mentioned in description as 'Dishwasher S' – unconfirmed. - Return policy not provided; assume standard unless verified.
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": "Airtight Rice Bin with Wheels, Stackable Design Storage Container, Transparent Grain Storage Bin, Large Opening Food Storage Container",
"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").