Update self-ship returns as complete
POST /v2/returns/complete
This operation is used to mark the self-ship returns as complete.
- application/json
Request Body
- returnIds string[] required
Possible values:
>= 1
,<= 2147483647
- 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...