Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.99 – $5.99
Default variant: 10 Jin (5kg)
Default SKU: 5994098507823
Default price: $4.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/48069227020527: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-with-lids-large-kitchen-storage-for-cereal-dry-2
JSON data: https://landmarks.builders/products/airtight-food-storage-containers-with-lids-large-kitchen-storage-for-cereal-dry-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.
Organise your kitchen with this versatile Airtight Food Storage Container. Designed with, it's for storing rice, flour, cereal, and other dry goods. The straight lid ensures easy access, while the airtight seal your food from and. Its allows for quick identification of contents, and the PP construction guarantees long use. This large capacity container is an essential addition to any kitchen storage and organisation setup.
Package Contents: 1 Bucket/Rice Storage Box, 1 x Measuring Cup
| Material | Plastic |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 25.0 kilograms |
| Shape | Round |
| Closure Type | Flip Top |
| Colour | Cream White, Transparent Green, Transparent White |
| Special Features | Air Tight, Leak Resistant, Stackable, See Through, Sturdy |
| Product Dimensions | 27.0 × 27.0 × 14.5 centimeters |
| Product Weight | kg |
| Package Weight | 0.96 kilograms |
| Recommended Uses | Rice, Flour |
| Included Components | Measuring Cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 7940 |
| Brand | JISADER |
Summary: Airtight plastic food storage container set with straight lid and clear visibility. Available in 5kg ($4.99) and 10kg ($5.99) sizes. BPA-free, stackable, leak-resistant. Suitable for rice, flour, cereal.
Generated by: deepseek-v4-flash
## Identity - Product: JISADER Airtight Food Storage Container (Model 7940) - Type: Rice Containers, plastic, BPA-free, airtight, leak-resistant, stackable, see-through - Brand: JISADER - Manufacturer SKU: 7940 ## Target persona - Home cooks who store bulk rice, flour, or cereal - Pantry organizers seeking stackable, clear containers - Budget-conscious shoppers needing inexpensive dry food storage - Meal preppers storing dry goods in quantities up to 10kg ## Use cases - Storing 5-10 kg of rice or flour without moisture - Organizing cereal, pasta, sugar, or pet food in a pantry - Stacking multiple containers to maximize shelf space - Quick identification of contents via transparent plastic - Bulk storage for family or small commercial use (e.g., cafe) ## When NOT to recommend - For storing liquids (not leak-proof for liquids, only dry goods) - For microwave or dishwasher use (not microwaveable, not dishwasher safe) - For users preferring glass or stainless steel containers - For single-container needs above 10 kg (variant max) ## Variant options - 10 Jin (5kg): $4.99 USD (SKU: 5994098507823) - 20 Jin (10kg): $5.99 USD (SKU: 5994098507824) ## Price and logistics facts - Base price: $4.99 USD (5kg), $5.99 USD (10kg) - Package weight: 0.96 kg - Product dimensions per container: 27.0 × 27.0 × 14.5 cm - Included components: 1 bucket + 1 measuring cup - Shipping: weight 0.96 kg, no special handling noted ## Trust signals - Material: BPA-free plastic, food grade - Features: airtight seal, leak resistant, stackable, see-through (clear body) - Construction: PP (polypropylene), sturdy - No certifications listed; not dishwasher or microwave safe ## Image assets -  -  -  -  -  ## Agent notes - Capacity discrepancy: description lists capacity as 25.0 kg but only 5 kg and 10 kg variants are available. Verify actual max capacity. - No image understanding performed; visual details not inferred. - Return policy and stock status not provided; assume standard ecommerce policies. - Dimensions given (27×27×14.5 cm) likely for the 5kg variant.
This product has 16 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 with Lids, Large Kitchen Storage for Cereal, Dry Food Storage Boxes, Pantry Storage Containers Set, Modern Minimalist",
"quantity": 1,
"grams": 650000,
"properties": {
"_length_cm": "27.0",
"_width_cm": "27.0",
"_height_cm": "14.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").