import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const coupon = await client.v1.coupons.retrieve('x');console.log(coupon.data);
import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const coupon = await client.v1.coupons.retrieve('x');console.log(coupon.data);