Create shipping label from order id. The order id is received from the order/create-shop-order endpoint
curl -i -X POST \
'https://sandbox.bikeflights.com/api/Labels/create-shop-label/{orderId}' \
-H 'Authorization: YOUR_API_KEY_HERE'
No response example
curl -i -X GET \
'https://sandbox.bikeflights.com/api/Labels/shop-label/{trackingNumber}/{labelType}' \
-H 'Authorization: YOUR_API_KEY_HERE'