Skip to content

Command: sku.setPhysicalStock

Back to Index

Sets 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
inventoryKeystring

The key of the inventory to set the quantity of.

quantitynumber

The number of units the Stock Position holds.

relativeboolean

If true, then quantity as treated as a relative value by adding quantity to the current physical stock.

Back to Index