Request
{
"googleProductCategory": "string",
"brandId": "string",
"brandCode": "string",
"maxPrice": 0,
"minPrice": 0,
"categoryId": "string",
"categoryCodes": [
"string"
],
"tags": [
"string"
],
"sourceTags": [
"string"
],
"searchAttributes": [
"string"
],
"productVariant": {
"id": "string",
"productId": "string",
"gtin": "string",
"mpn": "string",
"price": 0,
"msrp": 0,
"sku": "string"
},
"videoUrl": "string"
}
Request Code Samples
curl --location 'https://platform.shopranos.eu/api/Pages/alias/product/shop' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"googleProductCategory": "string",
"brandId": "string",
"brandCode": "string",
"maxPrice": 0,
"minPrice": 0,
"categoryId": "string",
"categoryCodes": [
"string"
],
"tags": [
"string"
],
"sourceTags": [
"string"
],
"searchAttributes": [
"string"
],
"productVariant": {
"id": "string",
"productId": "string",
"gtin": "string",
"mpn": "string",
"price": 0,
"msrp": 0,
"sku": "string"
},
"videoUrl": "string"
}'
Responses
This response does not have a body.
Modified at 2026-06-16 08:26:02