Free Shipping USA , United Diamond , 37 W, # 64C, 47 Street, NY, NY 1003 ,201 988 5430

Discount Code

const checkoutId = 'Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0SW1hZ2UvMTgyMTc3ODc1OTI='; // ID of an existing checkout const discountCode = 'best-discount-ever'; // Add a discount code to the checkout client.checkout.addDiscount(checkoutId, discountCode).then(checkout => { // Do something with the updated checkout console.log(checkout); });