Command: sku.setIncomingStock
Back to IndexCreates or updates incoming stock of SKU for a given inventory. Reference can be used to map incoming stock to an external entity.
Body
reference | string The reference to identify this incoming stock by. If already existing, it will be overwritten. The same reference can be reused over different stock positions. |
inventoryKey | string The key of the inventory the incoming stock is expected at. |
expectedAt | any value Timestamp of when the incoming stock is expected to be available for outbound shipments. |
quantity | number The number of units expected |