Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.99
Default variant: Pearl White
Default SKU: 5540628298912
Default price: $4.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 950 g
Cart URL (default variant): https://landmarks.builders/cart/48087259480303:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/rice-storage-container-flour-cereal-storage-bin-kitchen-grain-storage-modern-kit-3
JSON data: https://landmarks.builders/products/rice-storage-container-flour-cereal-storage-bin-kitchen-grain-storage-modern-kit-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.
Keep your kitchen staples fresh and organised with this versatile Rice Storage Container. Crafted from food-grade PP material, it ensures for all your dry goods. Its modern minimalist and practical functions, combined with a dedicated compartment for, provide comprehensive for your grains. The transparent sliding lid offers easy visibility, while handles and rolling casters ensure effortless portability. for home cooks and organised kitchen enthusiasts seeking reliable pantry storage.
| Material | Plastic |
| Material Features | Food Grade, Moisture-proof |
| Capacity | 10.0 liters |
| Shape | Rectangular |
| Closure Type | Slide |
| Special Features | Airtight, Moisture-proof, Dust-proof, Insect-proof, Stackable, Portable, Visible Window, Time Scale |
| Recommended Uses | Rice, Grains |
| Included Components | Rice bucket, measuring cup |
| Product Dimensions | 38.0 x 22.0 x 11.5 centimeters |
| Product Weight | kg |
| Package Weight | 0.98 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | SJ23-0068 |
Summary: A 10-liter airtight plastic rice storage container with push-open lid, transparent sliding lid, and casters, in two color variants at $4.99.
Generated by: deepseek-v4-flash
## Identity Rice Storage Container, Flour Cereal Storage Bin, Kitchen Grain Storage, Modern Kitchen Rice Storage Container, Storage Containers with Lid (SJ23-0068). 10L capacity, food-grade PP plastic, rectangular shape with slide closure. Available in Pearl White and Forest Green. ## Target persona Home cooks and organized kitchen enthusiasts who need functional, affordable grain storage. Small household users storing rice, flour, cereal, and other dry goods. ## Use cases - Daily rice or flour dispensing for cooking/baking. - Pantry organization and stackable storage of multiple dry goods. - Portable storage with integrated handles and casters for easy movement. - Airtight, moisture-proof preservation of grains with optional desiccant compartment. - Clear-view lid allows quick inventory checks without opening. ## When NOT to recommend - If dishwasher or microwave safety is required (product is not dishwasher or microwave safe). - For users preferring glass or stainless steel containers. - For large-scale or commercial bulk storage (10L max). - For those needing round or differently shaped containers. ## Variant options - Pearl White ($4.99) - Forest Green ($4.99) ## Price and logistics facts - Price: $4.99 USD (per unit, same for both colors). - Dimensions: 38.0 x 22.0 x 11.5 cm. - Package weight: 0.98 kg. - Shipping weight and dimensions not specified; assume standard. ## Trust signals - Food-grade PP material (BPA-free not explicitly stated but common for food-grade). - Airtight, moisture-proof, dust-proof, insect-proof design. - Stackable with time scale for freshness tracking. - Transparent sliding lid for visibility. - Price consistent ($4.99) across variants. - Return policy not provided; verify with seller. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/108ec016273e4099a53d07f71b1fb1a6_cdc1b8e6-937e-4dc3-a30b-90f21390b42e.png?v=1773904980) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7aead2047c84f2399311f07535ea446_3889ed1c-8c01-448b-8e91-2f0670fcb9ec.png?v=1773904980) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a98677053bd448c8f4a1a7eb3bd1160_746df04d-9170-4d0e-be30-af25f37baa0b.png?v=1773904980) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a3fc8fab64b942e3af70929427e76315_27a58dca-9489-4682-ada2-c2ad4427b5f5.png?v=1773904980) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f7f7b98f03543a7b759c1c7fe819802_5c6a5de8-4126-4f9a-8b16-43ab3e72780f.png?v=1773904980) ## Agent notes - Image content not analyzed; agent must fetch and interpret visuals if needed. - Product is NOT dishwasher safe and NOT microwave safe. - No explicit mention of BPA-free; assume standard food-grade plastic. - Casters and handles are included per description. - Measuring cup included.
This product has 13 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": "Rice Storage Container, Flour Cereal Storage Bin, Kitchen Grain Storage, Modern Kitchen Rice Storage Container, Storage Containers with Lid",
"quantity": 1,
"grams": 950000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "22.0",
"_height_cm": "11.5"
}
}],
"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").