Skip to main content

Cancel order items in a shipment

POST /sellers/v3/shipments/cancel

This operation allows client to cancel order items inside shipment before marking them PACKED

Request Body
  • shipments object[]

    Possible values: >= 1, <= 25

  • Array [
  • shipmentId string
  • reason string
  • locationId string
  • cancellationGroupIds string[]
  • ]
Responses

successful operation

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