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.
Gets the customer order for the given Id.
Syntax
client server public static container getCustomerOrder(SalesId _salesId, [boolean _includeOnlineOrders])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
Value of the SalesId for which order needs to be fetched.
- _includeOnlineOrders
Type: boolean
whether or not to include online orders in the search
Return Value
Type: container
A container having the order details in a XML string.