---
title: "Get Group"
method: GET
path: "/v1/shops/{shopId}/groups/{groupId}"
tags: ["Groups"]
---

# Get Group

`GET /v1/shops/{shopId}/groups/{groupId}`

Retrieves a specific group.

## Response `200`

- object
  - `id` integer
  - `metadata` string
  - `created_at` string
  - `updated_at` string
  - `name` string
  - `shop_id` integer
  - `category_id` integer
  - `image_id` string
  - `sort_priority` integer
  - `visibility` string
  - `deleted_at` string
  - `badge_color` string
  - `badge_text` string
  - `products` object[]
    - `id` integer
    - `group_id` integer
    - `group_sort_priority` integer
    - `stock_count` integer

---

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