Groups
Get Groups
Retrieves the groups.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerCreate Group
Creates a new group.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequirednameRequiredstringimage_idstringThe id of an existing record in the images table.
visibilityRequiredstringValue in:
"public" | "unlisted" | "private"productsRequiredarray<string>badge_colorstringbadge_textstringPath Parameters
shopIdRequiredintegerGet Group
Retrieves a specific group.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegergroupIdRequiredstringDelete Group
Deletes a specific group.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegergroupIdRequiredstringUpdate Group
Updates a specific group.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequirednameRequiredstringimage_idstringThe id of an existing record in the images table.
visibilityRequiredstringValue in:
"public" | "unlisted" | "private"productsRequiredarray<string>badge_colorstringbadge_textstringPath Parameters
shopIdRequiredintegergroupIdRequiredstring