Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99
Default variant: Orange-Gray
Default SKU: 4696784050467
Default price: $15.99
Availability: In Stock
Product Type: Rectangular Sleeping Bags
Vendor: JISADER
Weight: 1300 g
Cart URL (default variant): https://landmarks.builders/cart/48186322190575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/sleeping-bags-for-winter-waterproof-envelope-sleeping-bag-thick-warm-camping-gea-1
JSON data: https://landmarks.builders/products/sleeping-bags-for-winter-waterproof-envelope-sleeping-bag-thick-warm-camping-gea-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 sleeping bag is designed specifically for grown-up outdoor enthusiasts who need reliable warmth during cold weather camping and hiking adventures. The waterproof polyester outer textile resists rain and weather, while the thick soft filling provides outstanding insulation for autumn and winter conditions. The envelope structure offers easy access and comfortable space for movement throughout the night. Whether you're camping outdoors, hiking through forests, or travelling to various locations, this warm sleeping bag delivers the coverage and comfort you need for a restful sleep outdoors.
Package Contents: 1 x Sleeping Bag
| Material | Polyester |
| Capacity | L |
| Closure Type | Zipper |
| Special Features | Lightweight, Portable |
| Included Components | Sleeping bag, Storage bag |
| Product Weight | 1300.0 grams |
| Package Weight | 1300.0 grams |
| Dishwasher Safe | No |
| Microwaveable | No |
Summary: Thickened waterproof polyester envelope sleeping bag for cold weather, with soft filling, lightweight and portable, available in Orange-Gray and Blue-Gray.
Generated by: deepseek-v4-flash
## Identity This is a rectangular envelope-style sleeping bag with waterproof polyester outer layer and thick soft filling for autumn/winter camping. Weight 1300g, zipper closure, includes storage bag. ## Target persona Grown-up campers, hikers, and outdoor enthusiasts seeking an affordable cold-weather sleeping bag for casual trips. ## Use cases - Autumn/winter camping trips - Hiking adventures where waterproofing is needed - Travel to cold destinations - Car camping or base camp use - Outdoor sleepovers or festivals ## When NOT to recommend - Extreme winter conditions (below -10°C / 14°F) – insulation may be insufficient - Ultralight backpacking – weight is 1300g - Child-sized users – labeled for grown-ups - Individuals needing mummy bag for weight savings ## Variant options - Orange-Gray (SKU: 4696784050467) – $15.99 - Blue-Gray (SKU: 4696784050463) – $15.99 ## Price and logistics facts - Price: $15.99 USD (both variants) - Dimensions: not specified - Product weight: 1300g - Package weight: 1300g - Closure: zipper - Material: polyester - Included: 1 sleeping bag, 1 storage bag - Not dishwasher or microwave safe ## Trust signals - In-stock status unknown - Return policy not provided - No certifications listed - Price consistency: same for both colors ## Image assets - Image URLs: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/81046923c89f4d6faee07fabcfe4c0f5_fd8732a1-25d8-4260-acfd-966c6202eea8.png?v=1774078927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5403dbed6536deae829f361aa644557203f1c6e593d017b696b279e6ba7d118c_179d2feb-6b0d-482e-a704-940a3afa4fd3.jpg?v=1774078927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9d50b14deea949e5e4278ec1f01515d94274c1768081a276fd657aeca9642d37_02239ace-75a2-4204-b0ce-cb5e957b7df7.jpg?v=1774078927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cddba2dc34447f5bf7b505c40abe7554d7c592609943e015ddff9e7f4c7a04f4_886dea4d-2303-4874-8c2e-7643fc07b2f5.jpg?v=1774078927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c6e9f3b139d52b81a0c51c1261b4b86d10ea4de89cbc3fe0b0840f7b730eae8f_54387fbf-5dfd-4962-a684-82fbeac45673.jpg?v=1774078927 ## Agent notes - Image content not analyzed; visual details cannot be inferred. - Dimensions not provided; size may vary. - Insulation rating not quantified.
This product has 12 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Polyester
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": "Sleeping Bags for Winter, Waterproof Envelope Sleeping Bag, Thick Warm Camping Gear for Cold Weather Hiking",
"quantity": 1,
"grams": 1300000,
"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").