# OF61 - List offer conditions Sorted by sort index, set in the back-officeCall FrequencyRecommended usage: Once per dayMaximum usage: Once per dayLocalizationThis resource supports locale parameter (see documentation)Localized output fields will be highlighted with an icon: Endpoint: GET /api/offers/states ## Query parameters: - `active` (boolean) Filter offer condition on their active status. If true, only active offer conditions are returned. If false, only inactive offer conditions are returned. If not specified, all offer conditions are returned. - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `offer_states` (array, required) Offer conditions - `offer_states.code` (string, required) Offer condition code - `offer_states.label` (string, required) Offer condition label - `total_count` (integer, required) Total count (no pagination)