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/48069325947119: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-2
JSON data: https://landmarks.builders/products/storage-container-measuring-cup-rice-dispenser-cereal-dispenser-large-rice-dispe-2.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: JISADER plastic rice dispenser with measuring cup, airtight seal, food-grade PP, available in 5L ($2.99) and 10L ($3.99) for dry food storage.
Generated by: deepseek-v4-flash
## Identity JISADER Storage Container Measuring Cup, Rice Dispenser Cereal Dispenser. Plastic, food-grade PP, 5L or 10L capacity, round shape with transparent body and pearl white color. Features air-tight seal, stackable, see-through, durable. Includes rice bucket and measuring cup. Not dishwasher or microwave safe. Dimensions (10L): 26.7 x 26.7 x 14.5 cm. Package weight: 1.25 kg. ## Target persona - Budget-conscious home cooks buying rice in bulk - Small apartment dwellers needing compact dry storage - Meal preppers who portion grains - Individuals seeking airtight container for pantry organization ## Use cases - Storing up to 10L of rice, grain, flour, or cereal - Pouring directly from a large rice bag into wide opening - Using measuring cup to portion exact amounts for cooking - Stacking multiple units to save pantry space - Keeping dry goods fresh with multi-layer sealing ## When NOT to recommend - User requires dishwasher-safe or microwave-safe containers - User prefers glass or metal storage solutions - User needs very large capacity (>10L) or rectangular shapes - User explicitly demands BPA-free certification (not specified in product info) ## Variant options - 5L: SKU 5992254114293, $2.99 - 10L: SKU 5992254114294, $3.99 ## Price and logistics facts - 5L: $2.99 USD - 10L: $3.99 USD - Dimensions 10L: 26.7 x 26.7 x 14.5 cm - Package weight: 1.25 kg - No weight given for product itself - Only 2 variants available ## Trust signals - Air-tight seal and stackable design - Food-grade PP material - Price is consistent across listed variants - In-stock status not explicitly stated; assume available based on listing - Return policy unknown; no warranty mentioned ## Image assets -  -  -  -  -  ## Agent notes - Images not analyzed; visual details such as color accuracy and scale not verified. - No information on BPA-free or other certifications. - Dishwasher and microwave safety explicitly not supported.
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").