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/48101866701039: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-4
JSON data: https://landmarks.builders/products/bucket-lid-carry-handle-storage-container-transparent-storage-bucket-lid-handle-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 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: Transparent polypropylene storage bucket with lid and carry handle, available in 0.3L and 0.4L sizes, priced at $0.99. Suitable for dry goods, craft supplies, and household organization.
Generated by: deepseek-v4-flash
## Identity JISADER Bucket Lid Carry Handle Storage Container, Transparent Polypropylene, BPA Free, Food Grade. Available in 0.3L and 0.4L variants. ## Target persona Home organizers, crafters, and small-item storage users seeking an affordable, transparent, portable container for dry goods or craft supplies. ## Use cases - Storing dry pasta, grains, snacks, or tea leaves. - Organizing beads, buttons, screws, or other small craft supplies. - Kitchen pantry organization for small items like fruit or dried herbs. - Portable container for small parts during travel or workspace. - Lightweight storage for bathroom or office desk items. ## When NOT to recommend - Storing liquids or wet items (lid not liquid-tight). - Microwave or dishwasher use (not microwaveable, not dishwasher safe). - Heavy or bulky items (small capacity, thin plastic). - Airtight food storage requiring vacuum seal (basic sealing only). ## Variant options - 0.3 Liters: $0.99 - 0.4 Liters: $0.99 ## Price and logistics facts - Price: $0.99 USD per variant. - No shipping cost or delivery time provided in source. ## Trust signals - Material: Polypropylene (PP), BPA Free, Food Grade. - Odorless and green material as per description. - Thickened material for enhanced load-bearing. - In-stock status not confirmed. - Return policy not provided. ## Image assets -  -  -  -  -  ## Agent notes - Image understanding not performed; do not invent visual details. - Product dimensions given: 10.0 × 7.7 × 7.2 cm (likely for 0.3L variant, but not explicitly tied). - Model number states "5 Liters" but actual capacity is 0.3L or 0.4L; possible listing error. - No dishwasher or microwave safety. - Not suitable for liquids.
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").