Authorization: Bearer ********************{
"product_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"strategy_id": "2f2bd67b-1704-49ea-b554-0727bfca0a84",
"optimization_type": "auto",
"constraints": {
"property1": "string",
"property2": "string"
}
}curl --location '/api/v1/smart-pricing/batch/optimize' \
--header 'Content-Type: application/json' \
--data '{
"product_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"strategy_id": "2f2bd67b-1704-49ea-b554-0727bfca0a84",
"optimization_type": "auto",
"constraints": {
"property1": "string",
"property2": "string"
}
}'{
"code": 0,
"message": "success",
"data": {
"total_products": 0,
"successful_operations": 0,
"failed_operations": 0,
"results": [
{
"property1": "string",
"property2": "string"
}
],
"executed_at": "2019-08-24T14:15:22.123Z"
}
}