Order Class

The order details.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Order(*, contact_information: _models.ContactDetails | None = None, shipping_address: _models.Address | None = None, current_status: _models.OrderStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
contact_information

The contact details.

Default value: None
shipping_address

The shipping address.

Default value: None
current_status

Current status of the order.

Default value: None

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

contact_information

The contact details.

shipping_address

The shipping address.

current_status

Current status of the order.

order_history

List of status changes in the order.

serial_number
str

Serial number of the device.

delivery_tracking_info

Tracking information for the package delivered to the customer whether it has an original or a replacement device.

return_tracking_info

Tracking information for the package returned from the customer whether it has an original or a replacement device.