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/48017500373231: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
JSON data: https://landmarks.builders/products/large-food-storage-containers-transparent-food-storage-bin-sealed-food-storage-c.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: A transparent, airtight polypropylene food storage container with double seal, 6.6 lb capacity, available in multiple colors at $1.99.
Generated by: deepseek-v4-flash
## Identity A food storage container made of food-grade polypropylene (BPA free) with a double seal design for airtight, leak-resistant, and odor-resistant storage. Transparent body for visibility. Capacity: 6.6 lb. Shape: square. Stackable. Dimensions: 18.0 × 17.5 × 19.4 cm. Weight: 0.62 lb. ## Target persona Bulk food buyers who need affordable, stackable, airtight storage for dry goods like rice, grains, flour, and spices. Suitable for budget-conscious home cooks and pantry organizers. ## Use cases - Storing up to 6.6 lb of rice or grains. - Organizing dry pantry items (cereal, flour, nuts). - Stacking multiple containers to save shelf space. - Quickly identifying contents via clear body. - Keeping spices and dried goods fresh with double seal. ## When NOT to recommend - If the user needs dishwasher-safe or microwave-safe containers (not rated). - For liquid storage (designed for dry goods only). - For refrigerated or frozen storage (not specified). - If a very large capacity (>6.6 lb) is required. ## Variant options - Transparent White (SKU: 6099311334681) – $1.99 - Transparent Green (SKU: 6099311334682) – $1.99 ## Price and logistics facts Price: $1.99 USD per unit. Package weight: 0.62 lb. Product dimensions: 18.0 × 17.5 × 19.4 cm. Included: rice bin and rice measuring cup. ## Trust signals Price is consistent across variants. Material is BPA-free food-grade polypropylene. Stock status and return policy not provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3f18e9fd7e47430eb3bdb4d140be8e68.png?v=1773822887 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc39d608215c4dedac7137391a630339.png?v=1773822887 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4a3dcf74ee4d483cb5af3dabbe35fc8e.png?v=1773822887 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4da99533932433ea6c2bce439be44b0.png?v=1773822887 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4d82774f319949a588c69bd275ea0dc0.png?v=1773822887 ## Agent notes - Image content was not reviewed; visual details not inferred. - No stock level or return policy information available. - Product dimensions provided in centimeters; 6.6 lb capacity claimed.
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").