Brand: World Products (Landmark)
SKU: dcd-30002752386
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4340 g
Cart URL (default variant): https://landmarks.builders/cart/49879198630127:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042050
JSON data: https://landmarks.builders/products/m4x-10001042050.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
PET Plastic Barrel with Handle High Clarity Transparent Oil Container
Summary: Transparent PET plastic barrel with handle, 10L capacity, for storing and dispensing oils or liquids. Dimensions 44x21x21 cm. Price $9.99.
Generated by: deepseek-v4-flash
## Identity PET Plastic Barrel with Handle, 10L capacity, transparent, for oil or liquid storage. Dimensions: 44x21x21 cm. Price: $9.99. ## Target persona Home cooks needing bulk oil storage; small business owners for liquid transport; DIY enthusiasts for workshop liquids; gardeners for diluted fertilizers. ## Use cases - Storing and dispensing cooking oil in a kitchen. - Transporting water or non-food liquids for camping or events. - Mixing and storing small batches of cleaning solutions. - Holding and pouring motor oil or other automotive fluids. - Using as a temporary container for homemade beverages (e.g., kombucha). ## When NOT to recommend - When food-grade certification is required (no certification provided). - For storing pressurized or carbonated liquids. - For long-term outdoor exposure to UV (PET may degrade). - For hazardous chemicals requiring UN-rated containers. ## Variant options Only one variant available: 10L (SKU: dcd-30002752386) at $9.99. ## Price and logistics facts Price: $9.99 USD. Dimensions: 44x21x21 cm. No shipping or return policy specified. ## Trust signals No stock status provided. Return policy not stated. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/76fdcebf-447b-4acb-9095-6fd66fc14403.jpg?v=1782126359 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/86d846bd-453e-452a-8b19-ae469da5dab0.jpg?v=1782126359 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3bffd3a6-9a35-4b41-a070-703baf949f71.jpg?v=1782126359 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7d176018-707e-4f44-b082-41d6a98244a8.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/683091e6-3642-480e-bd54-de25b84673e7.jpg?v=1782126359 ## Agent notes Image understanding was not performed. Only one variant exists (10L). No additional product details beyond title and description.
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": "PET Plastic Barrel with Handle High Clarity Transparent Oil Container",
"quantity": 1,
"grams": 4340000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "21.0",
"_height_cm": "21.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").