Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    InvoicesApi - object-oriented interface

    Hierarchy (View Summary)

    Index
    • Parameters

      • Optionalconfiguration: Configuration
      • basePath: string = BASE_PATH
      • axios: AxiosInstance = globalAxios

      Returns InvoicesApi

    axios: AxiosInstance = globalAxios
    basePath: string = BASE_PATH
    configuration: Configuration | undefined
    • Returns invoice data for the specified invoice. This operation returns only a subset of the invoices data; refer to the response definition to get all the possible attributes. To get the full invoice, use the createInvoicesExport operation to start an export request.

      Parameters

      Returns Promise<AxiosResponse<GetInvoiceResponse, any, {}, any>>