Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.06
Default variant: Army Green
Default SKU: dcd-30003732820
Default price: $13.06
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Bike Bags
Vendor: World Products
Weight: 750 g
Cart URL (default variant): https://landmarks.builders/cart/50407945928943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001314646
JSON data: https://landmarks.builders/products/wp-dcd-10001314646.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Product Identity: A purpose-built folding bike bag designed to mount securely at the front of your cycle, offering a streamlined storage solution that complements your ride. Primary Function: This front-mounted bag provides a practical 7-liter capacity to carry your daily essentials, keeping your pockets unrestricted and your gear easily accessible while cycling. Unique Design: Featuring a foldable structure, this cycle bag can be collapsed down to reduce bulk when not in use, maintaining a neat profile on your frame. Key Benefits: Built with a structured boxy shape, a flap-top closure, and an adjustable front buckle strap, this bike front bag keeps your belongings secure and organized through every turn. Versatile Purpose: Equipped with a convenient top carry handle, this versatile bag transitions effortlessly from a mounted cycling accessory to a portable hand-carried pouch once you park.
Summary: Product Identity: A purpose-built folding bike bag designed to mount securely at the front of your cycle, offering a streamlined storage solution that complements your ride. Primary Function: This front-mounted bag provides a practical 7-liter capacity to carry your daily essentials, keeping your pockets unrestricted and your gear easily accessible while cycling. Unique Design: Featuring a foldable structure, this cycle bag can be collapsed down to reduce bulk when not in use, maintaining a neat profile on your frame. Key Benefits: Built with a structured boxy shape, a flap-top closure, and an adjustable front buckle strap, this bike front bag keeps your belongings secure and organized through every turn. Versatile Purpose: Equipped with a convenient top carry handle, this versatile bag transitions effortlessly from a mounted cycling accessory to a portable hand-carried pouch once you park.
Generated by: deepseek-v4-flash
This product has 2 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Foldable Folding Bike Bag Structured Front-Mounted Bag Adjustable Water Resistant for Commuters",
"product_id": 9538242117871,
"variant_id": 50407945928943,
"quantity": 1,
"grams": 750,
"length_cm": "24.0",
"width_cm": "15.0",
"height_cm": "26.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").