The stock adjustment object

AttributeDescription
idUnique identifier for the object.
stock_adjustment_dateThe timestamp when the adjustments for the "In stock" quantity of products and materials are recorded. ISO 8601 format with time and timezone must be used.
location_idID the stock location being adjusted.
stock_adjustment_numberA string used to identify the stock adjustment.
reasonA descriptive field for your own information to enable better identification.
additional_infoA string attached to the object to add any internal comments, links to external files, additional instructions, etc.
stock_adjustment_rowsAn array of stock adjustment rows.
created_atThe timestamp when the stock adjustment was created.
updated_atThe timestamp when the stock adjustment was last updated.

The stock adjustment row object

AttributeDescription
idUnique identifier for the object.
variant_idID of product or material variant added to the stock adjustment row.
quantityThe quantity by which the stock is adjusted.
cost_per_unitUnit cost of the item. The default value is set to the current average cost of the item in stock.
batch_transactionsAn array of batch transactions and their quantities. You can adjust stock for the same item from multiple batches.
batch_transaction.batch_idID of the batch for the adjusted item.
batch_transactions.quantityThe quantity adjusted from a particular batch.