getOffersByOfferIds

Retrieves offers and their respective details based on the list of offer identifiers present in the request. For example, this operation can be used to load a user's cart with the details of selected offers or check the quantity of selected products before placing an order.

Usage Plan:

Rate (requests per second)Burst
.510

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. The preceding table indicates the default rate and burst values for this operation. For questions about your usage plan, reach out to your Amazon Business technical contact.

📘

To test this API, use any of the following sample request bodies. You can populate the input fields below with values from these samples:

Example #1 - Click to expand
    {
    "offersByOfferIdsRequest": [
        {
            "offerId": "asid-GFH8824XQJpAbpQ"
        }
    ],
    "locale": "en_US",
    "productRegion": "US"
}
Example #2 - Click to expand
{
  "offersByOfferIdsRequest": [
    {
      "offerId": "asid-2q6HC7dfgom1g49"
    },
    {
      "offerId": "asid-GFH8824XQJpAbpQ"
    },
    {
      "offerId": "asid-hD0uGrjek4phqer"
    }
  ],
  "locale": "en_US",
  "productRegion": "US"
}
Language
Click Try It! to start a request and see the response here!