---
title: "Get selling plan group"
method: GET
path: "/shops/selling-plan-groups/{sellingPlanGroupId}"
tags: ["Selling plan groups"]
---

# Get selling plan group

`GET /shops/selling-plan-groups/{sellingPlanGroupId}`

Get the selling plan group of a shop

## Path parameters

- `sellingPlanGroupId` string, required

## Response `200`

Selling plan group

- object
  - `sellingPlanGroup` SellingPlanGroupRDS
    - `gId` string — Global identifier
    - `createdAt` string, date-time — Creation date
    - `description` string — Description
    - `name` string — Name
    - `options` unknown[]
      - unknown
    - `position` integer — Relative position for display
    - `summary` string — Summary
    - `prepaidV2` boolean — Whether this selling plan group is prepaid
    - `sellingPlans` object[]
      - `gId` string — Global identifier
      - `name` string — Name
    - `products` object[]
      - `gId` string — Global identifier
      - `title` string — Name
    - `productVariants` object[]
      - `gId` string — Global identifier
      - `title` string — Name
      - `price` string — Price

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/awtomic/apis/awtomic-api.md) · [All operations](https://skmtc.net/awtomic/apis/awtomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awtomic/awtomic-api/revisions/dfe3dfce125c/schema)
