{
"strategy_id": "string"
}curl --location --request POST 'https://api-seller.ozon.ru/v1/pricing-strategy/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"strategy_id": "string"
}'{
"result": {
"strategy_name": "тест1",
"enabled": true,
"update_type": "strategyItemsListChanged",
"type": "COMP_PRICE",
"competitors": [
{
"competitor_id": 204,
"coefficient": 1
},
{
"competitor_id": 1008426,
"coefficient": 1
}
]
}
}