CRM Vendors: 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.
CRM vendors are available starting from version 23.0.0 of the Trade Catalog module and REST API 23.100.0.
Vendors are individuals and legal entities that supply goods. In CRM, they are added as contacts and companies, but they do not participate in deals, leads, or estimates. CRM vendor data is indicated only in stock receipt documents. Multiple contacts and one company can be attached to a single document.
Quick navigation: all methods
User documentation: Vendors
How to Start
- Create or find a stock receipt document using the catalog.document.* methods
- Get the
IDof a CRM contact or company - Add the vendor binding using catalog.documentcontractor.add
- Check the bindings using catalog.documentcontractor.list
Relationship with Other Objects
Inventory Management. Vendors are indicated in stock receipt documents. To work with documents, use the methods catalog.document.*.
CRM. Vendors are CRM entities. To work with them, use the universal methods crm.item.*.
Overview of Methods
Scope:
catalogWho can execute the methods: depending on the method
|
Method |
Description |
|
Adds a vendor binding to the document |
|
|
Returns a list of vendor bindings to documents by filter |
|
|
Removes the vendor binding from the document by binding ID |
|
|
Returns the description of fields for binding a vendor to a document |