---
title: "Get Smart Collections. Required Smart Collections permission."
method: GET
path: "/api/v3/partner/loyalty/smartcollections"
tags: ["Blaze Partner Store - Loyalty"]
---

# Get Smart Collections. Required Smart Collections permission.

`GET /api/v3/partner/loyalty/smartcollections`

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultSmartCollectionRes
  - `values` SmartCollectionRes[]
    - `id` string
    - `deleted` boolean
    - `companyId` string
    - `name` string
    - `description` string
    - `rules` SmartCollectionRule[]
      - `ruleAction` 'INCLUDE' | 'EXCLUDE'
      - `criteriaRule` 'ALL' | 'BRAND' | 'CATEGORY' | 'CATEGORY_NAME' | 'COMPANY_CATEGORY' | 'PRODUCT' | 'TAG' | 'VENDOR' | 'COMPANY_PRODUCT' | 'SHOP_PRODUCT' | 'WEIGHT_PER_UNIT' | 'WEIGHT_PER_UNIT_CUSTOM' | 'BATCH_AGE' | 'SUB_CATEGORY' | 'ON_SALE'
      - `values` string[]
      - `measurement` 'GRAM' | 'MILLIGRAM' | 'MILLILITER' | 'FLUID_OUNCE' | 'OUNCE'
      - `startRange` number
      - `endRange` number
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
