Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: 1KG
Default SKU: dcd-30002756591
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1062 g
Cart URL (default variant): https://landmarks.builders/cart/49879184572655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043303
JSON data: https://landmarks.builders/products/m4x-10001043303.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
5 Pieces 25 Liter Plastic Jug Thickened Food Grade Water Barrel Portable
| Capacity | 25 |
Summary: Set of 5 thickened food-grade plastic water jugs, each 25 liters (total 125L), portable. Variants by weight: 1KG at $10.99, 1.2KG at $11.99.
Generated by: deepseek-v4-flash
## Identity 5 Pieces 25 Liter Plastic Jug Thickened Food Grade Water Barrel Portable ## Target persona - Campers and RV travelers needing portable water storage - Emergency preppers stocking long-term water supplies - Off-grid homesteaders requiring bulk water transport - Gardeners irrigating without direct hose access ## Use cases - Storing drinking water during camping or hiking trips - Emergency water supply for hurricanes, earthquakes, or outages - Transporting water from a well or spring to home - Rainwater collection and distribution for plants - Temporary water storage at remote construction sites ## When NOT to recommend - Users needing single-serve bottles (too large) - Applications requiring a built-in spigot or dispensing valve - Situations demanding BPA-free certification (not specified) - Commercial or industrial bulk water storage (capacity too small) ## Variant options - Style "1KG": $10.99 - Style "1.2KG": $11.99 ## Price and logistics facts - Base price: $10.99 (1KG variant) - Higher price: $11.99 (1.2KG variant) - Dimensions per package: 47.0 x 36.0 x 24.3 cm - Currency: USD ## Trust signals - Food-grade material (stated) - Price consistency: variant prices differ by weight - In-stock status, return policy, and certifications not provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6ca56853-e501-47e7-9d91-1415f59e016f.jpg?v=1782126349 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e169371b-357d-482a-a24d-4b161415da37.jpg?v=1782126348 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cda58925-746f-4293-acd1-7273e6fc1675.jpg?v=1782126347 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d0948a49-7d6c-42db-b651-bca8749478b8.jpg?v=1782126346 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e75953b5-0c97-4ea9-a7cc-db4de75057dc.jpg?v=1782126347 ## Agent notes - Product title and description imply 5 jugs each of 25L, but variants are labeled by weight (1KG/1.2KG) which may indicate different material thickness or packaging weight. Capacity details may be inconsistent. - Image understanding not performed.
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": "5 Pieces 25 Liter Plastic Jug Thickened Food Grade Water Barrel Portable",
"quantity": 1,
"grams": 1062000,
"properties": {
"_length_cm": "47.0",
"_width_cm": "36.0",
"_height_cm": "24.3"
}
}],
"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").