Skip to main content
POST
Create shipment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create shipment model

order_number
string
required
shipments
object[]
required
shipment_number
string | null

Optional. The shipment number based on which the new shipment will be created. If not provided, a new shipment will be created based on unscheduled shipment of the order.

Response

200 - application/json

OK

message
string
success
boolean