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/48068837572847: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-2
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-foods-large-cereal-storage-containers-k-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 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: Airtight, stackable food storage containers from JISADER, PP material, multi-layer seal, available in 10L+ capacities (10 jin and 20 jin), for dry foods like rice and cereal.
Generated by: deepseek-v4-flash
## Identity **Product:** JISADER Airtight Food Storage Containers (Model 910) **Type:** Rice Containers / Pantry Storage **Price range:** $1.99–$2.99 USD (USD) **Capacities:** Small – 10 jin (approx. 5 kg, $1.99) | Medium – 20 jin (approx. 10 kg, $2.99) **Dimensions:** 34.5 × 21.5 × 13.0 cm per container (one size fits both variants? Not specified per variant) ## Target persona - Budget-conscious home cooks buying dry staples in bulk. - Small kitchen dwellers needing stackable, space-saving dry food storage. - Pantry organizers looking for affordable, functional airtight containers. ## Use cases - Storing large quantities of rice, cereal, flour, or sugar. - Organizing dry goods in cabinets or on shelves. - Keeping pet food (dry) fresh in a sealed container. - Bulk food prep – portioning grains for weekly meals. - Stacking multiple containers to maximize vertical space. ## When NOT to recommend - For liquids or moist foods (not leak-proof, only leak-resistant). - For microwave or dishwasher use (not microwaveable, not dishwasher safe). - For users requiring precise liter capacity (rated in jin/weight, not volume). - For high-heat environments or food that needs airtight vacuum sealing. ## Variant options - **Small – 10 jin:** $1.99 USD (SKU: 5944506424135) - **Medium – 20 jin:** $2.99 USD (SKU: 5944506424136) ## Price and logistics facts - Price: $1.99 (small) – $2.99 (medium) USD. - No shipping or tax information provided. - No discounts or bulk pricing known. ## Trust signals - In-stock status: not specified. - Return policy: not provided. - Price consistency: low price point, but no historical data. - Certifications: none mentioned. - Included components: measuring cup (according to description). - Dishwasher safe: No. Microwaveable: No. ## Image assets -  -  -  -  -  ## Agent notes - Product dimensions are 34.5 × 21.5 × 13.0 cm (for one container), but weight per container not provided. - Capacity expressed in jin (Chinese pound); 1 jin ≈ 0.5 kg. Small ~5 kg, Medium ~10 kg dry rice. - Color options: Beige and Transparent (from description). - Material: PP plastic. - Image understanding was not performed – treat URLs as fetchable assets only. - Description text has minor typos (e.g., “-Handed Access” likely means one-handed); no further interpretation.
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").