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 return order from the given details.
Syntax
client server public static container createCustomerReturnOrder(str custOrderXmlStr)
Run On
Called
Parameters
- custOrderXmlStr
Type: str
An XML string that contains the header, line details, and charges, payments associated with the return order to be created.
Return Value
Type: container
A container that contains the status and sales id of the order created.