{
"id": "string",
"companyId": "string",
"vatRate": 0,
"vatCode": "string",
"reducedVatCode": "string",
"reducedVatRate": 0,
"brandId": "string",
"status": "Draft",
"priceCategoryId": "string",
"productVariants": [
{
"id": "string",
"price": 0,
"initialPrice": 0,
"unitPrice": 0,
"sku": "string",
"retail": {
"price": 0,
"initialPrice": 0
},
"msrp": 0
}
],
"categoryId": "string",
"tags": [
"string"
],
"sourceTags": [
"string"
],
"searchAttributes": [
"string"
],
"pathCategories": [
"string"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/Pages/alias/product/shop' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"vatRate": 0,
"vatCode": "string",
"reducedVatCode": "string",
"reducedVatRate": 0,
"brandId": "string",
"status": "Draft",
"priceCategoryId": "string",
"productVariants": [
{
"id": "string",
"price": 0,
"initialPrice": 0,
"unitPrice": 0,
"sku": "string",
"retail": {
"price": 0,
"initialPrice": 0
},
"msrp": 0
}
],
"categoryId": "string",
"tags": [
"string"
],
"sourceTags": [
"string"
],
"searchAttributes": [
"string"
],
"pathCategories": [
"string"
]
}'
{}