🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
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": {}
}Developer API operation for POST /dev/v1/groups.
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": {}
}