POST /self/{shopId}/groups

POST /self/{shopId}/groups

Path parameters

application/json

Body

Responses

POST /self/{shopId}/groups
curl \
 -X POST https://dev.sellpass.io/self/{shopId}/groups \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"title":"string","description":"string","productIds":[42],"priority":42,"type":0,"main":true}'
Request example
{
  "title": "string",
  "description": "string",
  "productIds": [
    42
  ],
  "priority": 42,
  "type": 0,
  "main": true
}