Skip to main content
POST
Dispatch and Manifest Orders

Authorizations

Authorization
string
header
required

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

Body

application/json

Create, dispatch, and manifest orders in a single request.

orders
ManifestOrderInput · object[]
required

Orders to create, dispatch, and manifest.

Response

OK

manifests
ManifestResultSerializer · object[]
required

Manifest results for orders that successfully created, dispatched, and manifested.

errors
ManifestOrderErrorSerializer · object[]

Per-order failures encountered during create, dispatch, validate, or manifest.