Order Sources in the Online Store: Overview of Methods

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

Orders can be created manually using the sale.order.add method or obtained from internal sources:

  • invoice,
  • sales document,
  • deal,
  • activity,
  • landing page.

To view all order sources in your Bitrix24, use the sale.tradePlatform.list method.

Quick navigation: all methods

User documentation: Online Store in Bitrix24: Getting Started

Linking Order Sources to Other Objects

Binding order sources to orders. To view orders from a specific source, use the sale.tradeBinding.list method.

Order. Retrieve all information about an order using the sale.order.get method.

How to Get Started

  1. Retrieve the list of order sources using sale.tradePlatform.list.
  2. Retrieve the description of source fields using sale.tradePlatform.getFields.
  3. Use the source ID in the filter of sale.tradeBinding.list to find linked orders.

Overview of Methods

Scope: sale

Who can execute the method: any user with the "View product catalog" access permission

Method

Description

sale.tradePlatform.list

Returns a list of order sources

sale.tradePlatform.getFields

Returns available fields for order sources