Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StiggManagementAPI

Implemented by

Index

Methods

  • archiveCustomer(customerId: string): Promise<string>
  • getCoupons(): Promise<Coupon[]>
  • grantPromotionalEntitlements(input: GrantPromotionalEntitlementsInput): Promise<PromotionalEntitlementFragment[]>
  • Parameters

    • input: GrantPromotionalEntitlementsInput

    Returns Promise<PromotionalEntitlementFragment[]>

  • revokePromotionalEntitlements(input: RevokePromotionalEntitlementInput): Promise<{ id: string }>
  • Parameters

    • input: RevokePromotionalEntitlementInput

    Returns Promise<{ id: string }>

  • unarchiveCustomer(customerId: string): Promise<SlimCustomer>

Generated using TypeDoc