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/48066959114479: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-1
JSON data: https://landmarks.builders/products/storage-container-10kg-rice-rice-dispenser-with-measuring-cup-airtight-kitchen-s-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.
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: Airtight rice storage container with 8-layer sealing, food-grade material, transparent body, and measuring cup. Available in 10L ($10.99) and 15L ($12.99).
Generated by: deepseek-v4-flash
## Identity Airtight rice storage container with 8-layer sealing, food-grade material, transparent body, and measuring cup. Model A1137. Available in 10L (default) and 15L variants. ## Target persona Home cooks buying bulk rice; meal preppers storing grains; families needing organized pantry storage; users seeking airtight food preservation. ## Use cases - Storing 10kg rice in pantry with easy access - Dispensing rice via measuring cup for portion control - Stacking multiple containers for cereal, grains, and dry foods - Keeping grains fresh longer with 8-layer seal - Quick inventory check through transparent body ## When NOT to recommend - For storing wet or liquid foods (not designed for moisture) - For microwave or dishwasher use (not microwaveable or dishwasher safe) - For users requiring BPA-free certification (not specified) - For storing perishables that need refrigeration (dry foods only) ## Variant options - 10L: $10.99 - 15L: $12.99 ## Price and logistics facts - Base price: $10.99 USD (10L) - 15L variant: $12.99 USD - Product dimensions: 35.0 x 26.0 x 25.0 cm (per description) - Package weight: 1.38 kg - Included: 1 storage container, 1 measuring cup ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: variants listed with clear pricing - Certifications: none claimed beyond food-grade - Material: food-grade, non-toxic (per description) ## Image assets      ## Agent notes - Image content was not analyzed; visual details not verified. - Dimensions (35x26x25 cm) assumed for 10L variant but not explicitly linked. - Capacity list says "10 liters" but package description mentions "10kg rice" – capacity is volume: 10L ~ 10kg rice equivalent.
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").