ShippingInfo
Shipping information, according to which devices (in case of HardPhone) or e911 stickers (in case of SoftPhone and OtherPhone) will be delivered to the customer
Properties
Name | Type | Required | Description |
---|---|---|---|
status | ShippingStatus | ❌ | Order item shipping status. It is set to Initial when the order is submitted. Then it is changed to Accepted when a distributor starts processing the order. Finally, it is changed to Shipped which means that the distributor has shipped the device. |
carrier | str | ❌ | Shipping carrier name. Appears only if the device status is 'Shipped' |
tracking_number | str | ❌ | Carrier-specific tracking number. Appears only if the device status is 'Shipped' |
method | ShippingMethodInfo | ❌ | |
address | ShippingAddressInfo | ❌ | Shipping address for the order. If it coincides with the Emergency Service Address, then can be omitted. By default, the same value as the emergencyServiceAddress. Multiple addresses can be specified; in case an order contains several devices, they can be delivered to different addresses |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs