Skip to main content

OrderStatusSetSearchByInput

Search criteria for finding a specific order status set by unique identifiers

input OrderStatusSetSearchByInput {
id: Int
name: String
}

Fields

OrderStatusSetSearchByInput.id ● Int scalar

Unique identifier of the order status set to retrieve.

Must be a positive integer representing an existing order status set in the system.

OrderStatusSetSearchByInput.name ● String scalar

Unique name of the order status set to retrieve.

Must be an exact match for an existing order status set name in the system. Maximum length is 64 characters.

Member Of

CreateOrderStatusInput input ● orderStatusSet query ● UpdateOrderStatusInput input