Skip to main content

Interface: CreateOrderStatusInput

Defined in: type/CreateOrderStatusInput.ts:5

Input object for CreateOrderStatusInput

Properties

addOrderStatusToSet?

optional addOrderStatusToSet?: OrderStatusSetSearchByInput

Defined in: type/CreateOrderStatusInput.ts:35

The order status set to add this order status to


code

code: string

Defined in: type/CreateOrderStatusInput.ts:9

The order status code value


description?

optional description?: string

Defined in: type/CreateOrderStatusInput.ts:15

The order status description


isArchivable?

optional isArchivable?: boolean

Defined in: type/CreateOrderStatusInput.ts:31

Marks if the order status can be archived


isConfirmable?

optional isConfirmable?: boolean

Defined in: type/CreateOrderStatusInput.ts:29

Marks if the order is confirmable


isDefault?

optional isDefault?: boolean

Defined in: type/CreateOrderStatusInput.ts:19

Marks if the order status is default


isDeletable?

optional isDeletable?: boolean

Defined in: type/CreateOrderStatusInput.ts:25

Marks if the order is deletable


isEditable?

optional isEditable?: boolean

Defined in: type/CreateOrderStatusInput.ts:23

Marks if the order is editable


isExportable?

optional isExportable?: boolean

Defined in: type/CreateOrderStatusInput.ts:27

Marks if the order is exportable


isPublic?

optional isPublic?: boolean

Defined in: type/CreateOrderStatusInput.ts:21

Marks if the order is public


name

name: string

Defined in: type/CreateOrderStatusInput.ts:7

The order status name


nextStatusesIds?

optional nextStatusesIds?: number[]

Defined in: type/CreateOrderStatusInput.ts:33

The IDs of the next possible order statuses


orderType

orderType: string

Defined in: type/CreateOrderStatusInput.ts:13

The order status for order type.


priority?

optional priority?: number

Defined in: type/CreateOrderStatusInput.ts:17

The order status priority


type

type: string

Defined in: type/CreateOrderStatusInput.ts:11

The order status type. SYSTEM types are only created by the system