You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
ReturnRequestEntryInputList
Return request input list for the current order. ReturnRequestEntryInputList
export interface ReturnRequestEntryInputList {
'orderCode': string;
'returnRequestEntryInputs': Array<ReturnRequestEntryInput>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
orderCode | Required | string | Code of the order which return request is related to {string} ReturnRequestEntryInputList |
returnRequestEntryInputs | Required | Array<ReturnRequestEntryInput> | Return request entry inputs which contain information about the order entries which are requested to be returned {Array<ReturnRequestEntryInput>} ReturnRequestEntryInputList |