Command: sku.setPhysicalStock
Back to IndexSets the physical stock quantity of SKU for a given inventory. If there is no existing StockPosition for the SKU/inventory it will be created.
Body
inventoryKey | string The key of the inventory to set the quantity of. |
quantity | number The number of units the Stock Position holds. |
relative | boolean If true, then quantity as treated as a relative value by adding quantity to the current physical stock. |