Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrderStatus

Package version

Represents a single status change.

Hierarchy

  • OrderStatus

Index

Properties

Optional comments

comments: undefined | string

Comments related to this status change.

status

status: OrderState

Status of the order as per the allowed status types. Possible values include: 'Untracked', 'AwaitingFulfilment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'

Optional updateDateTime

updateDateTime: Date

Time of status update. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc