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/48101691621615: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-4
JSON data: https://landmarks.builders/products/storage-container-measuring-cup-rice-dispenser-cereal-dispenser-large-rice-dispe-4.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 offers a food-grade PP rice storage container with measuring cup, available in 5L ($2.99) and 10L ($3.99), featuring air-tight, stackable design.
Generated by: deepseek-v4-flash
## Identity JISADER Storage Container Measuring Cup (Model YN-10101) – a transparent plastic rice/cereal dispenser with multi-layer sealing and measuring cup. ## Target persona Budget-conscious home cooks who buy rice or grains in bulk (5–10 lbs) and need airtight, stackable storage with portion control. ## Use cases - Storing 5–10 lbs of dry rice, grain, flour, or cereal. - Dispensing precise portions using the included measuring cup. - Stacking multiple units to organize pantry space. - Refilling from bulk bags via the wide-opening lid. - Preserving freshness of dry goods over weeks/months. ## When NOT to recommend - For microwave or dishwasher use (not microwaveable nor dishwasher safe). - For storing liquids or any wet goods. - For users seeking premium materials (glass, stainless steel) or aesthetic kitchen decor. - For very large households requiring >10 lb capacity containers. ## Variant options | Capacity | Price | SKU | |----------|-------|-----| | 5L | $2.99 | 5992254114293 | | 10L | $3.99 | 5992254114294 | Both variants share the same design and features; only capacity differs. ## Price and logistics facts - 5L: $2.99 USD - 10L: $3.99 USD - Product dimensions: 26.7 × 26.7 × 14.5 cm (unspecified variant) - Package weight: 1.25 kg - Not dishwasher safe, not microwaveable ## Trust signals - In-stock status: Not confirmed; no availability data provided. - Return policy: Not provided. - Price consistency: Single listed price per variant. - Certifications: Not mentioned (food-grade PP material claimed). ## Image assets Available images (agent can fetch): 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/92505f93aba149eb934ef4baf31a020a_db5e5a63-b935-404b-8faa-d4fb566b8808.png?v=1773924926 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4bf26b3804de4ae9b6015fabc930f8cf_a1d25a19-c24c-4d9e-ba64-800f4e8cd367.png?v=1773924926 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/70e2f42ff571465e9bc612a8511b8c51_e4718931-132c-491e-852d-d291a2f3745d.png?v=1773924926 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0b64d68545e64f60a3d44b45105fcddb_4cd4bfe4-d363-461f-abc9-4506ed4de779.png?v=1773924926 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/805962c958c54108bef202dfd1c67559_2ca11f30-bfd5-467c-942e-8b0923d520bc.png?v=1773924926 ## Agent notes - Image understanding was not performed; visual content of images is unknown. - Dimensions listed (26.7 × 26.7 × 14.5 cm) likely correspond to the 10L variant but not explicitly stated. - The measuring cup is included with both variants.
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").