Skip to main content
POST
Ship Order

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Body

application/json

Request parameters

Ships an order after batch picking — packs it into packages and persists it to the database. A package is marked shipped only when its DeliveryDate is supplied (and, for shipping methods that require a tracking id, only when its TrackingId is supplied); jtl-Shipping packages complete themselves. Each package carries its positions, shipping method, weight, dimensions, optional cartons, SSCC, tracking id and delivery date. - Request

orderId
string<uuid>

The order to ship (kAuftrag).

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

picklistId
string<uuid>

The picklist associated with the order (kPickliste).

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

warehouseId
string<uuid>

The warehouse the packing runs on (kWarenLager).

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

userId
string<uuid>

The packing user (kBenutzer).

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

comment
string

Optional packing comment (cKommentar).

isPartialDelivery
boolean

Whether this is a partial delivery; drives the SP packing mode.

packages
object[]

The packages, each with its own positions, shipping method, weight, dimensions, cartons and SSCC.

Response

The order was shipped successfully (persisted to the database).