You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-15 01:34:30 +02:00
Доработки по пропущенным тестам
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Result = OPI_Ozon.CheckProductsImagesUpload(ClientID, APIKey, ProductID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Result = OPI_Ozon.CreateBarcodes(ClientID, APIKey, ProductID);
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
TaskID = "1331622743";
|
||||
TaskID = "1334360700";
|
||||
|
||||
Result = OPI_Ozon.GetProductCreationStatus(ClientID, APIKey, TaskID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Result = OPI_Ozon.UnarchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Prices = New Structure;
|
||||
Prices.Insert("auto_action_enabled" , "DISABLED");
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Stocks = New Structure;
|
||||
Stocks.Insert("offer_id" , "143210610");
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1204690101";
|
||||
|
||||
Codes = New Array;
|
||||
Codes.Add("11111111");
|
||||
|
Reference in New Issue
Block a user