createInvoicesExportpost https://sellingpartnerapi-na.amazon.com/tax/invoices/2024-06-19/exportsCreates an invoice export request.Body ParamsInformation required to create the export request.The information required to create the export request.dateEnddateThe latest invoice creation date for invoices that you want to include in the response. Dates are in ISO 8601 date-time format. The default is the time of the request.dateStartdateThe earliest invoice creation date for invoices that you want to include in the response. Dates are in ISO 8601 date-time format. The default is 24 hours prior to the time of the request.externalInvoiceIdstringThe external ID of the invoices you want included in the response.fileFormatstringenumSupported invoice file extensions.Show DetailsXMLThe invoice file is in XML format.PDFThe invoice file is in PDF format.XMLXMLAllowed:XMLinvoiceTypestringThe marketplace-specific classification of the invoice type. Use the getInvoicesAttributes operation to check invoiceType options.marketplaceIdstringrequiredThe ID of the marketplace from which you want the invoices.seriesstringThe series number of the invoices you want included in the response.statusesarray of stringslength ≥ 1A list of statuses that you can use to filter invoices. Use the getInvoicesAttributes operation to check invoice status options. Min count: 1statuses stringADD stringtransactionIdentifierobjectThe identifier for a transaction.transactionIdentifier objecttransactionTypestringThe marketplace-specific classification of the transaction type for which the invoice was created. Use the getInvoicesAttributes operation to check transactionType optionsResponses 202Success. 400Request has missing or invalid parameters and cannot be parsed. 401A list of error responses returned when a request is unsuccessful. 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 14 days ago Did this page help you?YesNo