diff --git a/data.json.gpg b/data.json.gpg
index 8f07c721d0..2b3d97084e 100644
Binary files a/data.json.gpg and b/data.json.gpg differ
diff --git a/docs/en/results/Ozon/GetProductPriceStructure.log b/docs/en/results/Ozon/GetProductPriceStructure.log
new file mode 100644
index 0000000000..9203e2f645
--- /dev/null
+++ b/docs/en/results/Ozon/GetProductPriceStructure.log
@@ -0,0 +1,10 @@
+ {
+ "auto_action_enabled": "<Enable auto application of shares: ENABLED or DISABLED>",
+ "currency_code": "<currency>",
+ "min_price": "<minimum price of product after promotions have been applied>",
+ "offer_id": "<product identifier in the sellers system>",
+ "old_price": "<price before discounts; specify 0 if no discounts are available>",
+ "price": "<product price with discounts>",
+ "price_strategy_enabled": "<auto application of price strategies: ENABLED or DISABLED>",
+ "product_id": "<Product ID>"
+}
diff --git a/docs/en/results/Ozon/GetProductStocksStructure.log b/docs/en/results/Ozon/GetProductStocksStructure.log
new file mode 100644
index 0000000000..f20c032516
--- /dev/null
+++ b/docs/en/results/Ozon/GetProductStocksStructure.log
@@ -0,0 +1,6 @@
+ {
+ "offer_id": "<article>",
+ "product_id": "<Product ID>",
+ "stock": "<amount>",
+ "warehouse_id": "<Warehouse ID>"
+}
diff --git a/docs/en/results/Ozon/UpdateProductsStocks.log b/docs/en/results/Ozon/UpdateProductsStocks.log
new file mode 100644
index 0000000000..afcf000e87
--- /dev/null
+++ b/docs/en/results/Ozon/UpdateProductsStocks.log
@@ -0,0 +1,16 @@
+ {
+ "result": [
+  {
+   "warehouse_id": 1,
+   "product_id": 0,
+   "offer_id": "143210610",
+   "updated": false,
+   "errors": [
+    {
+     "code": "WAREHOUSE_NOT_FOUND",
+     "message": "warehouse has wrong id: 1"
+    }
+   ]
+  }
+ ]
+}