---
title: "List selling plan groups"
method: GET
path: "/2023-10/sellingPlanGroup"
---

# List selling plan groups

`GET /2023-10/sellingPlanGroup`

This API list available selling plan of a store.

Rate limit - 1/5s

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `name` string
    - `position` integer
    - `merchantCode` string
    - `options` string[]
    - `summary` string
    - `createdAt` string
    - `updatedAt` string
    - `sellingPlans` object[]
      - `id` integer
      - `shopifyId` integer
      - `name` string
      - `position` unknown
      - `description` unknown
      - `options` string[]
      - `pricingPolicies` object[]
      - `billingPolicy` object
        - `maxCycles` unknown
        - `minCycles` unknown
        - `interval` string
        - `intervalCount` integer
        - `anchorDay` unknown
        - `anchorMonth` unknown
        - `anchorType` unknown
      - `deliveryPolicy` object
        - `interval` string
        - `intervalCount` integer
  - `code` string
  - `pageInfo` unknown

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
