Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $13.99
Default variant: Apricot / 30L
Default SKU: dcd-30003608692
Default price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 户外
Vendor: World Products
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/49714154864879:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001269316
JSON data: https://landmarks.builders/products/wp-dcd-10001269316.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Foldable oxford cloth insulated bag for outdoor picnics, available in multiple colors and sizes (10L, 17L, 30L), waterproof, priced $10.99-$13.99.
Generated by: deepseek-v4-flash
## Identity - Product: Foldable Oxford Cloth Insulated Bag (Picnic/Carrier) - Sizes: 10L, 17L, 30L - Colors: Apricot, Gray, Navy Blue, Army Green - Dimensions: 43 x 32 x 10 cm ## Target persona - Budget-conscious outdoor enthusiasts needing portable food storage - Picnic goers wanting lightweight, foldable cooler - Commuters or drivers requiring lunch bag for car ## Use cases - Outdoor picnics in parks or beaches - Carrying lunch to work or school - Shopping trips for frozen/refrigerated items - Camping trips for food storage - Day trips needing insulated bag for beverages ## When NOT to recommend - Heavy-duty camping with large food quantities (capacity up to 30L only) - Professional catering or long-haul transportation (not heavy-duty insulation) - Users requiring rigid structure or hard-shell cooler ## Variant options - 8 variants: Apricot 30L, Gray 10L/17L/30L, Navy Blue 30L, Army Green 10L/17L/30L - Prices: 10L $10.99, 17L $12.99, 30L $13.99 ## Price and logistics facts - Base price $10.99 (10L) to $13.99 (30L) - Currency: USD - Dimensions: 43x32x10 cm (all sizes; likely folded dimensions) ## Trust signals - In-stock status unknown (no inventory data) - Return policy not provided - Price consistency: variants priced by size, same volume same price across colors - No certifications listed ## Image assets - 8 images available at URLs provided in facts; no visual detail inferred. ## Agent notes - No description text; all info from structured data. - Image content not analyzed; treat as fetchable assets only.
This product has 20 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": "可折叠新款牛津布保温袋便携户外野餐包大容量防水冰包车载午餐包",
"quantity": 1,
"grams": 650000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "32.0",
"_height_cm": "10.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").