sale.tradeBinding.getFields
sale.tradeBinding.getFields()
The method returns fields of orders from external sources.
Returned fields:
Field | Description |
---|---|
id | List entry ID. |
xmlId | Entry external ID. |
externalOrderId | Number of order in external source (specified by external system). |
orderId | Number of order with the system. |
tradingPlatformId | Number of trade platform. |
tradingPlatformXmlId | Trade platform ID. |
params | Field that can store additional information. |
Parameters
No parameters
Examples
BX24.callMethod( 'sale.tradeBinding.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024