eSync Activity Log - List of Common HTTP Status Codes

Below are some common status codes you’ll see in the Activity Logs.

This group of 200 codes are Good, so no errors.

200 (OK)
201 (Created)
202 (Accepted)
204 (No Content)

*if you’re updating inventory only and SKU does not exist in the shopping cart, then you could get a 204 message ‘No Content’

400 messages are a result of the data being rejected, bad request or out of API calls.

400 (Bad Request)
401 (Unauthorized )
402 (Payment Required)
403 (Forbidden)
404 (Not Found)
405 (Method Not Allowed)
406 (Not Acceptable)
409 (Resource already Exists)
422 (Unprocessable Entity)
429 (Too Many Requests)
445 (Message Integrity Error)

Trouble Shooting 401 (unauthorized) messages may be a result of your Token expiring. If you try again, your token will refresh.
403 (Forbidden) if you see this message your permissions are not set correctly. You may need to reconnect your domain again and make sure you give full permissions for your Token. 409 Messages can be ignored. A 409 missage is simply stating the resource already exists and thus you can not create it again. 429 (Too Many Requests) contact support for suggestions, on how to proceed.

Server responses

500 (Internal Server Error)
501 (Not Implemented - server error response code indicates that the request method is not supported by the server and cannot be handled. )
502 (Bad Gateway - Try again)
524 Server Timeout - Indicates that the connection to the server has been closed due to a timeout.

A full list of status codes can also be found by following the link.

Click here to see - How to interpret your activity logs.

If you’re unable to find what you’re looking for feel free to post a ticket in our Help Desk.

Was this article helpful? Votes: 0
Status Code | Activity Log | error logs | error code | status code |