Return the list of company IDs for the companies assigned to the selected catalog
Return the list of company IDs for the companies assigned to the selected catalog.
GET /V1/sharedCatalog/{sharedCatalogId}/companies
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/sharedCatalog/{sharedCatalogId}/companies
Response examples (200)
string
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}