Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.99 – $2.99
Default variant: Small - 10 jin
Default SKU: 5944506424135
Default price: $1.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/48017461313775: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-foods-large-cereal-storage-containers-k
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-foods-large-cereal-storage-containers-k.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 with this versatile Airtight Food Storage Container. Designed for convenience, it offers -handed access with a smooth lid. The large opening design makes rice and other dry goods effortless, while the multi-layer sealing design ensures your ingredients remain protected. Crafted from PP, this storage container is built to last, providing a reliable solution for your kitchen organisation needs. With a generous capacity of 10L and above, it's ideal for storing rice, cereal, flour, and other staples, offering a wider range of large capacities than typical small containers.
| Capacity | 15.0 kilograms |
| Colour | Clear, Beige |
| Special Features | Airtight, Durable, Stackable, Odor Resistant |
| Product Dimensions | 34.5 × 21.5 × 33.5 centimeters |
| Product Weight | kg |
| Package Weight | 1.1 kilograms |
| Included Components | Rice bin, measuring cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 910 |
| Brand | JISADER |
Summary: JISADER airtight food storage container for dry foods like rice, cereal, flour. Available in 10 jin (small, $1.99) and 20 jin (medium, $2.99). PP plastic with multi-layer seal.
Generated by: deepseek-v4-flash
## Identity - Product: JISADER Airtight Food Storage Container (Model 910) - Type: Rice Containers - Material: PP plastic - Special features: Airtight, Durable, Stackable, Odor Resistant - Colors: Clear, Beige - Included: Rice bin, measuring cup ## Target persona - Budget-conscious home cooks looking for inexpensive dry food storage - Pantry organizers with limited space needing stackable containers - Small households (1-3 people) storing moderate amounts of rice, cereal, or flour ## Use cases - Storing rice and grains to keep airtight and odor-free - Keeping cereal fresh for longer - Organizing pantry shelves with stackable containers - Storing flour, sugar, pasta, or other dry staples - Using multiple containers for bulk dry food storage (10 jin ~ 5kg, 20 jin ~ 10kg) ## When NOT to recommend - For users needing dishwasher-safe or microwave-safe containers (this is not) - For those requiring glass or metal containers - For buyers seeking very large capacity (over 20 jin per container) - For decorative or high-end kitchen storage needs ## Variant options - Small - 10 jin (SKU 5944506424135): $1.99 - Medium - 20 jin (SKU 5944506424136): $2.99 ## Price and logistics facts - Price: Small $1.99, Medium $2.99 (USD) - Package weight: 1.1 kg - Product dimensions: 34.5 × 21.5 × 33.5 cm - Brand: JISADER, Model: 910 ## Trust signals - Listed on Shopify platform - No return policy explicitly stated - Not dishwasher or microwave safe - No certifications mentioned - Price is consistent across variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d26325c848454c63ba6a27a9c6877f72.png?v=1773821036 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b81c8e56ab2402c979822c23c6058dd.png?v=1773821036 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b1aa3cba3b7b4f828d37d0d750fdef52.png?v=1773821036 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f69ca1e435d8403d943af8f847cd71bb.png?v=1773821036 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7c2933f4e29b4095a9145753048574d4.png?v=1773821036 ## Agent notes - Images were not viewed; only URLs provided. Do not infer visual details. - Capacity and dimensions: Product dimensions 34.5x21.5x33.5 cm; capacity noted as 15 kg in description but variants are 10 jin (~5 kg) and 20 jin (~10 kg). Discrepancy exists; rely on variant sizes. - Dishwasher and microwave unsafe. - No explicit in-stock status; assume available from listing.
This product has 13 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 Foods, Large Cereal Storage Containers, Kitchen Storage Containers with Lids, Pantry Storage Containers",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "34.5",
"_width_cm": "21.5",
"_height_cm": "33.5"
}
}],
"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").