Discussions

Ask a Question
Back to All

How can I get status of the order based on suborderid or package reference number without using status?

Using this API, /orders/completed/{packageReferenceCode}, I am able to fetch status if it is in completed.
Using this API, /orders/new/{packageReferenceCode}, I am able to fetch status if order is new.
Using this API, /orders/completed/{packageReferenceCode}, I am able to fetch status if it is in completed.
Using this API,/suborders/cancelled/{suborderCode}, I am able to fetch status based on suborderid if order is cancelled.

If the order is in Handover state or Packed, one will unable to get the details about that order.
So is there any API to get all the details about suborderid or package_reference_number without specifying status (i.e. new, completed or cancelled)?