Get returns
Get all returns from FeedAMP, filtered by the provided query params
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
mp_order_numbers
Comma-delimited list of marketplace order numbers
mp_return_numbers
Comma-delimited list of marketplace return numbers
state
Filter by return processing state <ul>
AUTHORIZED - Return has been authorized
REFUNDED - The merchant has released the funds for the return
</ul>
Allowed values:
has_errors
Include returns either with or without errors. If not set, returns will be returned regardless of the presence/absence of errors
page_size
The number of returns per page to return
cursor
Cursor for the next page of orders
Response
Order Returns
returns
next_cursor
The cursor to get the next page of orders
Errors
400
Bad Request Error
401
Unauthorized Error