Skip to main content

Approve self-ship returns

POST /v2/returns/approve

This operation is used to approve the self-ship returns.

Request Body
  • returns object[] required

    Possible values: >= 1, <= 2147483647

  • Array [
  • returnId string
  • serviceFulfilmentId string
  • serviceDate date-time
  • comments string
  • ]
  • locationId string
Responses

successful operation

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