Skip to main content

Update self-ship returns pickup details

POST /v2/returns/pickup

This operation is used to update the pickup details of customer self-ship returns.

Request Body
  • returns object[] required

    Possible values: >= 1, <= 2147483647

  • Array [
  • returnId string
  • pickupDate date-time required
  • ]
  • locationId string
Responses

successful operation

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