Post v1 winkelstraat catalog product operation
POST /V1/winkelstraat/catalog/product/operation
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/catalog/product/operation \
-d '{"operations":[{"action":"string","uuid":"string"}]}'
Request examples
{
"operations": [
{
"action": "string",
"uuid": "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"
}