Groups

Get Group

Retrieves a specific group.

get/v1/shops/{shopId}/groups/{groupId}

Response

idinteger
metadatastring
created_atstring
updated_atstring
namestring
shop_idinteger
category_idinteger
image_idstring
sort_priorityinteger
visibilitystring
deleted_atstring
badge_colorstring
badge_textstring

Example response

{
  "id": 1,
  "metadata": null,
  "created_at": "2026-08-28T18:23:02.000000Z",
  "updated_at": "2026-08-28T18:23:02.000000Z",
  "name": "Keys & Serials",
  "shop_id": 1,
  "category_id": 1,
  "image_id": null,
  "sort_priority": 0,
  "visibility": "public",
  "deleted_at": null,
  "badge_color": null,
  "badge_text": null,
  "products": [
    {
      "id": 1,
      "group_id": 1,
      "group_sort_priority": 0,
      "stock_count": 0
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.