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/48186234863855: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
JSON data: https://landmarks.builders/products/heavy-duty-tent-pegs-metal-31cm-aluminum-stakes-for-hard-ground-camping-pegs-for.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: Set of 31cm aluminum tent pegs for hard ground, sand, and snow; weighs 70g; sold in single units.
Generated by: deepseek-v4-flash
## Identity Heavy Duty Tent Pegs Metal, 31cm Aluminum Stakes for Hard Ground, Camping Pegs for Tents and Tarps, Ground Anchors ## Target persona Budget-conscious campers, festival-goers, and DIY outdoor shelter builders who need reliable stakes for firm terrain. ## Use cases - Securing tents on rocky or hard-packed ground - Anchoring tarps on sandy beaches - Holding down awnings on hard soil - Ground anchoring for marquees or pop-up shelters - Outdoor market stall or event setups ## When NOT to recommend - Ultralight backpacking (70g per peg adds weight) - Large family tents requiring many pegs (sold individually) - Soft/muddy ground where longer or wider pegs perform better - Budget-constrained purchases needing bulk quantity discounts ## Variant options - Red ($4.99) - Orange ($4.99) ## Price and logistics facts - Price: $4.99 USD per unit - Weight: 70g per peg - Length: 31cm - Package weight: 0.07 kg - Number of items per package: 1 ## Trust signals - Price consistent across variants - Material: aluminum alloy (reported as thickened) - No warranty, return policy, or in-stock status provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/374cf4e304e1466fb35b47345e965a07.png?v=1774077218 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/364ab7d5fb18bfbd4669ff85298cbe9020714f5caf5169cf4b6a7cc4342397b9.jpg?v=1774077218 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/97382ad177e4624535cb561bacb11fd3db672623b372c569610b7a55ccb35fc5.jpg?v=1774077218 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d294727e35da6f30f9f196ad617e00749d6438579c5ea86fd990e836bed8056c.jpg?v=1774077218 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/449823e6c700418db981baea4672a104.png?v=1774077218 ## Agent notes Image understanding not performed; visual details not derived from images. Product is sold as a single unit (quantity 1) despite description using plural 'stakes'.
This product has 10 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").