OrderStatusSearchByInput
Search criteria for finding a specific order status by unique identifiers
input OrderStatusSearchByInput {
id: Int
code: String
}
Fields
OrderStatusSearchByInput.id
● Int
scalar
Unique identifier of the order status to retrieve.
Must be a positive integer representing an existing order status in the system.
OrderStatusSearchByInput.code
● String
scalar
Unique code identifier of the order status to retrieve.
Must be an uppercase alphanumeric code representing an existing order status in the system.
Member Of
orderStatus
query