Body
-
Minimum length is
1
. -
Values are
0
or1
.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/groups/{groupId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"title":"string","description":"string","productIds":[42],"priority":42,"type":0,"main":true}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/groups/{groupId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/groups/{groupId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"title": "string",
"description": "string",
"productIds": [
42
],
"priority": 42,
"type": 0,
"main": true
}
{
"title": "string",
"description": "string",
"productIds": [
42
],
"priority": 42,
"type": 0,
"main": true
}
{
"title": "string",
"description": "string",
"productIds": [
42
],
"priority": 42,
"type": 0,
"main": true
}