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/48101080400111: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-4
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-large-capacity-rice-bucket-press-button-dispens-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.
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, made of food-grade PP, BPA free, 10L capacity, in two sizes.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Containers, Large Capacity Rice Bucket, Press Button Dispenser with Measuring Cup (10L). ## Target persona Home cooks and families who buy rice, grains, or flour in bulk and need organized, accessible pantry storage. ## Use cases - Storing 10–15 lbs of rice or other dry grains - Dispensing measured portions via press button and included cup - Pantry organization for flour, sugar, beans, or pasta - Keeping dry goods fresh with airtight seal - Quick visual inventory check through transparent body ## When NOT to recommend - User needs very small containers for spices or herbs - User prefers glass or stainless steel for food contact - User plans to store liquids or perishables - Single-person households with minimal bulk storage needs ## Variant options - Small 15 jin (approx. 7.5 kg capacity) – $3.99 - Medium 20 jin (approx. 10 kg capacity) – $4.99 ## Price and logistics facts - Price range: $3.99–$4.99 USD - Dimensions not provided; capacity 10 liters for the base variant - Shipping/return policy not specified in source ## Trust signals - Made from food-grade PP plastic - BPA free - In-stock status not available - No certifications mentioned beyond food-grade ## Image assets -  -  -  -  -  ## Agent notes - No image analysis performed; visual details (color, shape, etc.) cannot be confirmed.
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").