UpdateReturnOrder
| Field | Type | Required | Description |
|---|---|---|---|
status |
ReturnOrderStatus | one of: draft, new, inTransit, arrived, inReview, accepted, rejected, canceled, completed · default: "new" |
|
notes |
Notes | Customer notes where the shopper can provide special instructions. The notes are shown in the In-Store App & Admin. max length 1000 |
|
dropOffType |
DropOffType | one of: inPerson, shipped |
|
dropOffLocationCode |
string |
Location where the order is returned | |
lineItems |
array[object] |
Example
Section titled “Example”{ "status": "draft", "notes": "Please wrap each item individually.", "dropOffType": "inPerson", "dropOffLocationCode": "DERetail001", "lineItems": [ { "code": "R386", "status": "inProgress" } ]}
