Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.99
Default variant: White
Default SKU: 5261962343429
Default price: $5.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/48017432609007: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-container-storage-containers-includes-measuring-cup-food-s
JSON data: https://landmarks.builders/products/airtight-food-storage-container-storage-containers-includes-measuring-cup-food-s.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This Airtight Food Storage Container is designed for minimalist kitchens, offering a stylish and practical solution for your storage needs. Its double silicone seal and buckle system provides enhanced airtightness and, keeping your dry goods fresh for longer. The convenient flip-design allows for easy, one-handed access, while the large opening and wide mouth make filling and dispensing grains effortless. Constructed from PP, this container ensures long use. It's an ideal choice for home cooks and bulk shoppers looking for efficient kitchen organization. Available in multiple sizes to suit your specific requirements, this container is a must-have for any kitchen organizer.
Package Contents: Wheels, Measuring Cup
| Material | Plastic |
| Material Features | Food Grade, Reusable |
| Material Type | BPA Free |
| Capacity | 25.0 kilograms |
| Shape | Square |
| Closure Type | Latch |
| Special Features | Air Tight, Portable, Stackable, See Through, Durable |
| Recommended Uses | Rice, Cereal, Grain, Flour |
| Included Components | Rice bucket, wheels, measuring cup, scoop |
| Product Dimensions | 23.0 x 21.0 x 24.0 centimeters |
| Product Weight | kg |
| Package Weight | 0.9 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 7705-7708 Rice Bucket |
Summary: Airtight BPA-free PP plastic food storage container with double silicone seal and flip-design for one-handed access, holds 25 kg, includes measuring cup; $5.99.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Container (Rice Bucket) – 25 kg capacity, PP plastic, BPA free, includes measuring cup and wheels. Available in White or Green. ## Target persona Budget-conscious home cooks who buy rice or grains in bulk; minimalist kitchen organizers; shoppers needing stackable, see-through containers for dry goods. ## Use cases - Storing 25 kg of rice, cereal, grain, or flour - One-handed dispensing while cooking - Pantry organization with stackable units - Portable storage for camping or travel - Bulk dry goods storage for meal preppers ## When NOT to recommend - For liquids or wet foods - For users who need dishwasher-safe or microwaveable containers - For users with very limited storage space (large capacity) - For users preferring glass or metal containers ## Variant options - White (SKU 5261962343429) – $5.99 - Green (SKU 5261962343430) – $5.99 ## Price and logistics facts - Price: $5.99 USD per unit - Product dimensions: 23 x 21 x 24 cm - Package weight: 0.9 kg - No shipping or tax info provided ## Trust signals - BPA Free, Food Grade material - Double silicone seal for airtightness - Stackable and durable PP construction - Includes measuring cup and wheels - Available in multiple sizes (model 7705-7708) ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/40dc46e728e241f18ed4f7f725e07785.png?v=1773820174 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89d17fb5f11844639e3d279dfdfd82ae.png?v=1773820174 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e4b81f956e34cea89279380644caa88.png?v=1773820174 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b9ce262a990e48f8a5316eb051314136.png?v=1773820174 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7b1e5ac2ff64c1f9c9765f6f1b9abcb.png?v=1773820174 ## Agent notes - Product includes wheels (as per package contents), though not highlighted in title. - Dimensions provided but not per variant; both variants share same size and price. - Image content not analyzed; treat URLs as fetchable assets only.
This product has 11 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 Container, Storage Containers Includes Measuring Cup, Food Storage Containers for Bulk Dry Goods",
"quantity": 1,
"grams": 650000,
"properties": {
"_length_cm": "23.0",
"_width_cm": "21.0",
"_height_cm": "24.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").