Name | Type | Description | Notes |
---|---|---|---|
OrderId | string | Defines the order for which the shipment will be created | [optional] |
StoreId | string | Store Id | [optional] |
WarehouseId | string | This parameter is used for selecting a warehouse where you need to set/modify a product quantity. | [optional] |
ShipmentProvider | string | Defines company name that provide tracking of shipment | [optional] |
ShippingMethod | string | Define shipping method | [optional] |
Items | List<OrderShipmentAddItemsInner> | Defines items in the order that will be shipped | [optional] |
SendNotifications | bool | Send notifications to customer after shipment was created | [optional] [default to false] |
TrackingNumbers | List<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] |
AdjustStock | bool | This parameter is used for adjust stock. | [optional] [default to false] |
EnableCache | bool | If the value is 'true' and order exist in our cache, we will use order.info from cache to prepare shipment items. | [optional] [default to false] |
TrackingLink | string | Defines custom tracking link | [optional] |
IsShipped | bool | Defines shipment's status | [optional] [default to true] |
CheckProcessStatus | bool | Disable or enable check process status. Please note that the response will be slower due to additional requests to the store. | [optional] [default to false] |
UseLatestApiVersion | bool | Use the latest platform API version | [optional] [default to false] |