Skip to main content

Mark shipments ready for dispatch

POST /sellers/v3/shipments/dispatch

This operation is used to mark the shipments as READY_TO_DISPATCH after the labels and invoices are generated and downloaded.

Request Body
  • shipmentIds string[]

    Possible values: >= 1, <= 25

  • locationId string
Responses

successful operation

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