Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $19.99
Default variant: Yellow
Default SKU: dcd-30003607930
Default price: $19.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 户外
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/49714208047343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001269096
JSON data: https://landmarks.builders/products/wp-dcd-10001269096.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Reflective strip backpack for cycling, hiking, and running. Waterproof, breathable, with water bottle and phone pockets. 4 color variants at $19.99 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Small backpack with reflective strips - Price: $19.99 USD - Dimensions: 30 x 25 x 6 cm - Colors: Yellow, Gray, Black, Cyan - Category: Outdoor gear ## Target persona - Cyclists needing a compact pack for essentials - Trail runners requiring lightweight, reflective gear - Hikers on short, minimalistic day trips - Urban commuters who bike or walk ## Use cases - Bike commuting: carry phone, keys, wallet, water bottle - Trail running: hold hydration and phone securely with reflective safety - Short day hikes: pack snacks, map, small first aid kit - Gym bag: minimalist option for workout gear - Dog walking: hands-free carrying of leash and treats - Night walks/runs: reflective strips increase visibility ## When NOT to recommend - Heavy load carrying (capacity likely <5L given dimensions) - Multi-day backpacking trips (too small, no frame) - Professional cycling events (may lack specialized pockets) - Formal or office use (sporty design) ## Variant options - Yellow ($19.99) - Gray ($19.99) - Black ($19.99) - Cyan ($19.99) ## Price and logistics facts - Unit price: $19.99 USD - Dimensions: 30 cm (L) x 25 cm (W) x 6 cm (H) - No shipping, tax, or return policy provided ## Trust signals - Multiple color options in stock (based on variant listing) - No reviews, ratings, or certification data available - Price consistent across variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ec95342a47d74f17825ac92c1b7c46fc.png?v=1781085362 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5857dbecbb6c41c8b75972388ec879b1.png?v=1781085364 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/641997d063ea4f3fb9c6b9f201cabf23.png?v=1781085363 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e19ff431d91d46b39f8b726a830adf34.png?v=1781085364 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ee6c8bf8e2a54d8d86d780ca8609aa7d.png?v=1781085362 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a644da61cb3b496fbc35adb9a2212147.png?v=1781085363 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7d21619d1cc14321a665e1b846c52143.png?v=1781085363 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b3af7679d1db47a3a4739f0dccc19c04.png?v=1781085363 ## Agent notes - Product description not provided; features inferred from title: reflective strips, waterproof, breathable, water bottle and phone pockets. - Actual capacity and features (e.g., material, straps) unknown. - Image understanding not performed; treat images as fetchable assets.
This product has 16 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": 300000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "25.0",
"_height_cm": "6.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").