Skip to main content
POST
/
dev
/
v1
/
groups
Create group
curl --request POST \
  --url https://api.shoppex.io/dev/v1/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "VIP Access",
  "isUnlisted": false,
  "productsBound": [
    "prod_starter"
  ],
  "sortOrder": 1
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Body

application/json

The body is of type object.

Response

Successful response

data
object