Retrieve Return Information
Learn how to retrieve return information.
Learn how to retrieve return information.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- Location ID and SKU ID details from the seller.
- Approval for the Direct-to-Consumer Shipping (Restricted) role in your developer profile.
- The Direct-to-Consumer Shipping (Restricted) role selected in the App registration page for your application.
Step 1. Retrieve a list of return items
Call the listReturns
operation to retrieve a list of return items. You can filter the list by return location, status, or time.
Step 2. Retrieve a single return item
Call the getReturn
operation with the returnId
of the return item.
Updated about 2 hours ago