CarrierPackages
Retrieves the list of packages for the specified carrier.
Select
The add-in will use the ShipStation API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the add-in.
- CarrierCode supports the following operator: =.
Note: CarrierCode is required in order to query CarrierPackages. For example, the following query is processed server side:
SELECT * FROM CarrierPackages WHERE CarrierCode = 'hermes'
Columns
Name | Type | References | Description |
CarrierCode [KEY] | String |
Carriers.CarrierCode | The carrier's code. |
Code | String | Unique code for the carrier Carrier Packages. | |
Name | String | Name of the package. | |
Domestic | Boolean | True or false for domestic. | |
International | Boolean | True or false for International. |