Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.99 – $19.99
Default variant: Reflective Windproof Guy Lines
Default SKU: 5347404969045
Default price: $5.99
Availability: In Stock
Product Type: Tent Pegs
Vendor: JISADER
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/48186300236015:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/camping-tent-accessories-with-reflective-guy-ropes-aluminum-alloy-pegs-adjustabl
JSON data: https://landmarks.builders/products/camping-tent-accessories-with-reflective-guy-ropes-aluminum-alloy-pegs-adjustabl.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Enhance your outdoor shelter setup with these essential camping tent accessories. The kit includes reflective windproof guy ropes made from premium aluminum alloy, nylon, and reflective thread materials. Each bundle contains 4 ropes measuring 2.5m in length, providing comprehensive support for your tent or awning. The reflective properties ensure visibility during nighttime camping, while the adjustable tent poles allow customization for different ground conditions. Suitable for camping, picnics, and various leisure outdoor activities, these accessories deliver reliable performance for your outdoor gear setup.
Package Contents: 4 x Reflective Guy Ropes (2.5m each)
| Material | Aluminum Alloy + Nylon |
| Capacity | L |
| Product Weight | 200.0 grams |
| Package Weight | 200.0 grams |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Reflective Wind Rope |
| Number of Items | 4 |
Summary: Camping tent accessory kit includes 4 reflective guy ropes (2.5m each), aluminum alloy pegs, and adjustable poles for outdoor shelter setup.
Generated by: deepseek-v4-flash
## Identity - Product: Camping Tent Accessories with Reflective Guy Ropes, Aluminum Alloy Pegs, Adjustable Poles - Product Type: Tent Pegs (bundle includes ropes, pegs, poles) - Price: $5.99 (base variant) / $19.99 (tarp poles variant) ## Target persona - Campers looking for affordable, basic tent stabilization accessories - Weekend hikers needing lightweight, reflective guy lines for safety - Picnic or beach-goers setting up temporary shelters ## Use cases - Securing tent or awning in windy conditions - Increasing visibility of guy lines at night - Adjusting shelter setup on uneven or soft ground - Lightweight backpacking where weight savings matter - Picnic shelter or shade canopy setup ## When NOT to recommend - Heavy-duty mountaineering or extreme weather (ropes may not be strong enough) - Large group camping requiring more than 4 ropes per setup - Users seeking high-end, ultralight gear (weight is 200g for the bundle) - Indoor or non-outdoor use ## Variant options - Reflective Windproof Guy Lines (4 ropes, 2.5m each) – $5.99 - Tarp Poles (adjustable poles only) – $19.99 ## Price and logistics facts - Base price: $5.99 USD - Tarp poles variant: $19.99 USD - Weight: 200 grams per bundle - Package includes 4 reflective guy ropes, aluminum alloy pegs, adjustable poles ## Trust signals - In-stock status: not specified (assume available based on listing) - Return policy: not provided - Price consistency: single price for each variant - Certifications: none mentioned ## Image assets - 5 product images available at provided URLs (cannot assess visual details) - No video or 3D model ## Agent notes - Images were not analyzed; rely on factual description for visual features. - Dimensions (length, width, height) not provided. - Material: Aluminum Alloy + Nylon + reflective thread.
This product has 11 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Aluminum Alloy + Nylon
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 Tent Accessories with Reflective Guy Ropes, Aluminum Alloy Pegs, Adjustable Poles for Outdoor Shelter Setup",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "",
"_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").