Skip to main content
Get the merchant categories (e.g. Dining, Travel), ordered by display priority. Use a category’s id with getMerchants(categoryId:) to list its merchants. Requires LIST_OFFERS scope.

Returns

[MerchantCategory!]! — MerchantCategory is a curated shopping category (e.g. Dining, Travel) that groups merchants.

Example

The list is the same taxonomy shown in the Fluz catalog, ordered by display priority. Category ids are stable, so store the id rather than the name if you cache the mapping — a category can be renamed.