Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $15.99
Default variant: Portable, Camping, Outdoor
Default SKU: 5921542146594
Default price: $12.99
Availability: In Stock
Product Type: Tent Tarps
Vendor: JISADER
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/48186292764911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/ground-sheets-for-camping-waterproof-oxford-textile-tent-footprint-lightweight-c
JSON data: https://landmarks.builders/products/ground-sheets-for-camping-waterproof-oxford-textile-tent-footprint-lightweight-c.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 camping ground sheet is crafted from 210 Oxford textile material, delivering water-resistant coverage for your outdoor adventures. The thickened construction provides reliable wetness barrier for tent camping, hammock camping, and survival shelter applications. Weighing minimal, this portable mat folds compactly for convenient transport during camping hiking trips. Available in two sizes (210x210cm and 200x200cm), the ground sheet offers multi-person coverage suitable for various camping scenarios. Whether used as a groundsheet for tent, camping carpet, rain cover, or sun cover, this versatile outdoor accessory combines lightweight design with sturdy, long-term performance.
Package Contents: 1 x Camping Ground Sheet
| Material | Oxford cloth |
| Capacity | L |
| Recommended Uses | Camping |
| Included Components | Storage bag |
| Product Weight | kg |
| Package Weight | 0.99 pounds |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | FL006 |
| Number of Items | 1 |
Summary: Waterproof Oxford textile ground sheet for camping, available in 210x210cm and 200x200cm, lightweight, multi-person coverage, priced from $12.99.
Generated by: deepseek-v4-flash
## Identity Name: Ground Sheets for Camping, Waterproof Oxford Textile Tent Footprint, Lightweight Camping Mat, Outdoor Cover. Material: 210 Oxford cloth. Sizes: 210x210cm and 200x200cm. Variants: Standard ($12.99) and with Webbing ($15.99). ## Target persona Budget-conscious campers, hikers, car campers, family camping groups seeking affordable ground protection. ## Use cases - Protect tent floor from moisture and punctures. - Dry area under hammock camping setup. - Lightweight picnic blanket or ground cover. - Rain cover for gear or as sun shade. - Multi-person groundsheet for shared tents. - Base for survival shelter. ## When NOT to recommend - Expedition or extreme weather conditions requiring high waterproof rating. - Users needing insulated ground pad for cold ground. - Heavy-duty daily use beyond occasional camping. - Large group camping requiring larger footprint. ## Variant options - Portable, Camping, Outdoor: $12.99, no webbing. - Portable, Camping, Outdoor with Webbing: $15.99, includes webbing. ## Price and logistics facts Price range: $12.99 to $15.99 USD. Available sizes: 210x210cm and 200x200cm. Weight: minimal (exact weight not specified). Product type: Tent Tarps. ## Trust signals Listed as in stock (price available). No specific return policy or certifications provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aa70c7ef92c84545ab924ae21e5bdf74.png?v=1774077267 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aaabc15264dbcb9b0d69804cc4a9f6c1eaf898e9cb4f8e4bd6e43a4e6ed635ea.jpg?v=1774077267 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ff25bb1614eb1e08bc3659e63513f226df1f57e31935d72648dbe16f4f69bf00.jpg?v=1774077267 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bd484d8b848db7d3e9a86306bb4340504bd56012cf5a18ba863fa4afba25f988.jpg?v=1774077267 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7602093a3587eac41fc89b412d509cc67ef1bcc8fec74b58f764b180667a12ba.jpg?v=1774077267 ## Agent notes Images provided but not analyzed; no visual information extracted.
This product has 13 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Oxford cloth · Camping
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": "Ground Sheets for Camping, Waterproof Oxford Textile Tent Footprint, Lightweight Camping Mat, Outdoor Cover 210x210cm",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "210.0",
"_width_cm": "210.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").