Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $105.99
Default variant: Green
Default SKU: dcd-30003609937
Default price: $105.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 户外
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/49714081628399:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001269866
JSON data: https://landmarks.builders/products/wp-dcd-10001269866.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A reusable cooling vest using PCM phase-change material for outdoor heat protection, available in Green, Yellow, and Gray at $105.99.
Generated by: deepseek-v4-flash
## Identity Summer Cooling Vest (Outdoor PCM Phase-Change Material Reusable Vest) ## Target persona Outdoor workers and enthusiasts in hot climates: construction laborers, cyclists, hikers, gardeners, athletes. ## Use cases - Working construction or landscaping in high heat - Long-distance cycling or running in summer - Hiking or trekking in hot, humid conditions - Gardening or yard work during heat waves - Attending outdoor events like festivals or sports ## When NOT to recommend - Cold or mild weather (below 20°C) - Indoor sedentary activities (e.g., office work) - Water sports or swimming (PCM may be damaged) - If a close, snug fit is not desired (vest relies on contact) ## Variant options - Green (SKU: dcd-30003609937) – $105.99 - Yellow (SKU: dcd-30003609938) – $105.99 - Gray (SKU: dcd-30003609939) – $105.99 ## Price and logistics facts - Price: $105.99 USD per unit - Package dimensions: 30cm × 20cm × 5cm - All variants same price ## Trust signals - Product listed as in-stock (no stock level provided) - Return policy not stated - No certification or warranty information available ## Image assets - 8 product images available at provided URLs - Visual details not analyzed (agent cannot see images) ## Agent notes - No textual description provided; rely on title and tags - Material details beyond PCM are absent - Dimensions small, suggesting lightweight item - Sizing information not available
This product has 15 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": "夏季新款降温马甲户外防中暑背心PCM相变材料可循环使用背心马甲",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "20.0",
"_height_cm": "5.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").