Get all of a selling partner's replenishment offers filtered by specific criteria
Learn how to use the Replenishment API to return a selling partner's replenishment (currently Subscribe & Save) offers based on filtering criteria.
Learn how to use the Replenishment API to return a selling partner's replenishment (currently Subscribe & Save) offers based on filtering criteria.
Prerequisites
To successfully complete this tutorial, you must have:
- Authorization from the selling partner for whom you are making calls. Refer to the Authorizing Selling Partner API applications for more information.
- The Brand Analytics role assigned to your developer profile.
- The Brand Analytics role selected in the app registration page for your application.
- The marketplace identifier for the marketplace for which to return data. Refer to Marketplace IDs to find the identifier for a marketplace. Refer to the Replenishment API v2022-11-07 reference for details about supported marketplaces.
Step 1. Get all of a selling partner's enabled offers
Enabled offers are those which are eligible for new subscriptions. To return enabled offers, call the listOffers
operation.
Step 2. Get all of a selling partner's offers under the given ASINs
To return all of the offers under the given ASINs, call the listOffers
operation.
Step 3. Get all of a selling partner's offers which have the given seller funded discount
To return all of the offers which have the given seller funded discount, call the listOffers
operation.
Step 4. Get all of a selling partner's offers which have the given auto enrollment preferences (applicable only for sellers)
To return all offers which have the requested auto enrollment preference, call the listOffers
operation.
Updated about 21 hours ago