Skip to main content
POST
Transfer inventory between locations (PickFlow)

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Body

application/json
source_location_id
integer
required

ID of the location to move stock out of.

destination_location_id
integer
required

ID of the location to move stock into. Must be different from source_location_id.

items
object[]
required

One or more SKUs (and quantities) to transfer between the two locations.

Minimum array length: 1

Response

Inventory transferred successfully

message
string
Example:

"Inventory transferred successfully."