Inventory Accounting 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.
Inventory accounting is a tool that allows you to track the available and reserved quantity of goods in warehouses.
To add, move, or remove goods from the warehouse, use inventory accounting documents.
Quick navigation: all methods
User documentation:
Inventory Accounting Documents
The following types of documents are available in inventory accounting:
A– goods arrival at the warehouse,S– goods receipt,M– goods transfer between warehouses,R– goods return,D– goods write-off.
Set access permissions for each type of document. If access permissions are not configured, employees will see an error when attempting to open inventory accounting documents and will be unable to work with them.
User Documentation
Linking Inventory Accounting Documents with Other Objects
Goods in the Inventory Accounting Document. Specify the goods for the inventory accounting document using the methods catalog.document.element.*.
Warehouses. Specify the warehouse for which you are creating the inventory accounting document. Use the methods catalog.store.*.
Custom Fields for Inventory Accounting Documents. You can create additional fields for inventory accounting documents using the method userfieldconfig.add, where moduleId is catalog, and entityId is CAT_STORE_DOCUMENT_DocumentTypeIdentifier. To view additional fields or change their values, use the methods catalog.userfield.document.*.
Overview of Methods
Scope:
catalogWho can execute methods: administrator
Basic
|
Method |
Description |
|
Checks if inventory accounting is enabled |
|
|
Adds an inventory accounting document |
|
|
Conducts an inventory accounting document |
|
|
Conducts a group of inventory accounting documents |
|
|
Cancels the conduct of an inventory accounting document by its identifier |
|
|
Cancels the conduct of a group of inventory accounting documents |
|
|
Updates an inventory accounting document |
|
|
Returns a list of inventory accounting documents |
|
|
Deletes an inventory accounting document |
|
|
Deletes a group of inventory accounting documents |
|
|
Returns available fields of the inventory accounting document |
Goods in the Inventory Accounting Document
|
Method |
Description |
|
Adds a good to the inventory accounting document |
|
|
Updates a good in the inventory accounting document |
|
|
Returns a list of goods in the inventory accounting document |
|
|
Deletes a good from the inventory accounting document |
|
|
Returns a list of available fields for goods in the inventory accounting document |