diff --git a/data.json.gpg b/data.json.gpg index 8f07c721d..2b3d97084 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 000000000..9203e2f64 --- /dev/null +++ b/docs/en/results/Ozon/GetProductPriceStructure.log @@ -0,0 +1,10 @@ + { + "auto_action_enabled": "", + "currency_code": "", + "min_price": "", + "offer_id": "", + "old_price": "", + "price": "", + "price_strategy_enabled": "", + "product_id": "" +} diff --git a/docs/en/results/Ozon/GetProductStocksStructure.log b/docs/en/results/Ozon/GetProductStocksStructure.log new file mode 100644 index 000000000..f20c03251 --- /dev/null +++ b/docs/en/results/Ozon/GetProductStocksStructure.log @@ -0,0 +1,6 @@ + { + "offer_id": "
", + "product_id": "", + "stock": "", + "warehouse_id": "" +} diff --git a/docs/en/results/Ozon/UpdateProductsStocks.log b/docs/en/results/Ozon/UpdateProductsStocks.log new file mode 100644 index 000000000..afcf000e8 --- /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" + } + ] + } + ] +}