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/48066963865839: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-1
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-large-capacity-rice-bucket-press-button-dispens-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 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 made from food-grade PP, 10L capacity, with press button dispenser and measuring cup, for storing rice and dry goods. Available in 15 jin ($3.99) and 20 jin ($4.99).
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Containers, Large Capacity Rice Bucket, Press Button Dispenser with Measuring Cup. Material: food-grade PP, BPA free. Capacity: 10 liters. Shape: rectangular. Colors: beige/transparent. ## Target persona Budget-conscious home cooks needing affordable airtight dry food storage; small kitchen dwellers seeking stackable containers; families buying rice in bulk up to 10L. ## Use cases - Storing rice, grains, flour, pasta, and other dry goods. - Dispensing portions via press button with included measuring cup. - Organizing pantry shelves with stackable rectangular design. - Keeping dry ingredients fresh with airtight seal. - Measuring precise amounts for cooking or baking. ## When NOT to recommend - Storing liquids or any wet foods (not designed for that). - Large-scale commercial storage requiring >10L capacity. - Users needing glass or stainless steel containers. - Situations where heavy-duty durability is critical. ## Variant options - Small 15 jin (approx 7.5 kg rice) - $3.99 - Medium 20 jin (approx 10 kg rice) - $4.99 ## Price and logistics facts Price: $3.99 (small), $4.99 (medium). Dimensions not provided. Currency: USD. ## Trust signals Material: food-grade PP, BPA free. Low price point. No specific in-stock status or return policy stated. ## Image assets      ## Agent notes Image understanding not performed; visual details not verified. Dimensions not provided in source data.
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").