{
"customerGroupSetup": {
"customerGroupId": "string",
"segmentSetups": [
{
"segmentId": "string",
"isDefinedByAssortment": true,
"categorySetup": {
"isEnabled": true,
"categorySegmentParticipation": "Included",
"categoryIds": [
"string"
]
},
"brandSetup": {
"isEnabled": true,
"brandSegmentParticipation": "Included",
"brandIds": [
"string"
]
},
"productSetup": {
"isEnabled": true,
"productSegmentParticipation": "Included",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}
}
]
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/ProductVisibility' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerGroupSetup": {
"customerGroupId": "string",
"segmentSetups": [
{
"segmentId": "string",
"isDefinedByAssortment": true,
"categorySetup": {
"isEnabled": true,
"categorySegmentParticipation": "Included",
"categoryIds": [
"string"
]
},
"brandSetup": {
"isEnabled": true,
"brandSegmentParticipation": "Included",
"brandIds": [
"string"
]
},
"productSetup": {
"isEnabled": true,
"productSegmentParticipation": "Included",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}
}
]
}
}'
{}