Skip to main content
PUT
Create an inter-warehouse Transfer.

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The Transfer to create

Defines a transfer to create

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
fromWarehouseCode
string
required

The warehouse (Code)

Minimum string length: 1
toWarehouseCode
string
required

The warehouse (Code)

Minimum string length: 1
supplierReferenceNumber
string
required

The Supplier Transfer Reference Number.

Minimum string length: 1
inventories
object[] | null

Inventory Items in the transfer

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object

A Transfer defines a request to move inventory from one warehouse to another