Skip to main content

nShift Delivery Help Center

/shipment-waybills

Shipment-waybills is how you print waybills for bulk shipments, where available.

Vigtigt

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.

Bemærk

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 /shipment-waybills

Fetch a list with information about created waybills.

Fetch a waybill

GET/shipment-waybills/{waybillId}

Fetches a waybill that was previously created.

Print a waybill

POST /shipment-waybills/{waybillId}/shipments

Prints a waybill according to the provided print configuration

Vink

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.