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:
saleWho can execute the method: administrator
|
Method |
Description |
|
Adds an item to the shipment table section |
|
|
Modifies an item in the shipment table section |
|
|
Returns the fields of an item in the shipment table section by its identifier |
|
|
Returns a list of items in the shipment table section |
|
|
Deletes an item from the shipment table section |
|
|
Returns the available fields of an item in the shipment table section |