Fulfillment Status API
Fulfillment Status API
Method: POST
Headers:
Content-Type: application/json
API-Key: (api key shared with the partner)
Request
Request Body Param | Data Type | Mandatory | Size |
---|---|---|---|
referenceId | String | Yes | Min = 10, Max = 40 |
Sample Request
{
"referenceId": "N-1234-5678"
}
Sample Response
Success Status Code: 200
{
"status": "SUCCESS"
}
Response Body Param | Data Type | Size |
---|---|---|
status | String | Min = 7, Max = 20 |
Details
- There will be four types of fulfillment status
a. SUCCESS b. FAILURE c. IN PROGRESS d. NOT FOUND
-
If for the given reference id order is not yet created, then it will be considered as IN PROGRESS order.
-
NOT FOUND is a case where a given reference is not found in our database