Related Products Mass update
Request
Body Params application/json-patch+json
{
"products": [
{
"productId": "string",
"productVariantId": "string"
}
],
"relatedProductsRule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/RelatedProducts/bulk' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"products": [
{
"productId": "string",
"productVariantId": "string"
}
],
"relatedProductsRule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}'
Responses
This response does not have a body.
Modified at 2026-03-16 09:55:47