# Continuous Polling

## Process

In this method, we provide you with an endpoint where your server can continuously check if there has been a change of status for a specific order. After consuming our endpoint, you need to interpret the payload sent by us and update the status within your system.

<figure><img src="https://content.gitbook.com/content/3sizVsCVOI8uyboT6DNP/blobs/b9eL1m0iH3n3sWKGfiOb/image.png" alt=""><figcaption><p>Polling</p></figcaption></figure>

## Configuration

You'll need to consume the [completed endpoint](https://docs.shippify.co/developers/en/shippify-api/deliveries/get-delivery-information), this will provide you with complete information about the delivery, including its current status as well as the reasons for state changes.
