ShipmentItems
Returns data from Items within a shipment.
Columns
Name | Type | References | Description |
Id [KEY] | Integer | Id of the Product within the order. | |
ProductId [KEY] | Integer |
Products.Id | Numerical Id of the product. |
OrderShipmentId [KEY] | String | Id of the shipment. | |
Quantity | Integer | Quantity of product shipped. |