Introduced in 2023.1
| Method | GetCustomDataFromOrder |
The request body is of type GetCustomDataFromOrder.
| Name | Description | Data Type |
|---|---|---|
| OrderNumber | The sales order number. | xml:string |
| CustomFields | A comma-separated list of custom form field column names. | xml:string |
MakeAJAXCall("Order.GetCustomDataFromOrder", { OrderNumber: '000973' }, console.log)
The response body is of type GetCustomDataFromOrderResponse.
| Name | Description | Data Type |
|---|---|---|
| GetCustomDataFromOrderResult | A string value containing a JSON object.
Type your example code here. It will be automatically colorized when you switch to Preview or build the help system.
| xml:string |