CreateWarehouseMove

Create a new warehouse move in state of In Transit or Open.
To create a new move you need the exact batch inventory id and bin rack id of the destination. However it is possible to create a move without knowing where it is going specifically,
in which case don't supply BinrackIdDestination (or send null)
Permissions Required: GlobalPermissions.Inventory.WarehouseManagement.StockMoveNode
Rate limit: 150 / minute

Log in to see full request history
Body Params
int32

Batch Inventory Id of the stock item you are moving

int32

Quantity of items being moved

int32

Destination if known, can be null

int32

If the move is part of a specific job, specify job id so it can be marked off from the job

int32

(Optional) Move to TOT id, create or retrive tot scan barcode first. To unassign from Tot send 0

string

Type of the move. Open means its an instruction to move, In Transit actually marks the item as unavilable and physically being moved

uuid
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json