Report Errors

This endpoint allows the marketplace to report any errors that occur while processing a fulfillment/cancellation for an order line

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

Request

This endpoint expects a list of objects.
codeenumRequired
Code to uniquely identify the type of error
messagestringRequired
The error message for the error code
mp_line_numberstringOptional<=128 characters
Order line number that has an error
debuglist of maps from strings to anyOptional

Response

Error reported

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error