Skip to main content
POST
Create Shipment

Authorizations

X-API-Key
string
header
required

API Key for authentication

Body

application/json

Shipment

reference_id
string
required
Maximum string length: 255
Example:

"SHP-2024-001"

shipment_status
enum<string>
required
Available options:
shipped,
created,
fullfiled
Example:

"shipped"

name
string
Maximum string length: 255
Example:

"Standard Delivery"

shipment_items
object[]
order_id
string

Required unless invoice_id is provided

Maximum string length: 255
Example:

"ORD-2024-001"

invoice_id
string

Optional link to an invoice

Example:

"01f5d171-d3e3-4b2b-bd57-0727194b5bed"

tracking_info
object
created_at
string
Example:

"2024-03-10T10:00:00Z"

note
string
Example:

"Handle with care"

Response

Created

data
object