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

getPurchaseOrder

Returns a purchase order based on the purchaseOrderNumber value that you specify.

Usage Plan:

Rate (requests per second)Burst
1010

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 purchase order identifier for the order that you want. Formatting Notes: 8-character alpha-numeric code.

Responses

Response body
object
payload
object

Represents an order placed by Amazon, including the purchase order number, current state, and order details.

string
required

The purchase order number for this order. Formatting Notes: 8-character alpha-numeric code.

string
required

This field will contain the current state of the purchase order.

New Acknowledged Closed

Show Details
NewThe purchase order is newly created and needs to be acknowledged by vendor.
AcknowledgedThe purchase order has been acknowledged by vendor.
ClosedThe purchase order is closed and no further action is required from the vendor. PO can be in closed state for many reasons such as order is rejected by vendor, order is cancelled by Amazon or order is fully received by Amazon.
orderDetails
object

Details of an order.

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