Get Seller Initiated Refunds
Get all seller-initiated refunds from FeedAMP, filtered by search criteria
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 to ref refund information for
refund_status
Comma-delimited list of refunds statuses <ul>
CREATED refunds that are ready to be processed
PAUSED refunds that have unresolved errors
COMPLETE refunds that have been marked as complete by the marketplace
</ul>
Allowed values:
created_after
Include refunds created on or after this date (format ISO 8601 default time zone is America/New_York)
created_before
Include refunds created on or before this date (format ISO 8601 default time zone is America/New_York)
page_size
The number of orders per page to return
cursor
Cursor for the next page of orders
Response
Order Refunds
refunds
next_cursor
The cursor to get the next page of orders
Errors
400
Bad Request Error
401
Unauthorized Error