Name | Type | Description | Notes |
---|---|---|---|
store_id | string | Store Id | [optional] |
shipment_id | string | Shipment id indicates the number of delivery | |
order_id | string | Defines the order that will be updated | [optional] |
tracking_numbers | \OpenAPI\Client\Model\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 | bool | Allows rewrite tracking numbers | [optional] [default to true] |
is_shipped | bool | Defines shipment's status | [optional] [default to true] |
tracking_link | string | Defines custom tracking link | [optional] |
delivered_at | string | Defines the date of delivery | [optional] |
shipment_provider | string | Defines company name that provide tracking of shipment | [optional] |