{
"mode": "None",
"daysBack": "string",
"storefrontBehavior": "None",
"syncSalesTypes": [
"string"
],
"syncFinancialStatuses": [
"string"
],
"syncOrderStatuses": [
"string"
],
"syncSeries": [
"string"
]
}curl --location --request PUT 'https://platform.shopranos.eu/api/customer-product-mixes/settings' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"mode": "None",
"daysBack": "string",
"storefrontBehavior": "None",
"syncSalesTypes": [
"string"
],
"syncFinancialStatuses": [
"string"
],
"syncOrderStatuses": [
"string"
],
"syncSeries": [
"string"
]
}'