From 7d1a1da73585ef9a891dcdf9414a809ba5185184 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Tue, 10 Sep 2024 14:16:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Upload-product-activation-codes.md | 6 +++--- .../Ozon/Prices-and-stocks/Update-products-prices.md | 11 ++++++++--- .../Upload-product-activation-codes.md | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) 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 + } } ```