API documentation
Method list
Test your request
Changelog


getInventoryTransferItems
The method allows you to retrieve items from a specific inventory transfer. Supports pagination for transfers with a large number of items.


Input parameters
transfer_idintTransfer identifier
pageint(optional) Results page number (100 items per page, numbered from 1)



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
itemsarrayList of transfer items
| - item_idintItem identifier
| - transfer_idintTransfer identifier
| - positionintLine item number
| - product_idintProduct identifier
| - product_namevarchar(255)Product name
| - product_eanvarchar(32)Product EAN
| - product_skuvarchar(50)Product SKU
| - inventory_idintInventory (catalog) identifier
| - quantityintQuantity of this line item
| - expiry_datevarchar(10)Expiry date in YYYY-MM-DD format
| - batchvarchar(128)Batch number
| - serial_novarchar(128)Serial number
| - completed_quantityintQuantity actually transferred (filled during WMS execution)
| - is_completedboolWhether the item has been verified/completed during WMS execution
| - location_namevarchar(20)Source storage location name
| - target_location_namevarchar(20)Target storage location name



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