Online Store: Overview of Sections
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect the MCP server so that the assistant can utilize the official REST documentation.
The online store in Bitrix24 is a ready-made solution for online sales. It is designed to quickly launch order acceptance, manage the catalog, payment, and delivery within a single system.
The sections of the online store cover the main scenarios:
- creating and modifying orders
- managing the cart and shipment composition
- configuring order properties and their display conditions
- tracking payments, statuses, and cash operations
- integrating with delivery services and handling events
Quick navigation: all sections of the online store
User documentation:
How to Choose a Section
|
If you need |
Open the section |
|
To work with orders and the cart |
|
|
To configure properties and field values of orders |
Order Properties, Property Groups, Order Property Variants of type ENUM, Property Binding, Property Values |
|
To work with payments and their relationships |
Payments, Binding Cart Items to Payments, Binding Payments to Shipments, Cash Registers |
|
To work with shipments and delivery |
Shipments, Shipment Item Table, Shipment Properties, Shipment Property Values, Delivery Services |
|
To configure statuses and payer types |
Statuses, Localization of Statuses, Payer Types, Statuses of Payer Types |
|
To receive events and track changes |
User Documentation
How to Get Started
- Check the structure of fields and types on the page Data Types and Object Structure in the Online Store REST API.
- Verify access permissions and user roles before making changes.
- Identify the main object of the scenario: order, cart, payment, shipment, or property.
- Retrieve working identifiers through
listorgetin the relevant section. - Make changes to the object using the
add,update, ordeletemethods. - If necessary, subscribe to Events to track changes in real-time.
Access Permissions
Access permission settings are not available on all plans. By default, only the Bitrix24 administrator can configure permissions, but they can grant these permissions to other employees.
Access permissions for the Sites and Stores sections are shared. If you change them in one section, the changes will apply to the other.
User Documentation
Connection with Other Objects
CRM. Orders and payments from the online store are used in CRM scenarios where the composition of the order, cost, and statuses are important. To work with orders, use the Order section, for payments — Payments, and for tracking changes — Events.
Product Catalog. The online store utilizes product data from the catalog: products, prices, properties, and stock levels. For these scenarios, use the Product Catalog, Products, and Price sections.
Delivery Services. Delivery is related to shipments, shipment properties, and transport requests in the Delivery Services section.
User Documentation
Overview of Online Store Sections
Scope:
saleWho can perform the method: depending on the method
Order and Cart
|
Section |
Description |
|
Methods for working with orders |
|
|
Methods for working with cart items |
|
|
Methods for working with cart properties |
|
|
Methods for working with order sources |
|
|
Methods for working with bindings of order sources |
Order Properties
|
Section |
Description |
|
Methods for working with order properties |
|
|
Methods for working with order property groups |
|
|
Methods for working with ENUM property values of orders |
|
|
Methods for working with property bindings of orders |
|
|
Methods for working with order property values |
Payments and Shipments
|
Section |
Description |
|
Methods for working with payments |
|
|
Methods for working with shipments |
|
|
Methods for working with shipment items |
|
|
Methods for working with shipment properties |
|
|
Methods for working with shipment property values |
|
|
Methods for working with binding cart items to payments |
|
|
Methods for working with binding payments to shipments |
|
|
Methods and webhooks for working with delivery services |
|
|
Methods for working with cash registers and receipts |
Statuses and Events
|
Section |
Description |
|
Methods for working with payer types |
|
|
Methods for configuring the correspondence of payer types to individuals or legal entities |
|
|
Methods for working with statuses |
|
|
Methods for working with the localization of statuses |
|
|
Events for handling changes in the online store |