Update self-ship returns pickup details
POST /v2/returns/pickup
This operation is used to update the pickup details of customer self-ship returns.
- application/json
Request Body
returns object[] required
Possible values:
>= 1
,<= 2147483647
Array [returnId stringpickupDate date-time required]- locationId string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
returns object[]
Array [returnId stringprocessingStatus stringerrorCode stringerrorMessage string]
{
"returns": [
{
"returnId": "string",
"processingStatus": "string",
"errorCode": "string",
"errorMessage": "string"
}
]
}
Loading...