Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
If purchasing as a gift, this item may arrive in the original manufacturer packaging, revealing the contents.
STYLE IT WITH
about this product
SKU: 123081429
ITEM: MSC-4510
Let your kids' imagination run wild while playing on the Sportspower Arcadia Metal Swing Set. Not only does it come with 2 swings, but it also has a 5-foot slide, a metal trapeze bar and a flying glider to supply hours of fun. The swings are height-adjustable and have vinyl-covered chains for safe play. The set's durable steel construction is built to last.
Features and Benefits
Includes 2 swings, a flying glider, a trapeze bar and a 5-foot slide
Carabineer system allows you to easily adjust the height of the swings
Swing chains are covered in vinyl to reduce pinching
Meets or exceeds ASTM safety standards
2-inch steel tubes add strength to the frame
2-person flying glider with footrests
Accommodates up to 600 pounds or 6 children
Specifications
Inflatable: No
Manufacturer warranty - parts: 1 year
Maximum weight capacity (lb.): 600
Product Type: Swing Sets & Swings
Product weight (lb.):
Product width (ft.): 8.33
Assembly Required: Yes
Maximum number of children: 6
Activity: Kids Play,Outdoor Games
Manufacturer warranty - general: 1 year
Product length (ft.): 11.17
What's in the Box
Sportspower Arcadia Metal Swing Set
Owner's manual
User Manual
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();