Skip to main content

Fulfillment Status API

Fulfillment Status API

Method: POST
Headers:
    Content-Type: application/json
    API-Key: (api key shared with the partner)

Request

Request Body ParamData TypeMandatorySize
referenceIdStringYesMin = 10, Max = 40

Sample Request

{
"referenceId": "N-1234-5678"
}

Sample Response

Success Status Code: 200

{
"status": "SUCCESS"
}
Response Body ParamData TypeSize
statusStringMin = 7, Max = 20

Details

  1. There will be four types of fulfillment status

    a. SUCCESS     b. FAILURE     c. IN PROGRESS     d. NOT FOUND

  1. If for the given reference id order is not yet created, then it will be considered as IN PROGRESS order.

  2. NOT FOUND is a case where a given reference is not found in our database