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

listOffers

Returns the details of a selling partner's replenishment program offers.

Usage Plan:

Rate (requests per second)Burst
11

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.

Body Params

The request body for the listOffers operation.

pagination
object
required

Use these parameters to paginate through the response.

filters
object
required

Use these parameters to filter results. Any result must match all of the provided parameters. For any parameter that is an array, the result must match at least one element in the provided array.

sort
object

Use these parameters to sort the response.

Responses

Response body
object
offers
array of objects

A list of offers.

offers
object
string

The SKU. This property is only supported for sellers and not for vendors.

string

The Amazon Standard Identification Number (ASIN).

string

The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to Marketplace IDs to find the identifier for the marketplace.

string

The current eligibility status of an offer.

ELIGIBLE INELIGIBLE SUSPENDED REPLENISHMENT_ONLY_ORDERING

Show Details
ELIGIBLEThe offer is able to fulfill current subscriptions and add new subscriptions.
INELIGIBLEThe offer will not be able to add new subscriptions and existing subscriptions will be cancelled.
SUSPENDEDThe offer will not be able to add new subscriptions but existing subscriptions will be fulfilled.
REPLENISHMENT_ONLY_ORDERINGThe offer will not be able to add new subscriptions but existing subscriptions will be fulfilled. This eligibility status also blocks one-time purchases to preserve inventory for existing subscriptions.
offerProgramConfiguration
object

The offer program configuration contains a set of program properties for an offer.

string

The replenishment program type.

SUBSCRIBE_AND_SAVE

Show Details
SUBSCRIBE_AND_SAVESubscribe And Save Program.
vendorCodes
array of strings

A list of vendor codes associated with the offer.

vendorCodes
pagination
object

Use these parameters to paginate through the response.

int64
≥ 0

Total number of results matching the given filter criteria.

Headers
object
string

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

string

Unique request reference identifier.

Language