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/48067119415535: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-1
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-for-dry-foods-large-cereal-storage-containers-k-1.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 for dry foods, available in 10 jin (5kg) and 20 jin (10kg) capacities, with multi-layer seal and stackable design.
Generated by: deepseek-v4-flash
## Identity - Product: JISADER Airtight Food Storage Containers (Rice Containers) - Brand: JISADER - Model: 910 - Material: PP - Special Features: Airtight, Leak Resistant, Odor Resistant, Stackable ## Target persona - Budget-conscious households seeking large-capacity storage for dry staples - Meal preppers and bulk buyers who need to store rice, flour, or cereal - Pantry organizers looking for stackable, odor-resistant containers ## Use cases - Storing 5–10 kg of rice in a kitchen pantry - Keeping flour and sugar fresh and protected from pests - Organizing cereal or pasta in clear, accessible containers - Stackable storage for small-space kitchens or cabinets - Long-term bulk storage of grains and dry foods ## When NOT to recommend - If the buyer requires dishwasher-safe or microwaveable containers (these are not) - For small-quantity storage (e.g., less than 1 kg) - For liquids or wet foods (only for dry goods) - When precise dimensions for specific variants are needed (only one overall size given) ## Variant options - Small – 10 jin (5 kg): $1.99 (SKU 5944506424135) - Medium – 20 jin (10 kg): $2.99 (SKU 5944506424136) ## Price and logistics facts - Price: $1.99 (Small), $2.99 (Medium) USD - Includes measuring cup in package - Package weight: 0.98 kg - Product dimensions (assumed for one variant): 34.5 × 21.5 × 13.0 cm ## Trust signals - Brand: JISADER - Features: Airtight, leak resistant, odor resistant - In-stock status and return policy: not provided in facts ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6ca7e2b14e484e2f98f0a1bb4c073323_4439471b-ea4c-48a3-b7a4-5231917b0da1.png?v=1773886708) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d26325c848454c63ba6a27a9c6877f72_bcd438fa-216d-48f6-89fb-2030c3009efe.png?v=1773886708) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b81c8e56ab2402c979822c23c6058dd_de3f9ead-48bc-44c5-8919-21827213c808.png?v=1773886708) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b1aa3cba3b7b4f828d37d0d750fdef52_4ed8d006-ac04-46af-9e58-6001a9640a0a.png?v=1773886708) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f69ca1e435d8403d943af8f847cd71bb_87304329-1e91-401c-99fc-4051937e5835.png?v=1773886708) ## Agent notes - Image understanding not performed; all information derived from text facts. - Dimensions (34.5×21.5×13 cm) provided for an unspecified variant; not linked to Small or Medium. - Capacities in jin: 10 jin = 5 kg, 20 jin = 10 kg. - For precise logistics (in-stock, return policy, shipping), further API calls needed.
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").