Resource errors

The resource error object and the allowed CRUD operations on the related resource endpoint

At the moment resource errors are available for orders, returns, and resources involving transactions in general (in the future the feature will be extended to other resources).

Orders

Most of the errors generated by the management of your orders are included in the associated resource errors array. Among them:

For each order, the latest 10 errors are stored. Once the order is approved, the associated errors list is emptied and the errors count is reset to zero.

This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of resource errors or a specific single one.

Last updated