Skip to main content
POST
Create Packing List

Authorizations

Authorization
string
header
required

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

Headers

X-Org-Id
string | null

Body

application/json
documentId
string | null
direction
string | null
shipmentId
string | null
deliveryId
string | null
supplierId
string | null
clientId
string | null
status
string | null
packingDate
string | null
notes
string | null
packages
LogisticsPackageWrite · object[] | null

Response

Successful Response

id
string
required
documentId
string
required
direction
string
required
status
string
required
shipmentId
string | null
shipmentDocumentId
string | null
deliveryId
string | null
deliveryDocumentId
string | null
supplierId
string | null
supplierName
string | null
clientId
string | null
clientName
string | null
packingDate
string | null
notes
string | null
createdAt
string | null
updatedAt
string | null
packagesCount
integer | null
lineItemsCount
integer | null
packages
LogisticsPackageResponse · object[] | null