Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.99
Default variant: 1.0L
Default SKU: 5924760037379
Default price: $0.99
Availability: In Stock
Product Type: Buckets & Bowls
Vendor: JISADER
Weight: 68 g
Cart URL (default variant): https://landmarks.builders/cart/48017494900975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/bucket-lid-handle-storage-container-food-grade-bucket-lid-ergonomic-handle-bucke
JSON data: https://landmarks.builders/products/bucket-lid-handle-storage-container-food-grade-bucket-lid-ergonomic-handle-bucke.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This versatile bucket with a lid and handle is engineered for demanding industrial and household use. Crafted from pure polypropylene, it guarantees quality compared to recycled alternatives. The molding design ensures a seamless structure that resists deformation, while the thickened walls and stable base provide exceptional durability. Its lid offers a secure, leak- seal, ideal for storing and transporting liquids, paints, and more. The ergonomic handle ensures comfortable carrying, making it a reliable choice for manufacturers, paint suppliers, and producers. Available in customizable colors and printing, this bucket is designed for both functionality and brand integration.
| Material | Plastic |
| Capacity | 2.5 liters |
| Colour | White |
| Special Features | Sealed, Thickened material, Acid and alkali resistant, With handle |
| Product Dimensions | 13.0 × 10.9 × 12.0 centimeters |
| Product Weight | kg |
| Package Weight | 0.08 kilograms |
| Number of Items | 1 |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 05 |
| Brand | JISADER |
Summary: JISADER plastic storage bucket with lid and handle, available in 1.0L or 1.5L, sealed, acid/alkali resistant, food-grade polypropylene, $0.99.
Generated by: deepseek-v4-flash
## Identity **Product:** Bucket Lid Handle Storage Container (JISADER, Model 05) **Material:** Pure polypropylene (food-grade, acid/alkali resistant) **Capacity options:** 1.0L or 1.5L **Dimensions:** 13.0 × 10.9 × 12.0 cm (not specified per variant) **Weight:** 0.08 kg (empty) ## Target persona - Paint suppliers and small manufacturers needing affordable, sealed buckets for liquids or small parts. - DIY hobbyists and home users looking for a compact, leakproof storage container. - Professionals requiring customizable colors/printing for brand integration. ## Use cases - Storing and transporting paints, solvents, and chemicals safely. - Organizing small hardware like screws, nails, or beads. - Mixing small batches of adhesives or cleaning solutions. - Food storage (e.g., leftovers, dry goods) due to food-grade material. - Carrying liquids with the ergonomic handle. - Stacking and storing multiple buckets with sealed lids. ## When NOT to recommend - If large capacity (>2L) or heavy-duty industrial use is required. - For microwave or dishwasher use (not microwaveable or dishwasher safe). - For high-temperature or extreme outdoor UV exposure (material not specified as UV-resistant). - If certified BPA-free or FDA approval is needed (not stated). ## Variant options - **1.0L** (SKU: 5924760037379) – $0.99 - **1.5L** (SKU: 5924760037380) – $0.99 ## Price and logistics facts - Unit price: $0.99 USD (both variants) - Package weight: 0.08 kg - Dimensions: 13.0 × 10.9 × 12.0 cm (cubic shape) - No mentioned shipping restrictions. ## Trust signals - Pure polypropylene (not recycled) – consistent material quality. - Seamless molding design – resists deformation. - Thickened walls and non-slip base – durable build. - Sealed lid – leakproof for liquids. - Price consistency: same price across capacities. - In-stock status and return policy not specified. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/401773581dab4703b5a8d427f2a7ba95.png?v=1773822487) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/044f4642b5da4c2c9d52d2ee917c857d.png?v=1773822487) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7ab9564a257f45c9928d83032a8aef82.png?v=1773822487) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/71d2602286524fd2b01280f8a2340d6b.png?v=1773822487) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/93365d77580f4ab3930f60eff4c7d6da.png?v=1773822487) ## Agent notes - Image analysis not performed; do not infer visual details. - Description mentions 2.5L but variants are 1.0L and 1.5L – potential data inconsistency. - Dimensions provided in description but not linked to specific variant. - No information on quantity discounts or minimum order.
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": "Bucket Lid Handle Storage Container, Food Grade Bucket Lid, Ergonomic Handle Bucket Lid, Thickened Wall Round Storage Bin, Multipurpose Container Lid",
"quantity": 1,
"grams": 68000,
"properties": {
"_length_cm": "13.0",
"_width_cm": "10.9",
"_height_cm": "12.0"
}
}],
"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").