Shipment Table Section in the Online Store: Overview of Methods

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