API documentation
Method list
Test your request
Changelog


getInventoryFulfillmentDeliveryLabels
The method allows you to download labels of a selected type for a specific fulfillment delivery.


Input parameters
delivery_idintFulfillment delivery identifier
typevarchar(10)Type of labels to download



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
labelsarrayArray of fulfillment delivery labels
| - typevarchar(10)Label type: delivery, box, or item
| - positionintPosition of the label object in the delivery
| - box_positionintBox position for box and item labels, 0 for delivery labels
| - extensionvarchar(10)Label file extension
| - labeltextLabel encoded with base64 algorithm



Sample
Input data:
Output data:
A sample request in PHP: