Interface StiggManagementAPI Methods archive Customer archive Customer( customerId: string ) : Promise < string > Parameters Returns Promise < string > cancel Subscription Scheduled Updates Parameters Returns Promise < { subscriptionId: string } > delegate Subscription To Customer detach Customer Payment Method detach Customer Payment Method( customerId: string ) : Promise < SlimCustomer > estimate Subscription Update get Active Subscriptions List get Coupons get Coupons( ) : Promise < Coupon [] > grant Promotional Entitlements import Customer Bulk Parameters Returns Promise < void > import Subscription Bulk Parameters Returns Promise < void > revoke Promotional Entitlements Parameters Returns Promise < { id: string } > transfer Subscription To Resource unarchive Customer unarchive Customer( customerId: string ) : Promise < SlimCustomer > Legend Settings Theme OS Light Dark
use provisionCustomer instead to create both customer and subscription in single operation. See provisionCustomer for more info.