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:
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 |