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/48087258431727: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-3
JSON data: https://landmarks.builders/products/airtight-food-storage-container-storage-containers-includes-measuring-cup-food-s-3.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 plastic food storage container for dry goods like rice, with double silicone seal, flip lid, and included measuring cup, available in white or green for $5.99.
Generated by: deepseek-v4-flash
## Identity Airtight Food Storage Container (Rice Container) – 25 kg capacity, PP plastic, BPA-free, includes wheels and measuring cup. ## Target persona - Home cooks needing organized dry good storage - Bulk shoppers (rice, flour, cereal) - Minimalist kitchen organizers on a budget ## Use cases - Storing 25 kg of rice or other grains - Pantry organization with stackable containers - Dispensing dry goods via wide-mouth flip lid - Bulk food storage for meal preppers - Using included measuring cup for portioning ## When NOT to recommend - For liquids or wet foods (not watertight) - Microwave or dishwasher use (not safe) - Users requiring small-capacity containers (25 kg fixed) - High-temperature or oven storage ## Variant options - Color: White (SKU 5261962343429) – $5.99 - Color: Green (SKU 5261962343430) – $5.99 ## Price and logistics facts - Price: $5.99 USD (both variants) - Dimensions: 23 × 21 × 24 cm - Package weight: 0.9 kg - Capacity: 25 kg (dry goods) - Material: PP plastic, BPA-free, food grade ## Trust signals - In stock (no stock data provided, assume available) - BPA-free and food grade materials - Price consistent across variants ($5.99) - Reusable, odor resistant ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc954e2ff7e94f54b25932bef8a0eac9_0bf50707-1460-45ff-8b4d-85475ee40959.png?v=1773904831 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/40dc46e728e241f18ed4f7f725e07785_8ca5ef50-a4a2-44fb-a78c-cfd00cff1f3b.png?v=1773904831 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89d17fb5f11844639e3d279dfdfd82ae_f85f1df6-3fff-4c2e-9092-fc0ef13c0e88.png?v=1773904831 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e4b81f956e34cea89279380644caa88_bfd3a72d-47eb-4829-96a4-19a2d18501b6.png?v=1773904831 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b9ce262a990e48f8a5316eb051314136_f96db67f-225e-44a2-9ea8-8328860c4047.png?v=1773904831 ## Agent notes - Image understanding not performed; treat URLs as fetchable assets only. - Return policy not provided; verify before recommending. - Product includes wheels (optional?) and measuring cup per package contents.
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").