Shipment Table Section in the Online Store: 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 shipment table section contains information about each product included in the shipment: name, quantity, price.

Quick navigation: all methods

Connection of the Shipment Table Section with Other Objects

Shipments. Specify the shipment identifier. A list of identifiers can be obtained using the sale.shipment.list method.

Cart. Specify the cart item identifier. A list of identifiers can be obtained using the sale.basketitem.list method.

Overview of Methods

Scope: sale

Who can execute the method: administrator

Method

Description

sale.shipmentitem.add

Adds an item to the shipment table section

sale.shipmentitem.update

Modifies an item in the shipment table section

sale.shipmentitem.get

Returns the fields of an item in the shipment table section by its identifier

sale.shipmentitem.list

Returns a list of items in the shipment table section

sale.shipmentitem.delete

Deletes an item from the shipment table section

sale.shipmentitem.getFields

Returns the available fields of an item in the shipment table section