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

Language