SalesShipment
SalesShipment is an auto generated table
Columns
| Name | Type | ReadOnly | Description |
| BillingAddressId | Int | False |
Billing address ID. |
| Comments | String | False |
Array of comments. |
| CreatedAt | Datetime | False |
Created-at timestamp. |
| CustomerId | Int | False |
Customer ID. |
| EmailSent | Int | False |
Email-sent flag value. |
| EntityId [KEY] | Int | False |
Shipment ID. |
| ExtensionAttributes | String | False |
This is an auto-generated column |
| IncrementId | String | False |
Increment ID. |
| OrderId | Int | False |
Order ID. |
| Packages | String | False |
Array of packages, if any. Otherwise, null. |
| ShipmentStatus | Int | False |
Shipment status. |
| ShippingAddressId | Int | False |
Shipping address ID. |
| ShippingLabel | String | False |
Shipping label. |
| StoreId | Int | False |
Store ID. |
| TotalQty | String | False |
Total quantity. |
| TotalWeight | String | False |
Total weight. |
| Tracks | String | False |
Array of tracks. |
| UpdatedAt | Datetime | False |
Updated-at timestamp. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Id_p | Int |
The shipment ID. |