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/48186319732975: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-1
JSON data: https://landmarks.builders/products/ground-sheets-for-camping-waterproof-oxford-textile-tent-footprint-lightweight-c-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 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 tent footprint, 210x210cm, lightweight and foldable, suitable for camping and outdoor use. Priced from $12.99.
Generated by: deepseek-v4-flash
## Identity Ground Sheets for Camping, Waterproof Oxford Textile Tent Footprint, Lightweight Camping Mat, Outdoor Cover 210x210cm ## Target persona Budget-conscious car campers, hikers seeking lightweight ground protection, beginner campers on a budget. ## Use cases - Tent ground protection on grassy or rocky terrain - Hammock camping base to keep gear dry - Picnic mat or rain cover for outdoor gatherings - Sun shade for day trips - Extra layer under sleeping pad for moisture barrier ## When NOT to recommend - Heavy-duty base camping with sharp rocks or thick vegetation - Replacing insulated ground pad for cold weather - Professional extended expeditions requiring extreme durability - Users needing puncture-resistant or reinforced material ## Variant options - Portable Camping Outdoor: $12.99 - Portable Camping Outdoor with Webbing: $15.99 ## Price and logistics facts - Price: $12.99 base variant, $15.99 with webbing - Sizes: Available in 210x210cm and 200x200cm (exact size per variant not specified) - Currency: USD ## Trust signals - No stock status or return policy provided in facts - Price consistent across listed variants - No certifications mentioned ## Image assets 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aa70c7ef92c84545ab924ae21e5bdf74_1149b18e-4310-4473-91fc-e458be431611.png?v=1774078746 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aaabc15264dbcb9b0d69804cc4a9f6c1eaf898e9cb4f8e4bd6e43a4e6ed635ea_f46254cb-45fb-444c-836b-a383c9a39a99.jpg?v=1774078746 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ff25bb1614eb1e08bc3659e63513f226df1f57e31935d72648dbe16f4f69bf00_93bb5c9a-bf66-49c2-ab72-39d8e91531a9.jpg?v=1774078746 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bd484d8b848db7d3e9a86306bb4340504bd56012cf5a18ba863fa4afba25f988_526781df-8048-40bf-8905-2b7db4380d67.jpg?v=1774078746 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7602093a3587eac41fc89b412d509cc67ef1bcc8fec74b58f764b180667a12ba_b782d592-8195-43fa-9857-014608716ea6.jpg?v=1774078746 ## Agent notes - Images not viewed; file names suggest product photos. - Variants do not specify size; both 210x210 and 200x200 mentioned in description. - No return policy, stock status, or warranty data. - Material: 210 Oxford textile, water-resistant, thickened construction.
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").