v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Shipments

Create tracking information

Creates tracking information

post/api/v1/shipments

Request body

type'deliveryNote' required
trackingNumberstring
trackingLinkstring nullable
parcelCountinteger nullable
weightnumber nullable
sentAtstring nullable

The date of shipment sent.

sendTrackingMailboolean nullable

Send Tracking mail if true, if not set, project settings will be used

updateDeliveryNoteShippingMethodboolean nullable

Change shipping method of delivery note to given one (if not given shipping method will be updated)

Example request

{
  "deliveryNote": {
    "id": "1337"
  },
  "shippingMethod": {
    "id": "1337"
  },
  "sentAt": "2024-01-01T00:00:00+00:00"
}

Response

Operation completed successfully, no response body