curl --location --request GET 'https://platform.shopranos.eu/api/ProductVisibility'
{
"companyId": "string",
"id": "string",
"storeId": "string",
"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"
}
}
}
]
}
}