{
"settings": {
"operation": "NoImport"
},
"assortmentValues": [
{
"documentId": "string",
"customerSourceId": "string",
"customerBranchSourceId": "string",
"productId": "string",
"sourceType": "Import",
"excluded": true
}
]
}curl --location --request POST 'https://platform.shopranos.eu/api/assortment/import/with-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": {
"operation": "NoImport"
},
"assortmentValues": [
{
"documentId": "string",
"customerSourceId": "string",
"customerBranchSourceId": "string",
"productId": "string",
"sourceType": "Import",
"excluded": true
}
]
}'{}