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/48099394093295: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-5
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-food-cereal-storage-containers-kitchen-5.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: Airtight 10L plastic food storage container with measuring cup, transparent body, and latch closure. Made from BPA-free PP, stackable, for dry foods like rice and grains.
Generated by: deepseek-v4-flash
## Identity **Product:** Airtight Food Storage Containers for Dry Food (Rice Containers) – 10L capacity, round shape, plastic, BPA-free. ## Target persona Budget-conscious home organizers, meal preppers, or renters with limited pantry space seeking stackable, transparent dry food storage. ## Use cases - Storing rice, grains, and cereals in a kitchen pantry. - Organizing dry pasta, beans, or oats in clear containers. - Portioning dry goods using included measuring cup for meal prep. - Stacking multiple containers to maximize vertical space. - Replacing original packaging to maintain freshness and see contents. ## When NOT to recommend - For storing liquids (not leak-resistant for liquids). - If microwave or dishwasher cleaning is required (explicitly not microwaveable or dishwasher safe). - For long-term vacuum sealing (only latch closure, no vacuum port). - For users who prefer glass over plastic. ## Variant options - Pearl White (SKU 5753245265552, $9.99) - Emerald Green (SKU 5753245265550, $9.99) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 23.5 x 18.5 x 21.0 cm - Weight: 0.96 kg (package) - Capacity: 10.0 liters - Material: PP plastic, BPA-free ## Trust signals - BPA-free food-grade PP material - Odor resistant - See-through body for visibility - Stackable design - In-stock status and return policy not provided in source data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e457c9301d4a4f64a8e57f26b3db441f_3087e919-2d39-4961-b10e-0d77198994ea.png?v=1773922097 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d32ed14e52f546609899f01ee7811a0c_fb982221-859a-4f7c-8f2d-82916a381f23.png?v=1773922097 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0dee7e658ea640d3bf0c3b5f5cc9af89_2d78c9ac-0d60-496a-b496-c07b10955722.png?v=1773922097 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0144f2a6656d4906b41954954992e49a_20c04c1f-06d0-4fbf-95e7-1db3145ba6a0.png?v=1773922097 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cd2c70fcd08a484da57480786d3a7523_00bd8a9d-861b-439b-9eb9-d2750f7641d7.png?v=1773922097 ## Agent notes - No image understanding was performed; treat URLs as fetchable assets only. - Dishwasher safe: No - Microwaveable: No - Return policy and in-stock status not available in source data.
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").