The Get Order Status API allows a partner to retrieve the real-time status of the order. The status of an order, which includes a delivery event for Skipcart, changes real-time as deliveries progress through various stages. Get Order Status is a required API for Skipcart integration.

The Skipcart Order ID returned in the Create Order response should be passed in the Get Order Status endpoint. Get Order Status will return complete order details including driver information and the applicable status of an individual order. It will also return the details of the "last_event" or trigger that occurred in Skipcart systems. Depending on the scenario, the last_event will contain the relevant data for a particular event.

❗️

Append the Skipcart Order ID ("id" in Create Order response) to the Get Order Status API URL

Headers
string

The UserToken is retrieved every 24 hours and is a security mechanism which must be used to interface with various Skipcart APIs

string

The AppToken is the unique partner identifier and must be included in every Skipcart API request

string
Defaults to application/json
Response

Language
Request
Choose an example:
application/json