{
"stocks": [
{
"offer_id": "LOCAL-SKU-001",
"warehouse_id": 1020005010458260,
"stock": 10
}
],
"check_reserved": false,
"confirm": true
}
curl --location 'api/ozon/products/stocks/update' \
--header 'Client-Id: 3915226' \
--header 'Api-Key: d2528a1f-f607-4411-969d-7b394a34a015' \
--header 'Content-Type: application/json' \
--data '{
"stocks": [
{
"offer_id": "LOCAL-SKU-001",
"warehouse_id": 1020005010458260,
"stock": 10
}
],
"check_reserved": false,
"confirm": true
}'{"detail":"Not Found"}