Sellers API endpoints

Hierarchy

  • SellersAPI

Constructors

Properties

client: AxiosInstance

Methods

  • Returns a list of API Keys for the seller resolved from the gateway auth header.

    Parameters

    • props: {
          isSandbox?: boolean;
      }
      • Optional isSandbox?: boolean

    Returns Promise<AxiosResponse<SE.SellerApiKeyMasked[], any>>

Generated using TypeDoc