getInvoiceget https://sellingpartnerapi-na.amazon.com/finances/invoices/2026-06-25/invoices/{invoiceIdentifier}Returns invoice details, including header and line items, for the specified invoice.Path ParamsinvoiceIdentifierstringrequiredThe unique identifier for an invoice. This field is also returned as part of the InvoiceHeader element in the response. For AP-Inventory invoices the identifier is formatted as InvoiceNumber~PayeeCode.Query ParamsmarketplaceIdstringrequiredThe marketplace ID of the marketplace of the invoice. The marketplace ID is a globally unique identifier used to specify an Amazon marketplace. For more information, refer to Marketplace IDs.nextTokenForLineItemsstringThe response includes nextTokenForLineItems when the number of line items exceeds the default page size (600). To get the next page of line items, call the operation with this token, including the same request parameters as the call that generated the token.Responses 200Success. 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated about 5 hours ago Did this page help you?YesNo