Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.49 KB

OrderShipmentUpdate.md

File metadata and controls

18 lines (14 loc) · 1.49 KB

OrderShipmentUpdate

Properties

Name Type Description Notes
shipmentId String Shipment id indicates the number of delivery
orderId String Defines the order that will be updated [optional]
storeId String Store Id [optional]
shipmentProvider String Defines company name that provide tracking of shipment [optional]
trackingNumbers [OrderShipmentAddTrackingNumbersInner] Defines shipment's tracking numbers that have to be added</br> How set tracking numbers to appropriate carrier:<ul><li>tracking_numbers[]=a2c.demo1,a2c.demo2 - set default carrier</li><li>tracking_numbers[<b>carrier_id</b>]=a2c.demo - set appropriate carrier</li></ul>To get the list of carriers IDs that are available in your store, use the <a href = &quot;https://api2cart.com/docs/#/cart/CartInfo\&quot;&gt;cart.info&lt;/a > method [optional]
trackingLink String Defines custom tracking link [optional]
isShipped Bool Defines shipment's status [optional] [default to true]
deliveredAt String Defines the date of delivery [optional]
replace Bool Allows rewrite tracking numbers [optional] [default to true]

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