Skip to main content
POST
Create a transfer order

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
date
string<date>
required

Date of the transfer order

arrival_date
string<date>
required

Expected arrival date

source_warehouse_id
integer
required

ID of the source warehouse

destination_warehouse_id
integer
required

ID of the destination warehouse

status
string
required

Status of the transfer order

items
object[]
required
items_cost
number<float>

Total cost of items

shipping_cost
number<float>

Shipping cost

shipping_method
string

Method of shipping

Response

Successful response

data
object