Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.99 – $4.99
Default variant: Small 15 jin
Default SKU: 5959171931818
Default price: $3.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/48068662067439:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/airtight-food-storage-containers-large-capacity-rice-bucket-press-button-dispens-2
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-large-capacity-rice-bucket-press-button-dispens-2.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 and keep your dry for longer with this Airtight Food Storage Container. Designed, this large capacity rice bucket features a airtight seal to protect against and, ensuring your grains, rice, and flour remain in optimal condition. The transparent body allows for easy visibility of contents, while the innovative press button dispensing mechanism, complete with an included measuring cup, makes portioning effortless. Made from food-grade PP, this storage container is a and reliable choice for bulk grain storage and general pantry organisation. Its simple and modern complements any kitchen decor, making it an essential addition for conscious shopper seeking efficient and convenient food storage solutions.
Package Contents: 1 Bucket / Rice Storage Box, 1 x Measuring cup
| Material | Plastic |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 10.0 liters |
| Shape | Rectangular |
| Colour | Beige, Transparent |
| Special Features | Air Tight, Stackable, See Through, Durable |
| Product Dimensions | 34.0 × 21.0 × 18.5 centimeters |
| Product Weight | kg |
| Package Weight | 0.9 kilograms |
| Recommended Uses | Rice, Flour, Cereal |
| Included Components | Measuring cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | C120 |
| Brand | JISADER |
Summary: Airtight food storage container with press button dispenser and measuring cup, 10L capacity, made of BPA-free food-grade plastic, for rice and dry goods.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Containers, Large Capacity Rice Bucket, Press Button Dispenser with Measuring Cup, Food Storage Bin for Home Kitchen Organizer ## Target persona Home cooks buying rice/grains in bulk; health-conscious shoppers seeking BPA-free storage; small families needing pantry organisation; meal preppers requiring portion control. ## Use cases - Storing up to 10L of rice, flour, grains, or dry foods - Dispensing precise portions via press button and included measuring cup - Keeping contents fresh with airtight seal - Transparent body allows easy inventory checks - Stackable with other containers ## When NOT to recommend - For storing liquids (not designed for wet contents) - For users preferring glass or metal containers (this is plastic) - For very small kitchens (10L may be large) - For those who do not need bulk storage ## Variant options - Small 15 jin: $3.99 - Medium 20 jin: $4.99 ## Price and logistics facts - Price: $3.99 (Small 15 jin), $4.99 (Medium 20 jin) - Currency: USD - No shipping or return policy provided ## Trust signals - BPA-free food-grade PP material (stated) - Airtight seal for freshness - No stock status or return policy data available ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/38d8e54160d24e8dada700209a6dc32a_6fce60d7-deb0-4c53-9984-f8400ea8b9a0.png?v=1773887906 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3bba2d4249ec4d9c8e9b8f5ff30f5244_2e28174d-6351-413f-851f-0d018bbc9dc6.png?v=1773887906 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/16c9a00318a04c339b15b7a5e09ed751_a1f8b8e2-5000-4808-95a9-bfd1e4a37383.png?v=1773887906 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4245d04050674693870653e88b1768b0_6dceaa69-0310-43f4-b32f-3f8b783eb475.png?v=1773887906 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/07e8d4201543458b949273124565f751_a3eb05ad-79b9-4093-a4fa-d8bbe509f87b.png?v=1773887906 ## Agent notes Image understanding was not performed; no visual details are inferred. Dimensions not provided.
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 Food Storage Containers, Large Capacity Rice Bucket, Press Button Dispenser with Measuring Cup, Food Storage Bin for Home Kitchen Organizer",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "21.0",
"_height_cm": "18.5"
}
}],
"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").