Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get channel appropriate details for a sales order
Syntax
server public static container getChannelSalesOrderDetail(
SalesId salesId,
RefRecId channelId,
[RetailOrderChannelReferenceId channelRefId])
Run On
Server
Parameters
- salesId
Type: SalesId Extended Data Type
Sales Id of the sales order to retrieve
- channelId
Type: RefRecId Extended Data Type
The channel id where the sales order originated
- channelRefId
Type: RetailOrderChannelReferenceId Extended Data Type
The channel reference id of the sales order to retrieve
Return Value
Type: container
container: [succees, errormessage, xml]
Remarks
success = True if the sales order was retrieved successfully, false otherwise errormessage = empty if success == True, otherwise an error message xml = xml document describing the sales order