Skip to content

Command: sku.setIncomingStock

Back to Index

Creates or updates incoming stock of SKU for a given inventory. Reference can be used to map incoming stock to an external entity.

Body
referencestring

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.

inventoryKeystring

The key of the inventory the incoming stock is expected at.

expectedAtany value

Timestamp of when the incoming stock is expected to be available for outbound shipments.

quantitynumber

The number of units expected

Back to Index