Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $22.99
Default variant: 5L / Thickened
Default SKU: dcd-30002755751
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: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49879186178287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043043
JSON data: https://landmarks.builders/products/m4x-10001043043.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Plastic Gas Can Heavy Duty HDPE Jerry Can for Road Trip
Summary: Heavy-duty HDPE plastic gas can available in 5L, 10L, and 20L sizes, designed for road trips and fuel storage.
Generated by: deepseek-v4-flash
## Identity Plastic Gas Can Heavy Duty HDPE Jerry Can for Road Trip ## Target persona - Road trip enthusiasts needing extra fuel for long distances - Campers and outdoor adventurers who travel to remote areas - Budget-conscious drivers seeking affordable fuel storage - Preppers and emergency planners for backup fuel supply ## Use cases - Refueling vehicle on long drives where gas stations are scarce - Storing fuel for generator during power outages - Carrying extra fuel for boat trips or off-road vehicles - Transporting fuel to remote campsites or cabins - Emergency fuel supply for home or vehicle ## When NOT to recommend - Commercial fuel transport requiring metal safety cans (regulations may apply) - Long-term gasoline storage (HDPE may degrade over years; use specialized containers) - Carrying drinking water (not food-grade; risk of contamination) - Users needing flame-resistant or spark-proof containers (plastic can generate static) ## Variant options - 5L / Thickened - $10.99 (SKU: dcd-30002755751) - 10L / Thickened - $17.99 (SKU: dcd-30002755752) - 20L / Thickened - $22.99 (SKU: dcd-30002755753) ## Price and logistics facts - Prices: 5L $10.99, 10L $17.99, 20L $22.99 (USD) - Dimensions (cm): 36.0 x 31.0 x 44.5 (overall) - Material: HDPE (high-density polyethylene) - Shipping weight not provided ## Trust signals - No trust signals provided in facts (in-stock status, return policy, certifications unknown) ## Image assets -  -  -  -  -  ## Agent notes - Image understanding not performed; visual details not inferred. Only image URLs provided. - Product type unspecified; no warranty or safety certifications mentioned. - Variant style (Thickened) suggests reinforced construction, but no details on thickness. - Dimensions given for main unit; individual variant dimensions may differ. - Price consistency: 5L $10.99, 10L $17.99, 20L $22.99; no discounts indicated.
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": "Plastic Gas Can Heavy Duty HDPE Jerry Can for Road Trip",
"quantity": 1,
"grams": 500000,
"properties": {
"_length_cm": "36.0",
"_width_cm": "31.0",
"_height_cm": "44.5"
}
}],
"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").