Skip to content

Additional Integration Requirements

Adherence to Guidelines

  • Ensure that you follow the above guidelines correctly
  • Any abuse or malpractice observed will result in the seller partner being blacklisted.

Rate Limits

  • API Rate Limits: Understand and respect the API rate limits for status check.

Error Handling

Error Codes: Familiarize yourself with our API error codes for proper error handling and troubleshooting.

HTTP Status Codes and Error Descriptions

HTTP Status Code Error Code Description
200 SUCCESS Successfully executed the request
204 ACCEPTED Successfully executed the request
400 ACTION_NOT_ALLOWED Action not allowed
400 INVALID_ITEM_UNITS Invalid number of item units
404 ORDER_NOT_FOUND Order not found
500 INTERNAL_SERVER_ERROR Internal Server Error

Sample Error Response:

{
  "requestContext": {
    "requestId": "OMS2402220921362644329327",
    "transactionId": "OD2401121901140533863584"
  },
  "error": {
    "errorCode": "ORDER_NOT_FOUND",
    "message": "Order id OD2401121901140533863584 not found"
  }
}