Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.99 – $6.99
Default variant: Round Plastic Bucket without Lid
Default SKU: 5798281901996
Default price: $4.99
Availability: In Stock
Product Type: Buckets & Bowls
Vendor: JISADER
Weight: 4500 g
Cart URL (default variant): https://landmarks.builders/cart/48017464885487:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/large-blue-bucket-round-pp-container-with-reinforced-handles-household-water-sto
JSON data: https://landmarks.builders/products/large-blue-bucket-round-pp-container-with-reinforced-handles-household-water-sto.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 large blue bucket, with -litre capacity, is a versatile solution for a multitude of needs. Constructed with new material, it offers a cost-effective yet quality option for both household and industrial applications. It features a wide mouth with a smooth, rounded rim for easy cleaning and handling. The reinforced, thickened handles are designed for comfortable carrying, ensuring ease of transport. The base is designed with thickened, reinforced circular ribs to withstand impact and enhance durability, making it a reliable choice for water storage, kitchen use, household needs, and industrial settings.
| Material | Plastic |
| Capacity | 120.0 liters |
| Colour | Blue |
| Product Dimensions | 40.0 × 40.0 × 41.0 centimeters |
| Product Weight | kg |
| Package Weight | 1.5 kilograms |
| Number of Items | 1 |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Plastic Bucket |
| Brand | JISADER |
Summary: Large blue 120L plastic bucket with reinforced handles, suitable for water storage, household, and industrial use. Available with or without lid. Price from $4.99.
Generated by: deepseek-v4-flash
## Identity JISADER Large Blue Bucket - 120L round PP container with reinforced handles. Model Number: Plastic Bucket. Color: Blue. Material: Plastic. ## Target persona Households needing large-capacity water storage; industrial users requiring durable containers for materials; gardeners for water collection or mixing; contractors for on-site liquid handling. ## Use cases - Storing bulk water for emergencies or daily use - Mixing and transporting industrial materials (e.g., cleaning solutions) - Collecting rainwater for gardening - Organizing large household items (e.g., pet food, tools) - Serving as a temporary waste container on work sites - Holding bulk liquids for food processing (verify food-grade if needed) ## When NOT to recommend - If food-grade certification is required (not stated) - If dishwasher or microwave safe material is needed - If a smaller, portable bucket is preferred (120L is large) - If lid is mandatory but budget is under $6.99 (lid variant costs extra) ## Variant options - Round Plastic Bucket without Lid: $4.99 (SKU 5798281901996) - Round Plastic Bucket with Lid: $6.99 (SKU 5798281901997) ## Price and logistics facts - Price: $4.99 (without lid), $6.99 (with lid) USD - Dimensions: 40.0 x 40.0 x 41.0 cm - Package weight: 1.5 kg ## Trust signals - Available in two variants (with/without lid) - Dimensions and weight provided - No information on stock status or return policy ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/512ea91792ec4491a4365ad39047a756.png?v=1773821129 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/acd6bde73a6248bd88544be83439e9c9.png?v=1773821129 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e64dd32fe5ba4a7088ad9f7eac0ce23f.png?v=1773821130 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1aa1e262772a41dd92a5c8194948ef0e.png?v=1773821130 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e7f7b6a611e42b599ceb5367999d139.png?v=1773821130 ## Agent notes - No stock or return policy information available. - Image content not analyzed; treat URLs as fetchable assets.
This product has 12 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": "Large Blue Bucket, Round PP Container with Reinforced Handles, Household Water Storage Barrel, Industrial Use Container",
"quantity": 1,
"grams": 4500000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "40.0",
"_height_cm": "41.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").