Skip to main content

HTTP response status codes

Multicart Solution Inc.Api usagepaginationLess than 1 minute

REST API response status and error codes

When Multicart receives a request to an API endpoint, a number of different HTTP status codes can be returned in the response depending on the original request.

CodeDescription
200 OKThe request was successfully processed by Multicartshop
201 CreatedThe request has been fulfilled and a new resource has been created
400 Bad RequestThe request was not completed. Wrong format data was sent
403 ForbiddenThe request was not completed. Access to the resource is denied
404 Not FoundThe request was not completed. Resource not found
409 ConflictThe request was not completed. A resource with this unique ID already exists
429 Too Many RequestsThe request was not completed. Resource limit reached
500 Internal Server ErrorThe request was not completed. Internal server error
502 Bad GatewayThe request was not completed. Unsupported platform gate