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

deliveryOffers

Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify.

Usage Plan:

Rate (requests per second)Burst
530

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 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.

Body Params

GetDeliveryOffersRequest parameter

product
object
required

The product details for the delivery offer.

terms
object
required

The delivery terms for the delivery offer.

Responses

Response body
object
payload
object

A list of delivery offers, including offer expiration, earliest and latest date and time range, and the delivery offer policy.

deliveryOffers
array of objects

An array of delivery offer information.

deliveryOffers
object
date-time

Date timestamp

dateRange
object

The time range within which something (for example, a delivery) will occur.

policy
object

The policy for a delivery offering.

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