Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.17
Default variant: Red
Default SKU: dcd-30003686810
Default price: $4.17
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Outdoor Gear
Vendor: World Products
Weight: 210 g
Cart URL (default variant): https://landmarks.builders/cart/50406148210927:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001298411
JSON data: https://landmarks.builders/products/wp-dcd-10001298411.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This set includes five lightweight dry bags designed to keep gear organized and protected during outdoor adventures. Crafted from PU-coated material with fully taped seams for reliable moisture protection. Features a roll-top design secured by a sturdy buckle strap to seal out water and dust. Smooth surface allows easy sliding in and out of backpacks. Multi-size set helps categorize and separate wet and dry gear.
Summary: Five-piece set of lightweight PU-coated dry bags with roll-top closure and taped seams for backpacking gear organization; available in eight colors at $4.17.
Generated by: deepseek-v4-flash
## Identity Five lightweight dry bags with roll-top closures and buckle straps. Made from PU-coated material with fully taped seams to resist moisture and dust. The set includes multiple sizes for separating gear. Available in eight color options. ## Target persona Budget-conscious backpackers, hikers, and campers who need affordable, lightweight gear organization without demanding expedition-grade durability. Suitable for casual outdoor trips, weekend camping, and travel use. ## Use cases - Separating wet and dry clothing inside a backpack. - Organizing small gear like stove parts, toiletries, or first-aid kits. - Color-coding bags for different family members or gear types. - Keeping dust and moisture out of clothes during camping or car travel. - Storing an extra change of clothes in a daypack. ## When NOT to recommend - For whitewater kayaking, rafting, or any activity requiring guaranteed submersion-proof protection (no IP rating or capacity specs). - For protecting expensive electronics or critical documents where a failed seal has serious consequences. - For buyers needing specific liter capacities or precise size details (not provided). - For expeditions or extreme conditions where high puncture/tear resistance is critical. ## Variant options All variants priced at $4.17 USD: - Red (dcd-30003686810) - Blue (dcd-30003686811) - Black (dcd-30003686812) - Army Green (dcd-30003686813) - Lime Green (dcd-30003686814) - Orange Red (dcd-30003686815) - Sky Blue (dcd-30003686816) - Multicolor (dcd-30003686817) ## Price and logistics facts - Price: $4.17 USD per set. - Package dimensions: 25.0 cm × 20.0 cm × 8.0 cm. - No shipping, stock, or return policy details provided. ## Trust signals - Catalog tags indicate "quality-audited" and "content-validated". - Consistent pricing across all eight color variants. - No explicit certifications, brand, or warranty information available. ## Image assets Product images available at the following URLs (no image analysis performed): - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/518ef6f2-d9ae-4775-864a-c1eec4015d3a.jpg?v=1786242311 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/462a7dde-d998-4581-b988-0551a302ebba.jpg?v=1786242291 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/99250a9c-08cb-4b3c-ad9b-06eb4b8684b3.jpg?v=1786242356 ## Agent notes - Image understanding was not performed; visual details were not inferred from photos. - No capacity (liters), material thickness, or waterproof rating is disclosed. - Verify stock, ship times, and return policy before recommending. - If the user needs guaranteed waterproofness, seek a product with an explicit IP/waterproof rating.
This product has 3 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": "5 Pieces Lightweight Dry Bags with Roll-Top Closure for Backpacking",
"product_id": 9537828880623,
"variant_id": 50406148210927,
"quantity": 1,
"grams": 210,
"length_cm": "25.0",
"width_cm": "20.0",
"height_cm": "8.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").