Skip to main content
POST
Error

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

Store group data

country_of_sale
string
required

Country value needs to follow ISO3166_1_alpha2, which means we want a country value written in alpha-2 two-letter country codes, Example: SE or FI

name
string
required
slug
string
required
description
string
markets
string[]

The slug of the markets which should be related to this store group

store_type
enum<string>
Available options:
b2c,
b2b,
d2c,
d2b

Response

Store group created successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean