Name | Type | Description | Notes |
---|---|---|---|
storeId | String | Store Id | [optional] |
shipmentId | String | Shipment id indicates the number of delivery | |
orderId | String | Defines the order that will be updated | [optional] |
trackingNumbers | Seq<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 = "https://api2cart.com/docs/#/cart/CartInfo\">cart.info</a > method | [optional] |
replace | Boolean | Allows rewrite tracking numbers | [optional] |
isShipped | Boolean | Defines shipment's status | [optional] |
trackingLink | String | Defines custom tracking link | [optional] |
deliveredAt | String | Defines the date of delivery | [optional] |
shipmentProvider | String | Defines company name that provide tracking of shipment | [optional] |