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/48017436279023: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
JSON data: https://landmarks.builders/products/storage-container-10kg-rice-rice-dispenser-with-measuring-cup-airtight-kitchen-s.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: A 10L capacity rice dispenser with airtight 8-layer seal, food-grade material, transparent body, measuring cup, and single-handed lid.
Generated by: deepseek-v4-flash
## Identity Rice storage container, 10L capacity, rectangular, food-grade plastic, airtight with 8-layer sealing, includes measuring cup. ## Target persona Home cooks buying rice in bulk needing organized, airtight storage; budget-conscious shoppers seeking under $15 storage solution. ## Use cases - Storing up to 10kg of rice - Dispensing portioned rice with included measuring cup - Stacking multiple containers for pantry organization - Keeping grains fresh over weeks - Transparent body to easily monitor stock levels - Organizing cereal or other dry grains ## When NOT to recommend - For users needing vacuum-sealed long-term storage - For those requiring dishwasher-safe or microwave-safe containers - For large families needing >15L capacity - For users wanting decorative or non-plastic containers - For applications requiring airtight liquid storage ## Variant options - 10L: SKU 5569759894773, $10.99 USD - 15L: SKU 5569759894772, $12.99 USD ## Price and logistics facts - Base price: $10.99 USD (10L) - Dimensions (10L): 35.0 x 26.0 x 25.0 cm - Package weight: 1.38 kg - 15L variant dimensions not provided ## Trust signals - In-stock (assumed from listing) - Food-grade, non-toxic material - Model number: A1137 - Return policy not specified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4250676e03a44ed995acc69f0ca0e8a.png?v=1773820285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f66d6a3495e4406483104f4aa164f16b.png?v=1773820285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c089994e15994747b64d77a3dea68411.png?v=1773820285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a9f0f4d254864b63ad3033ce375e1008.png?v=1773820285 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9bd5e7206b9a49c6bdcdee67094f02fe.png?v=1773820285 ## Agent notes - Image content not analyzed; product appears as a plastic container with transparent body and measuring cup. - No certifications beyond food-grade mentioned. - Dishwasher and microwave safe: no. - Return policy unknown. - 15L variant dimensions not provided.
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").