Sportspower Saucer Swing 40 in Round Trampoline Attachment
Now priced $84.97$84.97
Regularly priced $99.99$99.99SAVE $15.02 (15%)
$80.72$80.72 with Academy Credit Card
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: 127222381
ITEM: MSC-5478
Don't just jump on your trampoline -- swing on it with the Sportspower Saucer Swing 40-inch Round Trampoline Attachment. Designed to fit 10- and 12-foot Agame trampolines, this swing attaches to your trampoline frame for a whole new way to play. The 40-inch saucer supports up to 220 pounds, and uses a galvanized steel frame to ensure durability. Heavy-duty ropes are fully adjustable for a customized experience, and the reinforced fabric is UV resistant to withstand the elements for season after season of swinging, bouncing fun.
Features and Benefits
Saucer swing attaches to Agame 10-foot and 12-foot trampolines
40-inch swing holds up to 220 pounds
Powder-coated steel frame offers durability
UV-resistant fabric with reinforced stitching withstands the elements for lasting use
Heavy-duty ropes are adjustable for multiple height options
Specifications
Inflatable: No
Maximum weight capacity (lb.): 220.0
Batteries Required: No
Product Type: Trampoline Accessory
Activity: Backyard
Compatibility: Agame 10-foot and 12-foot trampolines
Frame size: 40 in
What's in the Box
Sportspower Saucer Swing 40 in Round Trampoline Attachment
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();