You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-17 01:42:25 +02:00
Исправления twitter
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Result = OPI_Ozon.CheckProductsImagesUpload(ClientID, APIKey, ProductID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Result = OPI_Ozon.CreateBarcodes(ClientID, APIKey, ProductID);
|
||||
|
@ -1,7 +1,7 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg";
|
||||
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";
|
||||
Video = "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/";
|
||||
|
||||
ImageArray = New Array;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
TaskID = "1331622743";
|
||||
TaskID = "1343187791";
|
||||
|
||||
Result = OPI_Ozon.GetProductCreationStatus(ClientID, APIKey, TaskID);
|
||||
|
@ -1,5 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Result = OPI_Ozon.UnarchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
@ -1,9 +1,9 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg";
|
||||
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";
|
||||
|
||||
MarketingColor = "GREEN";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Prices = New Structure;
|
||||
Prices.Insert("auto_action_enabled" , "DISABLED");
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Stocks = New Structure;
|
||||
Stocks.Insert("offer_id" , "143210610");
|
||||
|
@ -1,6 +1,6 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1202180384";
|
||||
ProductID = "1212175834";
|
||||
|
||||
Codes = New Array;
|
||||
Codes.Add("11111111");
|
||||
|
Reference in New Issue
Block a user