Groups

Create Group

Creates a new group.

post/v1/shops/{shopId}/groups

Request body

namestring required
category_idstring
image_idstring
visibility'public' | 'unlisted' | 'private' required
productsstring[] required
badge_colorstring
badge_textstring
metadatastring

Must not be greater than 65535 characters.

apply_category_to_productsboolean

Example request

{
  "name": "culpa",
  "visibility": "unlisted",
  "products": [
    "culpa"
  ],
  "metadata": "asyzwszwtxpeqqi",
  "apply_category_to_products": true
}

Changes

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