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/48101296439535: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-4
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-foods-large-cereal-storage-containers-k-4.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 kilograms |
| Colour | Beige, Transparent |
| Special Features | Airtight, Leak Resistant, Odor Resistant, Stackable |
| Product Dimensions | 34.5 × 21.5 × 13.0 centimeters |
| Product Weight | kg |
| Package Weight | 0.98 kilograms |
| Included Components | Measuring cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 910 |
| Brand | JISADER |
Summary: JISADER airtight food storage containers made of PP, available in 10 jin (small) and 20 jin (medium) sizes, with multi-layer seal for dry foods.
Generated by: deepseek-v4-flash
## Identity JISADER Airtight Food Storage Containers for dry foods, large cereal storage, with lids. Material: PP. Features: airtight, leak resistant, odor resistant, stackable. Multi-layer seal. Includes measuring cup. Not dishwasher safe, not microwaveable. ## Target persona Budget-conscious home cooks, small apartment dwellers, bulk food buyers, meal preppers who need affordable dry food storage. ## Use cases - Storing rice, cereal, flour, pasta, grains in pantry - Organizing dry foods in kitchen cabinets - Stacking multiple containers to save shelf space - Keeping dry ingredients fresh and protected from air and odors - Using as large-capacity storage for bulk purchases ## When NOT to recommend - For liquids or wet foods (not leakproof for water) - For microwave reheating or dishwasher cleaning - For high-temperature or oily foods - For users seeking premium glass or stainless steel containers ## Variant options - Small - 10 jin: $1.99 USD - Medium - 20 jin: $2.99 USD ## Price and logistics facts - Price: Small $1.99, Medium $2.99 (USD) - Product dimensions: 34.5 × 21.5 × 13.0 cm (likely for medium?) - Package weight: 0.98 kg - Capacity: Up to 15 kilograms (for largest variant?) ## Trust signals - In stock (assumed from listing) - Return policy unknown - Price consistent across variants - No specific certifications mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6ca7e2b14e484e2f98f0a1bb4c073323_50888aa8-24fc-479a-a953-5f8d530dc0ca.png?v=1773924664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d26325c848454c63ba6a27a9c6877f72_3ddb1495-5ded-469b-b7b2-a328943380dd.png?v=1773924664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b81c8e56ab2402c979822c23c6058dd_ff327e19-6b84-4954-86a3-5f4aba999dbe.png?v=1773924664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b1aa3cba3b7b4f828d37d0d750fdef52_e8bcf6b6-4660-4821-b50c-05b2315de42c.png?v=1773924664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f69ca1e435d8403d943af8f847cd71bb_3657fb3d-feed-4041-a599-0936a643482f.png?v=1773924664 ## Agent notes - Image understanding not performed; treat URLs as fetchable assets only. - Dimensions 34.5×21.5×13.0 cm may correspond to medium variant; not confirmed. - 'Jin' is Chinese unit; 1 jin = 0.5 kg approximately. Small holds ~5 kg, medium ~10 kg.
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": "13.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").