Managing returns
Learn how to manage returns for a specified order.
Last updated
Was this helpful?
Learn how to manage returns for a specified order.
Last updated
Was this helpful?
Use the request to retrieve all returns for a specified order where 999999999 is the orderId
.
Requirement: Create an OAuth token before invoking the Returns API.
See the for more information.
Use POST /v1/shoppers/me/orders/{orderId}/returns
request to request a return for a specified order (orderId
).
formattedReturnLITotal
The value for formattedReturnLITotal
in the response body is based on the locale and currency. For example, if the locale is en_US
the currency is USD
.
See and formattedReturnedLITotal for more information.