{
"customerId": "string",
"storeId": "string",
"products": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"price": 0,
"measurementUnit": "string"
}
]
}curl --location --request POST 'https://platform.shopranos.eu/api/customer-product-mixes/bulk' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"customerId": "string",
"storeId": "string",
"products": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"price": 0,
"measurementUnit": "string"
}
]
}'{
"addedCount": 0,
"skippedCount": 0,
"errors": [
"string"
]
}