Interface StiggManagementAPI Methods archive Customer archive Customer( customerId: string ) : Promise < string > Parameters Returns Promise < string > cancel Subscription Scheduled Updates Parameters Returns Promise < { subscriptionId: string } > estimate Subscription Update get Coupons get Coupons( ) : Promise < Coupon [] > grant Promotional Entitlements grant Promotional Entitlements( input: GrantPromotionalEntitlementsInput ) : Promise < PromotionalEntitlementFragment [] > Parameters input: GrantPromotionalEntitlementsInput Returns Promise < PromotionalEntitlementFragment [] > import Customer Bulk Parameters Returns Promise < void > import Subscription Bulk Parameters Returns Promise < void > revoke Promotional Entitlements revoke Promotional Entitlements( input: RevokePromotionalEntitlementInput ) : Promise < { id: string } > Parameters input: RevokePromotionalEntitlementInput Returns Promise < { id: string } > 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.