Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
Body
application/json
The id of the warehouse to transfer from
Example:
1
The id of the warehouse to transfer to
Example:
2
The date of the warehouse transfer
Example:
"2021-01-01"
The transaction number of the warehouse transfer
Example:
"123456"
Whether the warehouse transfer has been initiated
Example:
false
Whether the warehouse transfer has been delivered
Example:
false
The entries of the warehouse transfer
Example:
[
{
"index": 1,
"itemId": 1,
"description": "This is a description",
"quantity": 100,
"cost": 100
}
]
Response
200
The warehouse transfer transaction has been edited successfully.