Report errors encountered when processing a seller-initiated refund

When the market encounters errors when processing a seller initiated-refund, this endpoint allows the marketplace to report error(s) for the refund

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

mp_order_numberstringRequired
The unique Id for an order that is generated by the marketplace
feedamp_refund_idstringRequired
The unique Id for an order line that is generated by the marketplace

Request

This endpoint expects a list of objects.
codeenumRequired
Code to uniquely identify the type of error
messagestringRequired
An error message that which will help seller identify the cause of the error and correct the issue.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error