diff --git a/docs/en/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md b/docs/en/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md index 4dc9057c31..48a37acd20 100644 --- a/docs/en/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md +++ b/docs/en/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md @@ -53,8 +53,8 @@ The activation code is linked to the digital product card ```json title="Result" { - "code": 7, - "message": "Is not service company", - "details": [] + "result": { + "task_id": 123479811 + } } ``` diff --git a/docs/ru/md/Ozon/Prices-and-stocks/Update-products-prices.md b/docs/ru/md/Ozon/Prices-and-stocks/Update-products-prices.md index 4155532704..ca5caae5f9 100644 --- a/docs/ru/md/Ozon/Prices-and-stocks/Update-products-prices.md +++ b/docs/ru/md/Ozon/Prices-and-stocks/Update-products-prices.md @@ -54,8 +54,13 @@ sidebar_position: 5 ```json title="Результат" { - "code": 3, - "message": "proto: (line 11:18): invalid value for int64 type: \"\"", - "details": [] + "result": [ + { + "product_id": 1179230269, + "offer_id": "143210608", + "updated": true, + "errors": [] + } + ] } ``` diff --git a/docs/ru/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md b/docs/ru/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md index aeb7184de9..26333a0953 100644 --- a/docs/ru/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md +++ b/docs/ru/md/Ozon/Uploading-and-updating-products/Upload-product-activation-codes.md @@ -53,8 +53,8 @@ sidebar_position: 15 ```json title="Результат" { - "code": 7, - "message": "Is not service company", - "details": [] + "result": { + "task_id": 123479811 + } } ```