Skip to main content

Create Shipment

POST 

/orders/:lookupKey/:lookupValue/shipments

Create a shipment which marks orderItems as delivered and adds track and trace information to the order.

Fields

NameRequired
deliveryIdyes
deliveryDateno
supplieryes
collino
notesno
shipDateno
itemsyes
items.skuyes
items.nameyes
items.supplierCodeno
items.quantityyes
items.cancelledno

Default is 0
items.notesno
items.externalLineIdno
tracktraceno
tracktrace.carrierNameyes
carrierName.codeyes

Request

Path Parameters

    lookupKey stringrequired

    Use id or externalId

    lookupValue stringrequired

    The id or externalId of the order

Body

    colli number
    deliveryDate string
    deliveryId string

    items

    object[]

  • Array [

  • externalLineId string
    name string
    notes string
    quantity number
    sku string
    supplierCode string
  • ]

  • notes string
    supplier string

    tracktrace

    object[]

  • Array [

  • carrierName string
    code string
  • ]

Responses

Create Shipment - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    object
    messages string[]
    total number
Loading...