Fetch information about printed shipments.
To fetch batches of printed shipments this entry point uses a query parameter fetchId to track which shipments have been returned by previous calls. A client using this entry point should save the fetchId returned by a previous call and use that as parameter value for the next call. If no fetchId is available from a previous call the value -1 can used to make a call that will return the fetchId to use in a subsequent call.
No more than 100 shipments are returned as a result of a single call. If more than 100 shipments are available the done value in the result will be false and you should make another call to fetch the remaining shipments. Repeated calls when done is false are not subject to the rate limits (see below) of this entry point.
There is a rate limit on this entry point and if calls are made too fast the minDelay value in the result will return how long you have to wait (in milliseconds) before calling again. To avoid an uneven call rate because of the rate limit try to keep the call rate to less than one call per five minutes.
Read more: https://help.unifaun.com/uo-se/en/integrations/apiconnect/shipments.html
This service requires a license for the TrackBack function that can be ordered separately. To view functions available to you, go to Help -> Session menu in your account and look in the License keys section. This function is represented by REST API TrackBack license key.