Deliveries in Universal CRM Objects: 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.
The methods in this section work with deliveries associated with universal CRM objects. For example, you can retrieve a list of deliveries for a deal or get details about a specific shipment by lead.
This is necessary to integrate logistics services with CRM data. Bitrix24 stores delivery information separately from the main fields of the object but links them through identifiers.
Quick navigation: all methods
Linking Deliveries to CRM Objects
CRM Object. The connection is made through the pair of parameters entityTypeId and entityId. The first indicates the type of CRM object, while the second refers to a specific element of that type.
Delivery Service. Each delivery record contains a reference to a configured delivery service. The delivery service identifier can be obtained using the sale.delivery.getlist method. In the current section, deliveryId is returned by the crm.item.delivery.list and crm.item.delivery.get methods.
How to Work with Deliveries in CRM
- Determine the CRM object type
entityTypeIdand its identifierentityId. - Retrieve the list of deliveries associated with the object using the crm.item.delivery.list method.
- Select the desired delivery from the list and obtain information using its
idwith the crm.item.delivery.get method.
Overview of Methods
Scope:
crmWho can perform the methods: depending on the method
|
Method |
Description |
|
Returns information about the delivery by identifier |
|
|
Returns a list of deliveries for the CRM object |