Trade Catalog: Overview of Sections
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.
The Trade Catalog in Bitrix24 serves as a unified catalog of products and services for CRM and online stores. It helps maintain up-to-date information on items, expedites document generation in CRM, and automates data exchange with external systems.
The sections of the Trade Catalog cover essential data and settings:
- products, services, and variations
- prices, price types, markups, and rounding rules
- product properties and their values
- catalog structure and product images
- units of measurement, coefficients, and VAT rates
- warehouses, stock levels, and inventory documents
Quick navigation: all catalog sections
User documentation: Product and Service Catalog: What It Is and How to Work with It
How to Choose a Section
|
If you need |
Open the section |
|
To work with products, services, and variations |
|
|
To create and modify prices, price types, and rounding rules |
|
|
To configure product properties, list values, and display parameters |
Product and Variation Properties, List Property Values, Product and Variation Property Parameters, Section Settings for Properties |
|
To work with product and variation images |
|
|
To manage warehouses, stock levels, and accounting documents |
|
|
To obtain reference values from the catalog |
User Documentation
How to Get Started
- Check the structure of the required object, field names, and their types on the page Data Types and Object Structure in the Catalog REST API.
- Identify the main object of the scenario: product, price, property, warehouse, or accounting document.
- Open the relevant section and retrieve the list of objects using the
listmethod to gather working identifiers. - Modify the object using the
addorupdatemethods of the appropriate section. - Verify the result using the
getmethod and, if necessary, clarify available fields using thegetFieldsmethod.
Access Permissions
By default, only the Bitrix24 administrator can edit the catalog and configure access permissions. The administrator can also grant this permission to other employees.
User Documentation
Catalog Connection with Other Objects
CRM. Catalog data is used in the product lines of deals, invoices, and estimates: the product ID, price, discount, and VAT are transmitted. For scenarios involving vendors, use the methods from the section Working with CRM Vendors.
Online Store. The catalog generates data for the storefront and product detail pages of the online store.
Files. In the catalog methods, files and images are transmitted in the fileData or fileContent format: file name and content in Base64. The upload format and examples are provided on the page How to Upload Files.
Overview of Catalog Sections
Scope:
catalogWho can perform the method: depending on the method
Main Catalog Objects
|
Section |
Description |
|
Basic methods for working with the trade catalog |
|
|
Methods for working with products |
|
|
Methods for working with parent products |
|
|
Methods for working with product variations |
|
|
Methods for working with services |
|
|
Methods for working with catalog sections |
|
|
Methods for working with product and variation images |
Prices and Pricing
|
Section |
Description |
|
Methods for working with prices |
|
|
Methods for working with price types |
|
|
Methods for binding price types to customer groups |
|
|
Methods for translating price type names |
|
|
Methods for working with rounding rules |
|
|
Methods for working with markups |
Product Properties and Parameters
|
Section |
Description |
|
Methods for working with product and variation properties |
|
|
Methods for working with list property values |
|
|
Methods for working with product and variation property parameters |
|
|
Methods for working with section settings for properties |
Reference and Utility Sections
|
Section |
Description |
|
Reference values used in catalog methods |
|
|
Methods for working with units of measurement |
|
|
Methods for working with unit of measurement coefficients |
|
|
Methods for working with VAT rates |
Warehouses and Accounting Documents
|
Section |
Description |
|
Methods for working with warehouses |
|
|
Methods for working with stock levels by warehouse |
|
|
Methods for working with inventory accounting documents |
|
|
Methods for working with product lines in accounting documents |
|
|
Methods for working with custom fields in accounting documents |
|
|
Methods for working with vendors in inventory accounting documents |