REST API Errors

About

The document provides details regarding REST API errors.

Please note that this document was created November 20, 2020, and this document does not list all possible errors.

IF you encounter an error that is not documented here, and feel that it should be listed here, please email UltraCart Support (support@ultracart.com) the details of the error message you encountered and we will work to document the error with more details.


Errors

ERROR: UC-REST-ERROR: rate of 10000 per 86400 second(s) exceeded.

UC-REST-ERROR: rate of 10000 per 86400 second(s) exceeded.
UC-REST-ERROR-MERCHANT-ID: *****
{ "error": { "developer_message": "rate of 10000 per 86400 second(s) exceeded.",
"user_message": "rate of 10000 per 86400 second(s) exceeded." }, "metadata": {} }

This message indicates that too many API calls are being made with a 24 hour period.
Please reduce the number of API calls to adhere to the specified rate limit.

If you are running into the rate limit, contact UltraCart Support, we can assist you in updating your API calls for efficiency.

PLEASE PROVIDE AT LEAST 24 HOURS FOR FOLLOW UP.

**This page is under construction.**