Skip to main content

Response Codes

The HTTP response codes indicate if a request to the server has been successfully processed or not. This chapter lists the most common response codes in the Flipkart system. The API-specific response codes and messages are described in the respective API reference chapters.

Success

The following tables list the most common response codes in the Flipkart system when a request is succesfully processed.

2xx

Response CodeDescription
200Successful call
202Request being processed

Error Handling

There are two types of error codes:

  • Client (4xx): Authentication failure or invalid domain on the client side
  • Server (5xx): Server errors

The following tables list the most common error codes in the Flipkart system.

4xx

Response CodeDescription
400Bad Request
401Unauthorised
403Forbidden
404Not found
422Unprocessable entity
429Too Many Requests

5xx

Response CodeDescription
500Internal server error
503Service unavailable
599Connection timed out