Skip to main content

transferStock

Moves the given quantity of a product from one bin location to another in a single stock movement. Source and destination must differ; quantity must be positive.

transferStock(
input: TransferStockInput!
): Stock!

Arguments

transferStock.input ● TransferStockInput! non-null input

Type

Stock object

A per-location stock line — the most granular stock entity. One line per (product, location) tuple, where the location is either a physical bin / warehouse or a special slot (order, return order, goods receipt, …). Use locationTypeTechnicalName / specialStockLocationTechnicalName to disambiguate.