katana_public_api_client.models.sales_order_search_where¶
katana_public_api_client.models.sales_order_search_where
¶
Classes¶
SalesOrderSearchWhere
¶
where clause for POST /sales_orders/search. Only the fields
listed here may appear; unknown fields are rejected with 422.
Custom field values are addressable via additional
custom_fields.<uuid> keys (snake_case, matching the
request/response body), where <uuid> is the custom field
definition id — its value is a bare value or a SearchComparator
like any other predicate (for singleSelect the value is the
integer choice id). Compose with and / or (max nesting
depth 2).