8 API Reference‎ > ‎Error Codes‎ > ‎

resource.not.found

HTTP Code
404

Error Messages
Account not found
Promotion not found
Offer not found
Order not found
Reservation not found
Shipment not found
Voucher not found
Offer is unavailable

Possible Cause and Solution
Resource with ID specified in your request URL was not found
or
Resource with ID specified in your request data was not found
or
Resource with ID specified in your request is not available now.

Check if resource ID is correct. You may use GET /resources_name request to get list of existing and available resources
Comments