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.
Creates a customer order from the given details.
Syntax
server public static container createCustomerOrder(str _custOrderXmlStr)
Run On
Server
Parameters
- _custOrderXmlStr
Type: str
XML string having the header, line details and charges, payments associated with the sales order to be created.
Return Value
Type: container
A container having the status and sales id of the order created.