Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 135176548
ITEM: MSC-5552
Safely stabilize your swingset with the Sportspower The Swing Company Anchor Kit. This set includes 5 anchors and 5 connectors designed for easy assembly. Simply hook the connectors to the bottom holes of your swingset, insert the anchor and hammer into the ground. The chain-free design avoids tripping kids at play and is compatible with all ground types.
Features and Benefits
Metal anchor kit stabilizes a swing set or trampoline
Chain-free design avoids tripping kids at play
5 anchors and 5 connectors designed for easy assembly
Anchors hook into bottom holes of a swingset
Hammer into firm or soft ground
Specifications
Inflatable: No
Batteries Required: No
Product Type: Outdoor Accessories
Batteries Included: No
Activity: Backyard
What's in the Box
5 anchors
5 anchor connectors
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();