Deliveries in Payments: 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 manage delivery items within CRM payments. A delivery item stores service parameters and links the payment to a specific delivery document.
This is necessary to account for logistics costs in the overall invoice. For example, you can add delivery to the payment for goods and associate it with the transport company's waybill.
Quick navigation: all methods
Linking Deliveries in Payments with Other Objects
CRM Activity. All methods in this section operate with a specific payment identified by the paymentId.
Delivery Document. The method crm.item.payment.delivery.setDelivery links the delivery item to the required document via deliveryId.
How to Work with Deliveries in Payment
- Prepare the
paymentIdof the desired payment. You can obtain it using the main payment methods crm.item.payment.*. - Add a delivery item using the method crm.item.payment.delivery.add.
- Check the composition of items using the method crm.item.payment.delivery.list.
- If necessary, change the link to another document via crm.item.payment.delivery.setDelivery or delete the item using the method crm.item.payment.delivery.delete.
Overview of Methods
Scope:
crmWho can execute the methods: depending on the method
|
Method |
Description |
|
Adds a delivery item to the payment |
|
|
Returns a list of delivery items for a specific payment |
|
|
Deletes a delivery item from the payment |
|
|
Reassigns the delivery item to another delivery document |