Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.99
Default variant: Transparent White
Default SKU: 6099311334681
Default price: $1.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/48087970873583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/large-food-storage-containers-transparent-food-storage-bin-sealed-food-storage-c-3
JSON data: https://landmarks.builders/products/large-food-storage-containers-transparent-food-storage-bin-sealed-food-storage-c-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.
Organise your kitchen with this versatile Large Food Storage Container. Designed, it offers a generous capacity for bulk food storage, ensuring your staples like rice and grains remain fresh and protected. The advanced double seal design provides airtightness compared to single-seal containers, actively spoilage. Its compartment offers a proactive solution, keeping your food from unwanted. The large opening makes filling and effortless, while the transparent body allows for easy of contents. Made from food-grade PP, this sealed storage container is a practical and essential addition to any organised pantry.
| Material | Polypropylene |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 6.6 pounds |
| Shape | Square |
| Closure Type | Snap |
| Colour | Transparent White, Transparent Green, Transparent Brown, Transparent Black, Transparent Purple |
| Special Features | Air Tight, Leak Resistant, Stackable, See Through, Odor Resistant |
| Product Dimensions | 18.0 × 17.5 × 19.4 centimeters |
| Product Weight | kg |
| Package Weight | 0.62 pounds |
| Recommended Uses | Rice, Cereal, Grains, Flour, Spices, Nuts, Dried Goods |
| Included Components | Rice bin, Rice measuring cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | XW-AW-0039-Square Rice Bin |
| Brand | JISADER |
Summary: Large food storage containers for bulk dry goods, featuring double-seal airtightness and transparent body. Made of BPA-free polypropylene, available in white or green for $1.99.
Generated by: deepseek-v4-flash
## Identity Large Food Storage Containers (Rice Containers) – airtight, transparent polypropylene bins for dry goods. Double-seal lid, large opening, stackable, and BPA-free. ## Target persona Budget-conscious home cooks, meal preppers, and pantry organizers seeking affordable, functional storage for dry staples. ## Use cases - Storing rice, cereal, flour, and grains in bulk. - Organizing baking supplies (sugar, bread crumbs, etc.). - Keeping spices, nuts, and dried goods fresh. - Supplementing bulk food purchases from warehouse stores. - Decluttering pantry shelves with stackable, see-through bins. ## When NOT to recommend - If the buyer needs a microwave-safe or dishwasher-safe container. - If storing liquids or wet foods (not designed for moisture resistance beyond dry goods). - If the required capacity exceeds 6.6 lbs per bin. - If the buyer prioritizes decorative or high-end aesthetic over utility. ## Variant options - Transparent White ($1.99) - Transparent Green ($1.99) ## Price and logistics facts - Price: $1.99 USD per unit (both variants). - Dimensions: 18.0 × 17.5 × 19.4 cm. - Package weight: 0.62 lbs. - Included: rice bin and measuring cup. - Material: polypropylene, BPA-free. - Capacity: 6.6 lbs. - Not dishwasher safe, not microwaveable. ## Trust signals - BPA-free, food-grade polypropylene. - Double-seal design for improved airtightness. - Transparent body for easy content visibility. - Consistent pricing across color variants. - In-stock status not confirmed; assume available unless noted. - Return policy not provided; standard online return likely applies. ## Image assets -  -  -  -  -  ## Agent notes - Image understanding was not performed; visual details not described. - Dimensions provided are for the product (18x17.5x19.4 cm). - Capacity listed as 6.6 pounds; verify exact volume if needed. - Product type is 'Rice Containers' but suitable for other dry goods per description.
This product has 14 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": "Large Food Storage Containers, Transparent Food Storage Bin, Sealed Food Storage Containers, Bulk Food Storage Containers",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "17.5",
"_height_cm": "19.4"
}
}],
"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").