Interface OrderStatus

Map that contains translations for any given language (UUID is id of language)

Hierarchy

Properties

cancel: boolean

Orders with status that has canceled status will be canceled, and all items will be returned to stock.

color: string

Color of the status

description?: string
hidden: boolean

Order with status that is hidden, are by default not shown in the order list.

id: string
metadata: Metadata
metadata_private?: Metadata
name: string
no_notifications: boolean

Order with status with no_notification, will not send an email notification to the customer.

published: string[]

Array of language ids for which this entity is published

translations?: TranslationsRecord<OrderStatusTranslatable>

Generated using TypeDoc