Alokai
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

NameRequiredTypeDescription
orderCodeRequiredstringCode of the order which return request is related to {string} ReturnRequestEntryInputList
returnRequestEntryInputsRequiredArray<ReturnRequestEntryInput>Return request entry inputs which contain information about the order entries which are requested to be returned {Array<ReturnRequestEntryInput>} ReturnRequestEntryInputList

Referenced Types

On this page