Brand: World Products (Landmark)
SKU: 5961354011846
Price: $11.99
Availability: In Stock
Product Type: Shovels
Vendor: JISADER
Weight: 400 g
Cart URL (default variant): https://landmarks.builders/cart/48187807596783:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/folding-camping-spade-tool-manganese-steel-thickened-outdoor-digging-tool-portab
JSON data: https://landmarks.builders/products/folding-camping-spade-tool-manganese-steel-thickened-outdoor-digging-tool-portab.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This folding outdoor spade tool is engineered for those who demand reliable equipment during camping, hiking, and mountaineering expeditions. Constructed from manganese steel with a thickened design, it offers exceptional strength for digging, carving, and various outdoor tasks. The foldable mechanism allows for compact storage and portability, fitting easily into backpacks without adding excessive weight. Whether you're setting up camp, clearing trails, or handling emergency situations in the wilderness, this versatile tool combines functionality with convenience. The sturdy construction ensures long-term reliability across multiple outdoor adventures, making it an essential addition to your camping and hiking equipment.
Package Contents: 1 x Folding Spade Tool
| Material | Alloy Steel |
| Capacity | L |
| Product Weight | 0.38 kilograms |
| Package Weight | 0.35 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | 408D |
| Number of Items | 1 |
Summary: Manganese steel folding camping spade, portable digging tool for outdoor use, weighs 0.38 kg, priced at $11.99 USD.
Generated by: deepseek-v4-flash
## Identity Folding Camping Spade Tool, Manganese Steel Thickened Outdoor Digging Tool, Portable Mountaineering Equipment Set. ## Target persona Budget-conscious outdoor enthusiasts, backpackers needing lightweight gear, campers for site preparation, mountaineers requiring compact emergency tools. ## Use cases - Digging a fire pit or trench at a campsite. - Clearing debris or roots on hiking trails. - Emergency snow digging or ice scraping. - Planting or gardening during car camping. - Digging for survival shelter building. ## When NOT to recommend - Heavy-duty construction or demolition work. - Professional landscaping or farming where durability is critical. - Users who need a full-size shovel for large tasks. - Those seeking a multi-tool with saw, knife, etc. ## Variant options - Style: Outdoor, Portable – $11.99 USD (SKU: 5961354011846) ## Price and logistics facts Price: $11.99 USD. Weight: 0.38 kg. Package weight: 0.35 kg. Dimensions not provided. ## Trust signals Single fixed price. No stock status or return policy information available. Material: manganese steel (alloy steel). Dishwasher safe: No. Microwaveable: No. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/07d7fa808c7b4160a9b76bc0a4fd4c7b.png?v=1774142504 ## Agent notes Image understanding not performed. No dimensions provided; assume compact folded size typical for camping spades.
This product has 1 imagein catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Alloy Steel
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": "Folding Camping Spade Tool, Manganese Steel Thickened Outdoor Digging Tool, Portable Mountaineering Equipment Set",
"quantity": 1,
"grams": 400000,
"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").