Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.99
Default variant: 0.3 Liters
Default SKU: 5886964200098
Default price: $0.99
Availability: In Stock
Product Type: Storage Containers
Vendor: JISADER
Weight: 24 g
Cart URL (default variant): https://landmarks.builders/cart/48067580526831:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/bucket-lid-carry-handle-storage-container-transparent-storage-bucket-lid-handle-1
JSON data: https://landmarks.builders/products/bucket-lid-carry-handle-storage-container-transparent-storage-bucket-lid-handle-1.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 with this versatile transparent storage bucket. Crafted from pure PP material, it ensures an odourless and storage solution. design allows for quick identification of contents, while the external lid provides effective dust and sealing. Featuring a convenient carry handle, this lightweight bucket is for transporting items, from to craft supplies. Its thickened material enhanced and load-bearing capacity, making it a reliable choice for household organization and dry goods storage.
| Material | Polypropylene |
| Material Features | Food Grade |
| Material Type | BPA Free |
| Capacity | 0.3 liters |
| Shape | Round |
| Closure Type | Screw Top |
| Colour | Transparent |
| Product Dimensions | 10.0 × 7.7 × 7.2 centimeters |
| Product Weight | kg |
| Package Weight | 0.075 pounds |
| Recommended Uses | Fruit, Tea |
| Included Components | Lid |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 5 Liters; Transparent |
| Brand | JISADER |
Summary: JISADER transparent PP storage container with lid and carry handle, 0.3 or 0.4 liters, BPA free, food grade, for organizing dry goods and craft supplies, priced at $0.99.
Generated by: deepseek-v4-flash
## Identity JISADER transparent storage bucket with lid and carry handle. Made from polypropylene (PP), BPA free, food grade. Capacity: 0.3 or 0.4 liters. Color: transparent. Product dimensions: 10.0 × 7.7 × 7.2 cm (likely for 0.3L). Weight: 0.075 lbs. Price: $0.99. ## Target persona Home organizers needing small, cheap, portable containers for dry goods (e.g., snacks, tea, fruit) or craft supplies. Budget-conscious individuals looking for low-cost storage solutions. ## Use cases - Storing small dry foods like nuts, seeds, tea, or dried fruit. - Organizing craft supplies (beads, buttons, small tools). - Portioning out snacks for travel or lunchboxes. - Holding small hardware items (screws, nails) in a workshop. - Keeping desk or bathroom counters tidy with small essentials. ## When NOT to recommend - For liquids or wet items (not leakproof, lid is not air-tight). - For microwaving or dishwasher use (explicitly not microwaveable or dishwasher safe). - For storing large quantities (max 0.4 liters). - For high-heat environments (PP may warp). ## Variant options - Size: 0.3 Liters ($0.99) - Size: 0.4 Liters ($0.99) ## Price and logistics facts Price: $0.99 USD per unit (same for both sizes). No shipping or logistics details provided. ## Trust signals - Material: Polypropylene, BPA free, food grade. - In-stock status: Not specified; assume available as listed. - Return policy: Not provided. - Price consistency: Single price across two sizes. - Brand: JISADER. ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1245b8eaa54425c84e25eec2c16f3d1_bea23527-9e23-41ea-8ae9-24a4867da6bc.png?v=1773887000 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d62795c3497c4db3955e224415ae4f80_78aff0e7-dd13-469f-b640-c7a8afc3bd62.png?v=1773887000 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/554f63d89efe444cb603bee395dd61b8_fe835ef5-3a9f-42b0-bbbc-2f398ab98ba5.png?v=1773887000 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/72af7dfbc7394bad88a10dd7f1589a8c_d31d3e0b-299a-40dd-95d3-85086b09e8ca.png?v=1773887000 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ad615dde99fc4beab2e8d5981fbdfe3b_a44b4328-68c7-4f14-88c4-85926448b6f4.png?v=1773887000 Note: Images not analyzed; visual details not described. ## Agent notes - Product dimensions given as 10.0×7.7×7.2 cm, but not tied explicitly to a variant; likely for the 0.3L. - Weight is 0.075 lbs (~34 g). - Not dishwasher safe, not microwaveable. - The name includes "5 Liters" in the model number but that is likely a mistake; actual capacity is 0.3/0.4 L.
This product has 16 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": "Bucket Lid Carry Handle Storage Container, Transparent Storage Bucket Lid, Handle Storage Unit Container Bin, Kitchen Organizer Home Organization",
"quantity": 1,
"grams": 24000,
"properties": {
"_length_cm": "10.0",
"_width_cm": "7.7",
"_height_cm": "7.2"
}
}],
"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").