/shipment-waybills
Shipment-waybills is how you print waybills for bulk shipments, where available.
Important
Each waybill generates a master shipment. The service used for the master shipment depends on waybill type, and in some cases several different services can be used for the master shipment.
If only one service is available for the master shipment the service is locked and doesn't have to be provided in the request.
Note
The REST API endpoints are only accessible via HTTPS and are located at api.unifaun.com.
https://api.unifaun.com/rs-extapi/v1 |
Before getting started you need to know your developer ID and create an API key.
Fetch a list of waybills
GET |
Fetch a list with information about created waybills.
Fetch a waybill
GET |
Fetches a waybill that was previously created.
Print a waybill
POST |
Prints a waybill according to the provided print configuration
Tip
For schema and testing, please refer to https://api.unifaun.com/rs-docs/.
For description of properties, please refer to the Property reference guide.
For information about some crucial objects, please refer to REST API Objects.