The stock transfer object

AttributeDescription
idUnique identifier for the object.
stock_transfer_numberA string used to identify the stock transfer.
source_location_idID the location from which you are transferring the items.
target_location_idID the location to which you are transferring the items.
transfer_dateThe timestamp of transferring the items from one location to another. ISO 8601 format with time and timezone must be used.
additional_infoA string attached to the object to add any internal comments, links to external files, additional instructions, etc.
stock_transfer_rowsAn array of stock transfer rows.
created_atThe timestamp when the stock transfer was created.
updated_atThe timestamp when the stock transfer was last updated.

The stock transfer row object

AttributeDescription
variant_idID of product or material variant added to the stock transfer row.
quantityThe quantity transferred from one location to another.
batch_transactionsAn array of batch transactions and their quantities. You can transfer stock for the same item from multiple batches.
batch_transaction.batch_idID of the batch for the transferred item.
batch_transactions.quantityThe quantity transferred from a particular batch.