{
"action_id": 60564,
"products": [
{
"action_price": 356,
"product_id": 1389,
"stock": 10
}
]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/products/activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"action_id": 60564,
"products": [
{
"action_price": 356,
"product_id": 1389,
"stock": 10
}
]
}'{
"result": {
"product_ids": [
1389
],
"rejected": []
}
}