Skip to main content

Trigger label generation for shipments

POST /sellers/v3/shipments/labels

This operation triggers the generation of invoice and shipping labels for the shipment ids and marks shipments as PACKED. Maximum 25 shipments allower per request.

Request Body
  • shipments object[]

    Possible values: >= 1, <= 25

  • Array [
  • shipmentId string
  • locationId string
  • taxItems object[]
  • Array [
  • orderItemId string
  • purchasePrice double
  • taxRate number required
  • quantity int32

    Possible values: >= 1

  • ]
  • serialNumbers object[]
  • Array [
  • orderItemId string
  • serialNumbers array[]
  • ]
  • invoices object[]

    Possible values: >= 1, <= 2147483647

  • Array [
  • orderId string required
  • invoiceDate date-time required
  • invoiceNumber string
  • ]
  • subShipments object[]
  • Array [
  • subShipmentId string required
  • dimensions object required
  • length number
  • breadth number
  • height number
  • weight number
  • ]
  • ignoreWarning boolean
  • ]
Responses

successful operation

Schema
  • shipments object[]
  • Array [
  • shipmentId string
  • status string
  • errorCode string
  • errorMessage string
  • ]
Loading...