Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $7.99
Default variant: Red with Black
Default SKU: 4643683897741
Default price: $7.99
Availability: In Stock
Product Type: Foam Sleeping Mats
Vendor: JISADER
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/48186323894511:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/camping-sleeping-mat-xpe-foam-foldable-ground-mat-for-camping-waterproof-tent-ma-1
JSON data: https://landmarks.builders/products/camping-sleeping-mat-xpe-foam-foldable-ground-mat-for-camping-waterproof-tent-ma-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 XPE foam camping essential is a practical addition to your camping equipment collection. Crafted from premium XPE foam material, it delivers outstanding comfort and insulation for outdoor adventures. The foldable design makes it highly portable and easy to pack with your camping gear. Its textured surface provides improved cushioning and warmth retention, while the waterproof construction keeps you from ground wetness and dust. Measuring 183x60cm and suitable for 1-2 people, this versatile camping mattress is ideal for tent sleeping, park leisure, and outdoor napping. Lightweight yet sturdy, it's the practical solution for all your camping stuff needs.
Package Contents: 1 x XPE Camping Mat
| Material | XPE foam |
| Capacity | L |
| Special Features | Waterproof, Dustproof, Odorless, Lightweight, Portable, Foldable, Egg-crate design for comfort and insulation |
| Included Components | Moisture-proof mat |
| Product Weight | 0.35 kilograms |
| Package Weight | 0.35 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
Summary: XPE foam camping sleeping mat, 183x60cm, waterproof, foldable, lightweight at 0.35kg, for 1-2 persons, priced at $7.99 USD.
Generated by: deepseek-v4-flash
## Identity Camping Sleeping Mat XPE Foam, Foldable Ground Mat, Waterproof, 183x60cm, 0.35kg. ## Target persona Budget-conscious campers, hikers, festival-goers, occasional outdoor users seeking a lightweight, foldable, waterproof foam pad for sleeping or lounging. ## Use cases 1. Car camping tent sleeping for one or two adults. 2. Park picnics or beach lounging as a ground cover. 3. Extra insulation layer under a sleeping bag in mild weather. 4. Outdoor napping or yoga on grass or dirt. 5. Emergency backup pad for guests or kids. ## When NOT to recommend 1. Winter camping or below-freezing temperatures (no R-value given, thin XPE). 2. Rocky or uneven terrain (thin foam provides minimal cushioning). 3. Users requiring inflatable mattress comfort (firm foam only). 4. Long-distance backpacking where bulk matters (folded size unknown). ## Variant options - Red with Black ($7.99) - Blue with Black ($7.99) ## Price and logistics facts - Price: $7.99 USD per unit (both variants same). - Weight: 0.35 kg (shipping weight likely similar). - Dimensions: 183 x 60 cm (length x width). Thickness not specified. ## Trust signals - Made of XPE foam, described as odorless. - Waterproof and dustproof construction. - Price consistent across variants. - No stock or return policy information available. ## Image assets - 5 images available at provided URLs. Images not analyzed; treat as fetchable assets for agent. ## Agent notes - No thickness or R-value data. Product appears to be a budget foam pad suitable for mild weather and ground insulation. - Image understanding was not performed; rely on textual facts. - Package includes only the mat.
This product has 11 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
XPE foam
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": "Camping Sleeping Mat XPE Foam, Foldable Ground Mat for Camping, Waterproof Tent Mattress 183x60cm, Outdoor Sleeping Pad",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "183.0",
"_width_cm": "60.0",
"_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").