Skip to main content

availableOrderFilters

The AvailableOrderFilters query is used to retrieve the available filters for orders. This includes brands, sales channels, and statuses. The user must be authenticated to use this query.

Response

The query returns a list of available brands, sales channels, and statuses for orders. Each item in these lists is an object containing a name and a value.

Errors

If the user is not authenticated, the query will return an error with the message "You must be logged in to access this resource" and a status code of 401.

availableOrderFilters: OrderFilter!

Type

OrderFilter object

Represents a filtering option for orders.