CyberStore Order Web Service
MethodGetCustomDataFromOrder
CyberStore Order Web Service > All Operations Resource Group : GetCustomDataFromOrder (Method)
Description
Introduced in 2023.1
Request (GetCustomDataFromOrderSoapIn)

The request body is of type GetCustomDataFromOrder.

Request Body Parameters

NameDescriptionData Type
The sales order number.xml:string
A comma-separated list of custom form field column names.xml:string
Example
MakeAJAXCall("Order.GetCustomDataFromOrder", {
    OrderNumber: '000973'
}, console.log)
200 Response (GetCustomDataFromOrderSoapOut)

The response body is of type GetCustomDataFromOrderResponse.

Response Body Parameters

NameDescriptionData Type

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
See Also
All Operations Resource GroupCyberStore Order Web Service