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/48100711596271: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-4
JSON data: https://landmarks.builders/products/airtight-food-storage-container-storage-containers-includes-measuring-cup-food-s-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.
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 plastic rice container with double silicone seal, measuring cup, wheels; 25kg capacity; available in white and green for $5.99.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Container (Rice Bucket) – 25kg capacity plastic container with double silicone seal, flip lid, measuring cup and wheels. BPA-free, food-grade PP. Dimensions 23x21x24 cm. Weight 0.9 kg. Price $5.99 USD. Variants: White and Green. ## Target persona Home cooks and bulk shoppers needing airtight dry good storage. Also minimalist kitchen organizers. ## Use cases 1. Storing bulk rice (25kg) in an airtight container. 2. One-handed access for frequent rice dispensing. 3. Organizing dry goods like cereal, flour, grains. 4. Portable storage with wheels for moving heavy containers. 5. Stackable storage for pantry efficiency. ## When NOT to recommend 1. For liquids or moist foods (not sealed for liquids). 2. For microwave or dishwasher use (not microwaveable, not dishwasher safe). 3. For very small kitchens where 23x21x24 cm is too large. 4. For users requiring transparent container for visibility? (It's described as see-through but image not confirmed.) ## Variant options - White (SKU: 5261962343429) $5.99 - Green (SKU: 5261962343430) $5.99 ## Price and logistics facts Price: $5.99 USD. Weight: 0.9 kg package. Dimensions: 23x21x24 cm. Includes measuring cup and wheels. Not dishwasher or microwave safe. ## Trust signals - In stock (assumed from listing). - Return policy not specified. - Price consistency: single price across variants. - Certifications: BPA-free (stated). - Material: food-grade PP. ## Image assets 5 images available: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc954e2ff7e94f54b25932bef8a0eac9_6b3ae37b-8b6a-4569-8d5b-dc9111d2f9d4.png?v=1773924071 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/40dc46e728e241f18ed4f7f725e07785_04a4e7d0-7072-4386-b872-53d4150b7f5c.png?v=1773924071 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89d17fb5f11844639e3d279dfdfd82ae_6d3e0b18-82e6-42f2-af09-8c22ce2ea447.png?v=1773924071 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e4b81f956e34cea89279380644caa88_06cba705-778e-4ffb-9a1a-3de85bbbae28.png?v=1773924071 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b9ce262a990e48f8a5316eb051314136_555030d5-f6e1-4925-b3da-6a7a40f11bfb.png?v=1773924071 ## Agent notes - No image understanding performed; visual details not inferred. - Container is described as see-through but not confirmed from images. - Includes wheels, measuring cup, scoop. - Capacity 25kg (55 lbs) – large bulk storage.
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").