Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pearl White
Default SKU: 5753245265552
Default price: $9.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/48066955313391: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-for-dry-food-cereal-storage-containers-kitchen-2
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-food-cereal-storage-containers-kitchen-2.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 dry foods fresh and protected with this Airtight Food Storage Container. Designed for modern kitchens, it offers and thanks to its sealed design and a built-in compartment for . The opening provides quick and convenient access, while the transparent PP body lets you see contents at a glance. Included is a handy measuring cup for portioning. This container is an choice for storing rice, grains, and other dry goods, ensuring long freshness and efficient kitchen storage.
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 | Round |
| Closure Type | Latch |
| Special Features | Air Tight, Stackable, See Through, Odor Resistant |
| Recommended Uses | Rice |
| Included Components | Rice bucket, measuring cup |
| Product Dimensions | 23.5 x 18.5 x 21.0 centimeters |
| Product Weight | kg |
| Package Weight | 0.96 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 8915 |
Summary: A 10-liter airtight plastic container for dry food storage, made from BPA-free PP material, includes a measuring cup, available in two colors.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Container: 10-liter plastic rice container with see-through body, food-grade PP material, BPA-free, stackable. Includes measuring cup. Dimensions: 23.5 x 18.5 x 21.0 cm. Weight: 0.96 kg. ## Target persona - Home cooks or meal preppers seeking low-cost pantry organization - Renters or small-kitchen dwellers needing stackable, transparent dry-good storage - Budget-conscious shoppers wanting a basic airtight container under $10 ## Use cases - Storing rice, grains, cereal, pasta, or other dry foods with airtight seal - Organizing pantry shelves with stackable, see-through containers for easy inventory - Portioning dry ingredients for meal prep using the included measuring cup - Protecting dry foods from moisture, pests, and odors in a sealed container ## When NOT to recommend - For liquids or wet foods (not designed for liquids – no leak-proof claim) - For microwave or dishwasher use (explicitly not microwaveable or dishwasher safe) - For high-volume commercial kitchens (10L capacity, single container) - For buyers seeking premium materials like glass or stainless steel (plastic only) ## Variant options - Pearl White (SKU: 5753245265552) – $9.99 - Emerald Green (SKU: 5753245265550) – $9.99 ## Price and logistics facts - Price: $9.99 USD (both variants) - Product dimensions: 23.5 x 18.5 x 21.0 cm - Package weight: 0.96 kg - Not dishwasher safe - Not microwaveable ## Trust signals - BPA-free plastic (food-grade PP material) - Airtight and odor resistant features claimed - In-stock status assumed (no stock data provided) - No return policy or warranty information available in facts - Price consistency: both variants at same price ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e457c9301d4a4f64a8e57f26b3db441f_86db99b7-ff4c-4604-84cc-c7fe7d9c55d4.png?v=1773886013) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d32ed14e52f546609899f01ee7811a0c_2ce829f7-f576-4c68-b8e3-3f37b2ee4bb5.png?v=1773886013) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0dee7e658ea640d3bf0c3b5f5cc9af89_ca4041e7-61ad-427a-bd09-dce3c9bd4228.png?v=1773886013) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0144f2a6656d4906b41954954992e49a_eeb28ae2-4122-4a47-ba0c-9dce2df7e058.png?v=1773886013) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cd2c70fcd08a484da57480786d3a7523_cdbe76d1-9b31-4328-8000-d591b64e9182.png?v=1773886013) ## Agent notes - No image understanding performed; visual details (colors, shape, design) should be verified by fetching images if needed. - Claimed as airtight and odor resistant, but no third-party test data provided. - Dimensions and weight are from the package; product interior capacity is 10 liters.
This product has 9 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 for Dry Food, Cereal Storage Containers, Kitchen Organisers, Pantry Storage, Food Storage Containers Kitchen",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "23.5",
"_width_cm": "18.5",
"_height_cm": "21.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").