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

submitInvoice

Submits a shipment invoice document for a given shipment.

Usage Plan:

Rate (requests per second)Burst
1.13325

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

Path Params
string
required

The identifier for the shipment.

Body Params
string
required

Shipment invoice document content.

string

An Amazon marketplace identifier.

string
required

MD5 sum for validating the invoice data. For more information about calculating this value, see Working with Content-MD5 Checksums.

Responses

Response body
object
errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

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

string

Unique request reference identifier.

Language