Skip to content

Get Order Label

API Reference

EnvironmentMethodEndpoint
SandboxGEThttps://api-develop.unimall.ai/supplier/orders/{orderNumber}/label
ProductionGEThttps://api-prod.unimall.ai/supplier/orders/{orderNumber}/label

Description

This method allows you to get the cargo label for the packed orders.
You need to send the unimallOrderNumber in header to get the label.
It returns the label in a file in png format.

Sample Curl Request

curl -X 'GET' \
'https://api-develop.unimall.ai/supplier/orders/DEV-UNI08140010/label' \
-H 'accept: */*' \
-H 'X-API-Key: *****'