Skip to main content

Cancel self-ship return

POST /v2/returns/cancel

This operation is used to cancel the self-ship return

Request Body
  • returnIds string[] required

    Possible values: >= 1, <= 2147483647

  • locationId string
Responses

successful operation

Schema
  • returns object[]
  • Array [
  • returnId string
  • processingStatus string
  • errorCode string
  • errorMessage string
  • ]
Loading...