{
"strategy_name": "新策略",
"competitors": [
{
"competitor_id": 1008426,
"coefficient": 1
},
{
"competitor_id": 204,
"coefficient": 1
},
{
"competitor_id": 91,
"coefficient": 1
},
{
"competitor_id": 48,
"coefficient": 1
}
],
"company_id": 7
}curl --location --request POST 'https://api-seller.ozon.ru/v1/pricing-strategy/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"strategy_name": "新策略",
"competitors": [
{
"competitor_id": 1008426,
"coefficient": 1
},
{
"competitor_id": 204,
"coefficient": 1
},
{
"competitor_id": 91,
"coefficient": 1
},
{
"competitor_id": 48,
"coefficient": 1
}
],
"company_id": 7
}'{
"result": {
"id": "4f3a1d4c-5833-4f04-b69b-495cbc1f6f1c"
}
}