You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
2
docs/en/examples/Ozon/ArchiveProducts.txt
vendored
2
docs/en/examples/Ozon/ArchiveProducts.txt
vendored
@@ -1,5 +1,5 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Result = OPI_Ozon.CheckProductsImagesUpload(ClientID, APIKey, ProductID);
|
||||
|
||||
2
docs/en/examples/Ozon/CreateBarcodes.txt
vendored
2
docs/en/examples/Ozon/CreateBarcodes.txt
vendored
@@ -1,5 +1,5 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Result = OPI_Ozon.CreateBarcodes(ClientID, APIKey, ProductID);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
||||
|
||||
2
docs/en/examples/Ozon/GetFBODraft.txt
vendored
2
docs/en/examples/Ozon/GetFBODraft.txt
vendored
@@ -1,6 +1,6 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
OperationID = "01947f9e-a1f1-749f-9a4e-788f859aa317";
|
||||
OperationID = "0194e729-2dfe-7111-b919-25716e572d8b";
|
||||
|
||||
Status = "CALCULATION_STATUS_IN_PROGRESS";
|
||||
|
||||
|
||||
2
docs/en/examples/Ozon/GetFBOTimeslots.txt
vendored
2
docs/en/examples/Ozon/GetFBOTimeslots.txt
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
DateFrom = OPI_Tools.GetCurrentDate();
|
||||
DateTo = DateFrom + Day;
|
||||
Draft = "40924401";
|
||||
Draft = "42441507";
|
||||
Warehouse = "1020000759116000";
|
||||
|
||||
Result = OPI_Ozon.GetFBOTimeslots(ClientID, APIKey, DateFrom, DateTo, Draft, Warehouse);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
TaskID = "1649769127";
|
||||
TaskID = "1649945991";
|
||||
|
||||
Result = OPI_Ozon.GetProductCreationStatus(ClientID, APIKey, TaskID);
|
||||
|
||||
2
docs/en/examples/Ozon/UnarchiveProducts.txt
vendored
2
docs/en/examples/Ozon/UnarchiveProducts.txt
vendored
@@ -1,5 +1,5 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Result = OPI_Ozon.UnarchiveProducts(ClientID, APIKey, ProductID);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg";
|
||||
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Prices = New Structure;
|
||||
Prices.Insert("auto_action_enabled" , "DISABLED");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Stocks = New Structure;
|
||||
Stocks.Insert("offer_id" , "143210610");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
ProductID = "1392767737";
|
||||
ProductID = "1393009094";
|
||||
|
||||
Codes = New Array;
|
||||
Codes.Add("11111111");
|
||||
|
||||
Reference in New Issue
Block a user