Interface OrderStatusUpdateDto

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

hidden?: boolean

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

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<Partial<OrderStatusTranslatable>>

Generated using TypeDoc