Shipment Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Shipment.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new shipment record to the Shipment table against a sales order line item. |
![]() ![]() | Delete | The Delete() method deletes the specified shipment record from the Shipment table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more shipment records from the Shipment table, as specified by the filter parameters. Passing no filter parameters will retrieve all shipment records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified shipment record from the Shipment table. |
![]() ![]() | Update | The Update() method updates all columns for the specified shipment record in Shipment table. The shipment record is uniquely identified by the combination of the customer ID, purchase order ID, SO line number, and ship date in UTC. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates specific columns for the specified shipment record in Shipment table. The shipment record is uniquely identified by the combination of the customer ID, purchase order ID, SO line number, and ship date in UTC. |

