Markups in the Trade Catalog: 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.
Markup is used to calculate the price of a product. The markup object includes the identifier id, the name name, and the percentage value percentage.
Quick navigation: all methods
How to Work with Markups
- Retrieve the list of markups using the catalog.extra.list method.
- Get the required markup by its identifier using the catalog.extra.get method.
- If necessary, check the structure of the fields using the catalog.extra.getFields method.
Relation to Other Objects
Product Price. The markup is linked to the price through the extraId field in the price object. You can retrieve prices and their fields using the catalog.price.list, catalog.price.get, and catalog.price.getFields methods.
Overview of Methods
Scope:
catalogWho can execute the method: administrator
|
Method |
Description |
|
Returns information about the markup by identifier |
|
|
Returns a list of markups based on a filter |
|
|
Returns fields of the markup |