Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.09 KB

MerchantSingleOrderReturnResponse.md

File metadata and controls

26 lines (23 loc) · 2.09 KB

# MerchantSingleOrderReturnResponse

Properties

Name Type Description Notes
merchantOrderNo string The unique order reference used by the Merchant. [optional]
lines \FriendsOfCE\Channel\ApiClient\Model\MerchantSingleOrderReturnLineResponse[] [optional]
createdAt \DateTime The date at which the return was created in ChannelEngine. [optional]
updatedAt \DateTime The date at which the return was last modified in ChannelEngine. [optional]
merchantReturnNo string The unique return reference used by the Merchant, will be empty in case of a channel or unacknowledged return. [optional]
channelReturnNo string The unique return reference used by the Channel, will be empty in case of a merchant return. [optional]
channelId int The id of the channel. [optional]
globalChannelId int The id of the Global Channel. [optional]
globalChannelName string The name of the Global Channel. [optional]
status \FriendsOfCE\Channel\ApiClient\Model\ReturnStatus [optional]
id int The unique return reference used by ChannelEngine. [optional]
reason \FriendsOfCE\Channel\ApiClient\Model\ReturnReason [optional]
customerComment string Optional. Comment of customer on the (reason of) the return. [optional]
merchantComment string Optional. Comment of merchant on the return. [optional]
refundInclVat float Refund amount incl. VAT. [optional]
refundExclVat float Refund amount excl. VAT. [optional]
returnDate \DateTime The date at which the return was originally created in the source system (if available). [optional]
extraData array<string,string> Extra data on the return. Each item must have an unqiue key [optional]

[Back to Model list] [Back to API list] [Back to README]