Complete an OrderReturn.
POST
/orderreturns/{returnID}/complete
201Description
Use only when an order return won't have an associated payment. You will not to reopen an order return after completing it.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
returnID | Required | string | ID of the return. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OrderID | string | --- | --- | --- | ||
PaymentIDs | Read Only | array | --- | --- | --- | |
Status | Read Only | string | --- | --- | Unsubmitted, AwaitingApproval, Declined, Open, Completed, Canceled | |
DateCreated | Read Only | string | date-time | --- | --- | |
DateSubmitted | Read Only | string | date-time | --- | --- | |
DateApproved | Read Only | string | date-time | --- | --- | |
DateDeclined | Read Only | string | date-time | --- | --- | |
DateCanceled | Read Only | string | date-time | --- | --- | |
DateCompleted | Read Only | string | date-time | --- | --- | |
LastUpdated | Read Only | string | date-time | --- | --- | |
RefundAmount | number | float | --- | --- | ||
Comments | string | --- | 2000 characters | --- | ||
ItemsToReturn | array | --- | --- | --- | ||
xp | object | --- | --- | --- |