{
"product_id": [
"125529926"
]
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/product/unarchive' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": [
"125529926"
]
}'
{
"result": true
}