Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.99 – $3.99
Default variant: 5L
Default SKU: 5992254114293
Default price: $2.99
Availability: In Stock
Product Type: Rice Containers
Vendor: JISADER
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/48087753785583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/storage-container-measuring-cup-rice-dispenser-cereal-dispenser-large-rice-dispe-3
JSON data: https://landmarks.builders/products/storage-container-measuring-cup-rice-dispenser-cereal-dispenser-large-rice-dispe-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 Rice Storage Container. Designed, it offers a large capacity for bulk rice buyer needs, keeping your dry food fresh and accessible. The innovative multi-layer sealing ensures storage, while the large opening simplifies refilling from rice bags. Made from food-grade PP, this container is for all your dry goods. It comes complete with a measuring cup for portioning, making it an essential addition to your kitchen storage solutions.
Package Contents: 1 Bucket / Rice Storage Box, 1 x Measuring Cup
| Material | Plastic |
| Material Features | Food Grade |
| Capacity | 10.0 liters |
| Shape | Round |
| Colour | Pearl White, Transparent |
| Special Features | Air Tight, Stackable, See Through, Durable |
| Product Dimensions | 26.7 × 26.7 × 14.5 centimeters |
| Product Weight | kg |
| Package Weight | 1.25 kilograms |
| Recommended Uses | Rice, Grain, Flour, Cereal |
| Included Components | Rice bucket, measuring cup |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | YN-10101 |
| Brand | JISADER |
Summary: A 5L or 10L plastic rice storage container with airtight seal, measuring cup, and food-grade PP construction, suitable for grains, flour, and cereal.
Generated by: deepseek-v4-flash
## Identity JISADER Storage Container Measuring Cup (Model YN-10101) – air-tight, stackable, see-through plastic rice dispenser with measuring cup. ## Target persona Home cooks buying rice in bulk; individuals seeking organized dry food storage; small households needing portion control for grains. ## Use cases - Storing and dispensing rice from large bags. - Portioning grains (rice, quinoa, oats) for daily meals. - Keeping flour, cereal, and pasta fresh with multi-layer sealing. - Stacking multiple units for pantry organization. - Refilling directly from bulk bags via wide opening. - Using the included cup for consistent portion sizes. ## When NOT to recommend - For liquids or wet foods (not watertight). - If dishwasher or microwave convenience is required (neither safe). - For extremely large households needing >10L per container. - If glass or stainless steel material is preferred. ## Variant options - 5L (SKU 5992254114293, $2.99) - 10L (SKU 5992254114294, $3.99) ## Price and logistics facts - 5L: $2.99 USD - 10L: $3.99 USD - Product dimensions (likely 10L): 26.7 x 26.7 x 14.5 cm - Weight: 1.25 kg (package weight) ## Trust signals - Food-grade PP material. - Low price point; no certification or return policy data provided. - In-stock status not confirmed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/92505f93aba149eb934ef4baf31a020a_e4f2a710-71a1-46ce-8cd1-3a6f459ad6ed.png?v=1773905686 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4bf26b3804de4ae9b6015fabc930f8cf_023090eb-be21-4cb2-8aa2-0c412880f42f.png?v=1773905686 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/70e2f42ff571465e9bc612a8511b8c51_922ac611-cd91-4dbb-8737-61232b124f95.png?v=1773905686 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0b64d68545e64f60a3d44b45105fcddb_108ffb81-07b0-4116-bf72-df6e99c713c3.png?v=1773905686 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/805962c958c54108bef202dfd1c67559_1de73031-85b5-4bb0-9feb-971c99589bb1.png?v=1773905686 ## Agent notes - Image analysis not performed; treat images only as fetchable assets. - Dimensions specified only for the 10L variant; 5L dimensions unknown. - Not dishwasher or microwave safe.
This product has 15 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": "Storage Container Measuring Cup, Rice Dispenser Cereal Dispenser, Large Rice Dispenser Cereal, Food Storage Container Measuring",
"quantity": 1,
"grams": 650000,
"properties": {
"_length_cm": "26.7",
"_width_cm": "26.7",
"_height_cm": "14.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").