Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 978 Bytes

SalesDataShipmentTrackInterface.md

File metadata and controls

21 lines (17 loc) · 978 Bytes

SalesDataShipmentTrackInterface

Properties

Name Type Description Notes
order_id int The order_id for the shipment package.
created_at str Created-at timestamp. [optional]
entity_id int Shipment package ID. [optional]
parent_id int Parent ID.
updated_at str Updated-at timestamp. [optional]
weight float Weight.
qty float Quantity.
description str Description.
extension_attributes SalesDataShipmentTrackExtensionInterface [optional]
track_number str Track number.
title str Title.
carrier_code str Carrier code.

[Back to Model list] [Back to API list] [Back to README]