Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $12.99
Default variant: 15L
Default SKU: 5569759894772
Default price: $12.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 1380 g
Cart URL (default variant): https://landmarks.builders/cart/48100711989487:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/storage-container-10kg-rice-rice-dispenser-with-measuring-cup-airtight-kitchen-s-4
JSON data: https://landmarks.builders/products/storage-container-10kg-rice-rice-dispenser-with-measuring-cup-airtight-kitchen-s-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.
Keep your kitchen organised and your dry foods fresh with this versatile Rice Storage Container. Designed for the, it features an innovative lid for effortless single-handed and an advanced 8-layer sealing system to ensure optimal freshness and effective. Constructed from food-grade materials, this container prioritises the of your stored rice, cereal, and grains. The transparent body allows for of contents, while the included measuring cup ensures portion control for your cooking needs. Available in various capacities, this stylish and functional kitchen storage solution is ideal for bulk storage and everyday use.
Package Contents: 1 Storage Container, 1 x Measuring Cup
| Material Features | Food Grade, Non-Toxic |
| Capacity | 10 liters |
| Shape | Rectangular |
| Special Features | Air Tight, Stackable, See Through, Odor Resistant |
| Included Components | Rice bucket, measuring cup |
| Product Dimensions | 35.0 x 26.0 x 25.0 centimeters |
| Product Weight | kg |
| Package Weight | 1.38 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | A1137 |
Summary: 10L or 15L airtight rice storage container with 8-layer sealing, single-handed lid, measuring cup, food-grade plastic, transparent body.
Generated by: deepseek-v4-flash
## Identity Storage Container 10kg Rice, Rice Dispenser with Measuring Cup, Airtight Kitchen Storage for Cereal, Grain Storage Container ## Target persona Home cooks and bulk buyers who need airtight, stackable storage for rice, cereal, and grains. Budget-conscious shoppers seeking portion control and pantry organization. ## Use cases - Storing up to 10kg/15L of dry rice with airtight freshness protection. - Dispensing measured portions via included measuring cup for consistent cooking. - Organizing pantry shelves with stackable transparent containers. - Storing cereals, pasta, lentils, and similar dry foods. - Quick visual inventory check through transparent body. ## When NOT to recommend - For storing liquids or perishable refrigerated items. - For users who require dishwasher-safe or microwave-safe containers. - For those needing very small capacity (<5L) or single-serving storage. - For professional/commercial high-volume use (plastic material may degrade). ## Variant options - 10L capacity (SKU 5569759894773) – $10.99 - 15L capacity (SKU 5569759894775) – $12.99 ## Price and logistics facts - Base price: $10.99 (10L), $12.99 (15L) - Currency: USD - Product dimensions: 35.0 x 26.0 x 25.0 cm (likely for 10L variant) - Package weight: 1.38 kg - Material: Food-grade plastic, non-toxic ## Trust signals - 8-layer sealing for airtight, odor-resistant storage - Food-grade, non-toxic materials - Stackable design - See-through body for content visibility - Includes measuring cup - Model number: A1137 ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4250676e03a44ed995acc69f0ca0e8a_31ad1918-a957-4610-832b-f27ea63ab4d8.png?v=1773924116 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f66d6a3495e4406483104f4aa164f16b_6868e339-517c-473d-bcb3-b02e3bd60cc6.png?v=1773924116 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c089994e15994747b64d77a3dea68411_6b2ad0a4-9630-45b3-8af5-2c2e710d9550.png?v=1773924116 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a9f0f4d254864b63ad3033ce375e1008_7f82ebd2-42c7-4c4e-bfce-edc48a3adebe.png?v=1773924116 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9bd5e7206b9a49c6bdcdee67094f02fe_1a250d6e-8af2-42a4-b303-0cb37b4090ff.png?v=1773924116 ## Agent notes - Image content not analyzed; URLs provided as fetchable assets. - No in-stock status or return policy provided in source data. - Capacity understanding: '10kg rice' likely corresponds to 10L variant; 15L variant holds ~15kg rice. - Do not assume dishwasher or microwave safety; container is not dishwasher safe and not microwaveable.
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": "Storage Container 10kg Rice, Rice Dispenser with Measuring Cup, Airtight Kitchen Storage for Cereal, Grain Storage Container",
"quantity": 1,
"grams": 1380000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "26.0",
"_height_cm": "25.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").