SalesDataShipmentTrackInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | int | The order_id for the shipment package. | |
| createdAt | string | Created-at timestamp. | [optional] |
| entityId | int | Shipment package ID. | [optional] |
| parentId | int | Parent ID. | |
| updatedAt | string | Updated-at timestamp. | [optional] |
| weight | float | Weight. | |
| qty | float | Quantity. | |
| description | string | Description. | |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\SalesDataShipmentTrackExtensionInterface | [optional] | |
| trackNumber | string | Track number. | |
| title | string | Title. | |
| carrierCode | string | Carrier code. |