Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.99
Default variant: Red
Default SKU: 5268645017153
Default price: $4.99
Availability: In Stock
Product Type: Tent Pegs
Vendor: JISADER
Weight: 60 g
Cart URL (default variant): https://landmarks.builders/cart/48186319929583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/heavy-duty-tent-pegs-metal-31cm-aluminum-stakes-for-hard-ground-camping-pegs-for-1
JSON data: https://landmarks.builders/products/heavy-duty-tent-pegs-metal-31cm-aluminum-stakes-for-hard-ground-camping-pegs-for-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.
These heavy duty aluminum tent stakes are essential camping accessories designed for reliable ground anchoring in challenging conditions. Crafted from thickened aluminum alloy, each 31cm peg provides exceptional holding power for tents, tarps, awnings, and shelters. The reinforced construction ensures these metal pegs perform excellently on hard ground, sand, and snow, making them versatile for various outdoor scenarios. Lightweight yet strong, these camping stakes offer the ideal balance between portability and durability for outdoor enthusiasts.
| Material | Aluminum |
| Capacity | L |
| Product Weight | 0.06 kilograms |
| Package Weight | 0.07 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Not applicable |
| Number of Items | 1 |
Summary: 31cm aluminum tent pegs for hard ground, sand, and snow, weighing 70g each, sold in pairs? (single item per order) at $4.99.
Generated by: deepseek-v4-flash
## Identity Product: Heavy Duty Tent Pegs Metal, 31cm Aluminum Stakes for Hard Ground. Brand: not specified. SKU variants: Red (5268645017153) and Orange (5268645017155). ## Target persona Budget-conscious campers and festival-goers needing lightweight stakes for tough terrain; minimalists seeking portable, multi-terrain anchors. ## Use cases - Securing a tent on rocky or compacted campsites. - Anchoring a tarp or awning on sandy beaches. - Setting up a shelter on snowy ground. - Lightweight backpacking where weight matters. - Temporary marquee or gazebo anchoring on hard ground. ## When NOT to recommend - If the buyer requires very long stakes (over 31cm) for extremely soft soil. - For heavy-duty permanent structures requiring steel stakes. - For users wanting a full set of many pegs (only one peg per purchase). - For those needing corrosion-proof stakes for saltwater environments (material not specified as stainless). ## Variant options - Red: $4.99 - Orange: $4.99 ## Price and logistics facts - Price: $4.99 USD each. - Weight per peg: 70g (0.07kg). Package weight: 0.07kg. - Shipping: not specified. ## Trust signals - No stock availability or return policy stated. - Price is consistent across variants. - Product has multiple images showing design; no reviews provided. ## Image assets - 5 images available: one PNG, four JPGs. - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/374cf4e304e1466fb35b47345e965a07_79538063-508e-4433-8d7f-e8035fb69614.png?v=1774078788 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9f6473ccbe50505e029e42c14577b5db816b3d939970bef5fc70edf4ef6b1ae3.jpg?v=1774078788 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/364ab7d5fb18bfbd4669ff85298cbe9020714f5caf5169cf4b6a7cc4342397b9_77b89da9-1533-4092-b8dc-04d665c80f3c.jpg?v=1774078788 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/97382ad177e4624535cb561bacb11fd3db672623b372c569610b7a55ccb35fc5_26d9c732-5c6a-499a-8fd8-27716ca5cc67.jpg?v=1774078788 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d294727e35da6f30f9f196ad617e00749d6438579c5ea86fd990e836bed8056c_0a0d25c4-6f75-4b1f-90b4-ea51d3c5a9ed.jpg?v=1774078788 ## Agent notes - Only one peg per order (number of items: 1). - Length is 31cm; no diameter specified. - Material is aluminum alloy; specific alloy grade not given. - Not dishwasher or microwave safe (irrelevant).
This product has 11 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Aluminum
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": "Heavy Duty Tent Pegs Metal, 31cm Aluminum Stakes for Hard Ground, Camping Pegs for Tents and Tarps, Ground Anchors",
"quantity": 1,
"grams": 60000,
"properties": {
"_length_cm": "31.0",
"_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").