HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getInvoicesExport

Returns invoice export details (including the exportDocumentId, if available) for the export that you specify.

Usage Plan:

Rate (requests per second)Burst
215

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required

The unique identifier for the export.

Responses

Response body
object
export
object

Detailed information about the export.

string

When the export generation fails, this attribute contains a description of the error.

string

The export identifier.

date-time

The date and time when the export generation finished. Vales are in ISO 8601 date-time format.

date-time

The date and time when the export generation started. Values are in ISO 8601 date-time format.

invoicesDocumentIds
array of strings

The identifier for the export documents. To get the information required to retrieve the export document's contents, pass each ID in the getInvoicesDocument operation.

This list is empty until the status is DONE.

invoicesDocumentIds
string

The current status of the request.

REQUESTED PROCESSING DONE ERROR

Show Details
REQUESTEDThe export request was created, but has not yet started.
PROCESSINGThe export request is being processed.
DONEThe export request has finished successfully. Use the document IDs to download the output documents.
ERRORThe export request resulted in an error. Refer to the `errorMessage` attribute for more information.
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language