Skip to main content
POST
Order - Add Manual Shipment

Authorizations

Authorization
string
header
required

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

Body

application/json
store_id
string
required

Store ID

Example:

"507f1f77bcf86cd799439011"

order_number
string
required

Order number

address
object

Shipping address

carrier
string

Carrier name (e.g. USPS, UPS, FedEx)

tracking_number
string

Tracking number

service
string

Shipping service type

order_items
object[]

Items included in the shipment

warehouse_id
string

Warehouse ID to ship from

dropship
boolean

Whether this is a dropship order

no_refresh
boolean

Skip cache refresh after operation

notes
string

Shipment notes

force_deduction
boolean

Force inventory deduction

cost
number

Shipping cost

Response

Shipment added successfully

shipments
object[]
required

Created shipment(s)

skulabs_warning
object

Non-fatal warning (e.g. channel notification failure)