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: 12 Jin
Default SKU: 5857245920137
Default price: $3.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 950 g
Cart URL (default variant): https://landmarks.builders/cart/48017475961071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/large-rice-storage-container-airtight-food-storage-bin-kitchen-storage-grain-sto
JSON data: https://landmarks.builders/products/large-rice-storage-container-airtight-food-storage-bin-kitchen-storage-grain-sto.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Introducing the solution for your kitchen storage needs: a large capacity, airtight rice storage container designed to keep your grains fresh and protected. Crafted from PP, this storage bin offers against and, ensuring your rice, grains, and dry foods remain in optimal condition. Its convenient design allows for easy sealing and opening, with a clear view of contents for effortless inventory management. Available in a stylish transparent white, this versatile food storage container is for home cooking and kitchen organization, making it an essential addition to any pantry or countertop.
| Material | Plastic |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 10 liters |
| Shape | Rectangular |
| Closure Type | Slide |
| Colour | Cream White, Transparent |
| Special Features | Air Tight,Stackable,See Through,Durable |
| Product Dimensions | 38.0 × 22.0 × 14.1 centimeters |
| Product Weight | 1.87 pounds |
| Package Weight | 1.98 pounds |
| Recommended Uses | Rice, Spices, Cereal |
| Included Components | Rice bucket, measuring cup, insect-proof box |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Other |
| Brand | JISADER |
Summary: A BPA-free, airtight plastic rice container with see-through design, available in 12 Jin ($3.99) and 22 Jin ($4.99) sizes, suitable for home kitchen storage.
Generated by: deepseek-v4-flash
## Identity Airtight plastic rice/grain storage container, BPA-free, 10-liter capacity, with measuring cup and insect-proof box. ## Target persona Home cooks and small families (1-4 people) who buy rice in 10-22 lb bags and need organized, moisture-free pantry storage. Budget-conscious shoppers seeking under-$5 storage solutions. ## Use cases - Storing 10-22 lb bags of rice or other grains - Keeping cereal, pasta, or spices fresh and airtight - Stacking multiple containers in a pantry for space efficiency - Preventing insect infestation in dry goods - Measuring rice portions with the included cup ## When NOT to recommend - Large households or restaurants needing >22 lb capacity - Users who prefer glass or metal containers for sustainability - Long-term emergency food storage (beyond 1 year; airtightness unverified for extended periods) - Commercial kitchens requiring NSF or FDA certification ## Variant options - 12 Jin (approx. 6 kg rice capacity) – $3.99 - 22 Jin (approx. 11 kg rice capacity) – $4.99 ## Price and logistics facts - Price: $3.99 (12 Jin) / $4.99 (22 Jin) - Product dimensions: 38.0 × 22.0 × 14.1 cm (main variant; variant dimensions not specified) - Product weight: 1.87 lb; package weight: 1.98 lb - Material: PP plastic ## Trust signals - BPA-free and food-grade material (stated) - Airtight and stackable design - Includes measuring cup and insect-proof box - Price consistent across variants (same per-unit cost? Unknown) - In-stock status not verified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/83038e0f6039477d929039bf2df9973a.png?v=1773821891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/308b10f50aa945248387e9c9b1a1ac92.png?v=1773821891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f85ce3dd9b624fa283dabc9b5d3520c7.png?v=1773821891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1034adbd6b3c42b4a44c0c8219f5836d.png?v=1773821891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1c4c292980cf4b3882433ac23e9e095e.png?v=1773821891 ## Agent notes - Capacity stated as 10 liters for main variant, but variants labeled by rice weight (jin); conversion may confuse. - Not dishwasher or microwave safe. - Dimensions only provided for one variant; other variant dimensions unknown.
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": "Large Rice Storage Container, Airtight Food Storage Bin, Kitchen Storage, Grain Storage Container, Cereal Storage Bin for Kitchen, Rice Bucket",
"quantity": 1,
"grams": 950000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "22.0",
"_height_cm": "14.1"
}
}],
"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").