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: 400G fill weight
Default SKU: 6154269667756
Default price: $43.99
Availability: In Stock
Product Type: Mummy Sleeping Bags
Vendor: JISADER
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/48186319241455: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-for-camping-waterproof-lightweight-mummy-design-thermal-winter-1
JSON data: https://landmarks.builders/products/down-sleeping-bag-for-camping-waterproof-lightweight-mummy-design-thermal-winter-1.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This down sleeping bag is designed for grown-ups who enjoy camping and hiking in cold weather. Featuring a thickened mummy design with 400T 20D waterproof nylon outer textile and soft nylon lining, it provides exceptional warmth and coverage. The synthetic down-like fiber filling ensures thermal insulation while maintaining a lightweight build between 400g-2500g for easy portability. Available in both mummy and envelope designs, this waterproof sleeping bag is ideal for winter outdoor adventures, offering reliable cold resistance and comfort for extended camping trips and hiking expeditions.
Package Contents: 1 x Sleeping Bag
| Material | Nylon |
| Capacity | L |
| Closure Type | Zipper |
| Special Features | Lightweight, Portable |
| Included Components | Sleeping bag |
| Product Weight | 0.9 kilograms |
| Package Weight | 1.0 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
Summary: Down sleeping bag with waterproof nylon shell and synthetic down-like fill, available in 400G and 600G fill weights, priced at $43.99 and $49.99 respectively.
Generated by: deepseek-v4-flash
## Identity Down Sleeping Bag for Camping, Mummy Design, Waterproof Lightweight, Thermal Winter Bags for Grown-Ups. ## Target persona Adult campers and hikers seeking an affordable, lightweight sleeping bag for cold weather; budget-conscious outdoor enthusiasts. ## Use cases - Cold weather camping overnight stays. - Hiking trips requiring compact and portable sleep system. - Winter outdoor adventures (e.g., mountain treks) where waterproofing is needed. - Car camping with weight constraints (lightweight). - Backup sleeping bag for guests in cold environments. ## When NOT to recommend - For extreme sub-zero temperatures (fill weights up to 600G may not suffice). - For users requiring a full rectangular bag with extra space (mummy design is snug). - For those with ethical concerns about down (fill is synthetic down-like, not genuine down). - For ultralight backpackers needing bag under 500g total weight (total weight unclear; product weight 0.9 kg). ## Variant options - 400G fill weight: $43.99 - 600G fill weight: $49.99 ## Price and logistics facts Price: $43.99 (400G variant) / $49.99 (600G variant), USD. Package weight: 1.0 kg (from specs). Product weight: 0.9 kg. No dimensions provided. ## Trust signals In-stock: assumed (no out-of-stock info). Return policy: not provided. Price consistency: two variants clearly priced. Certifications: none listed. ## Image assets https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0995aba44b58458180a7b0aa533b8c72_19264c86-9d9d-4476-811a-acf4cced8927.png?v=1774078649 https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6a121b5566304048ab74afb38241755b_8cf27a60-9d7e-4607-bd1a-e597c89cf314.png?v=1774078649 ## Agent notes - Product dimensions not provided; size cannot be confirmed. - Product is described as "down sleeping bag" but filling is synthetic down-like fiber; it is not genuine down. - Weight range in description says 400g-2500g, but product weight spec says 0.9kg (~900g) – possibly for 400G fill variant? Clarify with seller. - No information on temperature rating or fill power.
This product has 2 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Nylon
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 for Camping, Waterproof Lightweight Mummy Design, Thermal Winter Bags for Grown-Ups, Hiking Outdoor",
"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").