HTTP Status Codes
HTTP STATUS CODES
Code | Definition | Recommended Action |
---|---|---|
200 Ok | The operation completed successfully and yielded results. | Smile. |
400 Bad Request | The input parameters are not valid. | Check the error message returned in the body, and check the request syntax for any reported problems. |
404 Not Found | A requested resource was not found. | The dataSourceId or itemId provided in the request URL does not exist. |
500 Internal Server Error | An unhandled exception has occurred. | Retry the request and if this issue persists, report the issue to Social Commerce. |
503 Service Unavailable | API is temporarily unavailable. | Retry the request and if this issue persists, report the issue to Social Commerce. |
Updated about 1 year ago