Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $67.99
Default variant: S
Default SKU: dcd-30003502716
Default price: $67.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 户外
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49804476645615:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001250094
JSON data: https://landmarks.builders/products/wp-dcd-10001250094.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Hydration backpack for hiking, cycling, running. Breathable vest design. Sizes S-XXL at $67.99. Dimensions 38x28x10 cm.
Generated by: deepseek-v4-flash
## Identity New outdoor hydration backpack (补水包) in vest style. Suitable for hiking, climbing, cycling, running. ## Target persona Outdoor enthusiasts needing hydration on the go; runners, hikers, cyclists looking for lightweight breathable hydration pack. ## Use cases - Long trail runs requiring water carry - Day hikes with hydration needs - Cycling commutes or long rides - Climbing approaches - Marathon or ultra running ## When NOT to recommend - Heavy backpacking requiring tent/sleeping gear - Winter sports needing insulated hydration - Everyday office or school backpack use - Professional mountaineering with ice axes ## Variant options Five sizes: S, M, L, XL, XXL. All priced at $67.99. ## Price and logistics facts Price: $67.99 USD. No shipping or tax details provided. ## Trust signals No specific trust signals provided (no return policy, no certifications, no stock status). Image URLs available but not inspected. ## Image assets Five images available at provided URLs. ## Agent notes Image understanding not performed; factual data limited.
This product has 17 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": "新款登山徒步骑行户外背包补水包透气跨境运动背包running vest",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "28.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").