Resource errors

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

Resource errors are generated anytime an operation on a resource fails to let you inspect the related errors by looking at the code and message attributes. To do that, just fetch the resource and include resource_errors as an association (you must use an integration application).

At the moment resource errors are available for orders only (in the future the feature will be extended to other resources). Once the order is approved the associated errors list is emptied and the errors count reset to zero.

Orders

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

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