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 |