getInvoicesExportsget https://sellingpartnerapi-na.amazon.com/tax/invoices/2024-06-19/exportsReturns invoice exports details for exports that match the filters that you specify.Query ParamsmarketplaceIdstringrequiredThe returned exports match the specified marketplace.dateStartdate-timeThe earliest export creation date and time for exports that you want to include in the response. Values are in ISO 8601 date-time format. The default is 30 days ago.nextTokenstringThe response includes nextToken when the number of results exceeds the specified pageSize value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.pageSizeintegerThe maximum number of invoices to return in a single call. Minimum: 1 Maximum: 100dateEnddate-timeThe latest export creation date and time for exports that you want to include in the response. Values are in ISO 8601 date-time format. The default value is the time of the request.statusstringenumReturn exports matching the status specified. REQUESTEDPROCESSINGDONEERRORAllowed:REQUESTEDPROCESSINGDONEERRORResponses 200Success. 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