Interface: CreateOrderStatusInput
Defined in: type/CreateOrderStatusInput.ts:5
Input object for CreateOrderStatusInput
Properties
addOrderStatusToSet?
optionaladdOrderStatusToSet?:OrderStatusSetSearchByInput
Defined in: type/CreateOrderStatusInput.ts:29
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?
optionaldescription?:string
Defined in: type/CreateOrderStatusInput.ts:15
The order status description
isDefault?
optionalisDefault?:boolean
Defined in: type/CreateOrderStatusInput.ts:19
Marks if the order status is default
isDeletable?
optionalisDeletable?:boolean
Defined in: type/CreateOrderStatusInput.ts:25
Marks if the order is deletable
isEditable?
optionalisEditable?:boolean
Defined in: type/CreateOrderStatusInput.ts:23
Marks if the order is editable
isPublic?
optionalisPublic?: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?
optionalnextStatusesIds?:number[]
Defined in: type/CreateOrderStatusInput.ts:27
The IDs of the next possible order statuses
orderType
orderType:
string
Defined in: type/CreateOrderStatusInput.ts:13
The order status for order type.
priority?
optionalpriority?: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