Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $43.99 – $49.99
Default variant: Nightfall Black (400G)
Default SKU: 6154269667756
Default price: $43.99
Availability: In Stock
Product Type: Mummy Sleeping Bags
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/48188250652911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/down-sleeping-bag-adult-mummy-style-waterproof-nylon
JSON data: https://landmarks.builders/products/down-sleeping-bag-adult-mummy-style-waterproof-nylon.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Embark on your next outdoor escapade with confidence, knowing you're equipped with our premium down sleeping bag. Engineered for adults, this mummy-style sleeping bag offers exceptional warmth and comfort, making it your perfect companion for camping trips, trekking, and overnight stays in your tent. Its ultralight and portable design ensures it won't weigh you down, while the robust 400T 20D waterproof nylon fabric and high-quality down filling provide superior insulation against the cold. Whether you're braving chilly nights or unpredictable weather, this sleeping bag is built to keep you cosy and protected.
Summary: A mummy-style down sleeping bag with waterproof nylon shell, ultralight design, available in 400g or 600g fill weights, priced at $43.99 USD.
Generated by: deepseek-v4-flash
## Identity Product: Down Sleeping Bag, Adult Mummy Style, Waterproof Nylon Brand: Not specified Type: Mummy Sleeping Bags Price: $43.99 USD (400g variant) / $49.99 USD (600g variant) ## Target persona - Budget-conscious solo campers and backpackers seeking a lightweight, compact sleeping bag - Occasional trekkers looking for an affordable down option for mild to cool weather - First-time backpackers wanting a reliable entry-level sleeping bag ## Use cases - Overnight camping trips in mild to cool conditions (above freezing) - Trekking or backpacking where weight and pack size matter - Tent camping in unpredictable weather (waterproof shell) - Festival camping or car camping with minimal gear - Emergency preparedness kit (compact and lightweight) - Youth or scout trips requiring affordable gear ## When NOT to recommend - Winter camping or extreme cold (below 0°C / 32°F) – down fill weight too low for severe cold - Users requiring a roomy sleeping bag (mummy cut is snug) - Wet environments where synthetic insulation is preferred (down loses loft when wet, despite waterproof shell) - Users with allergies to down feathers - Large or tall individuals – mummy design may be restrictive (dimensions not provided) ## Variant options - Nightfall Black (400G) – $43.99 USD - Nightfall Black (600G) – $49.99 USD ## Price and logistics facts - Base price: $43.99 USD (400g variant) - Higher fill variant: $49.99 USD (600g variant) - Currency: USD - Dimensions not provided; weight and packed size unknown - Shipping and tax details not specified ## Trust signals - In-stock status: Not explicitly stated (assume available based on listing) - Return policy: Not mentioned - Price consistency: Single price point per variant, no discounts listed - Certifications: None provided - Manufacturer: Not named ## Image assets - Image URL: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5faf65fff8a8496aa9f0b6f7164fcfb9_ce54a8d7-00d8-466a-9376-9267ff6985af.png?v=1774167296 - No alternative views or videos provided ## Agent notes - Dimensions (length, width) are missing – critical for fit assessment - Down fill power not specified – only weight (400g/600g) given - Waterproof rating of shell not detailed (just 'waterproof nylon') - Shell material: 400T 20D nylon, but tear strength not stated - Color: Only 'Nightfall Black' available
This product has 1 imagein catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Mummy Style · Down Filled · Waterproof Nylon
Verdict: N/A
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": "Down Sleeping Bag, Adult Mummy Style, Waterproof Nylon",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").