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

  1. Retrieve the list of markups using the catalog.extra.list method.
  2. Get the required markup by its identifier using the catalog.extra.get method.
  3. 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: catalog

Who can execute the method: administrator

Method

Description

catalog.extra.get

Returns information about the markup by identifier

catalog.extra.list

Returns a list of markups based on a filter

catalog.extra.getFields

Returns fields of the markup