Get Available Statuses
Obtain the List of Available Shipping Statuses
This request is useful to get all available shipping statuses so you can map them to your internal shipping statuses.
Click the PLAY button at the top right of this section to view real-time GET Requst examples. You can also click 'Show API Request' to view each post and see the server's response.
Response example:
{
"code": "delivered", Code/ID of the status
"title": "Delivered", Title of the status in requested language
"description": "The parcel is delivered to it destination", Description of the status in requested language
}
This data is rarely updated, so we suggest storing these values on your end instead of fetching them from our server each time.
You can also request this list in your preferred language, which means the status title will appear in the language you choose. To do this, set the language in the request header under x-api-lang-iso. The languages available values are: en, ru, lv.