PUT /self/{shopId}/groups/{groupId}

PUT /self/{shopId}/groups/{groupId}

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/groups/{groupId}
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/groups/{groupId} \
 -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
}