You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
OZON: Изменение артикулов
This commit is contained in:
5
docs/en/examples/Ozon/GetProductsInformation.txt
Normal file
5
docs/en/examples/Ozon/GetProductsInformation.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
Article = "143210608";
|
||||
|
||||
Result = OPI_Ozon.GetProductsInformation(ClientID, APIKey, , , Article);
|
||||
7
docs/en/examples/Ozon/UpdateProductsArticles.txt
Normal file
7
docs/en/examples/Ozon/UpdateProductsArticles.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
|
||||
ArticlesMap = New Map;
|
||||
ArticlesMap.Insert("143210608", "143210609");
|
||||
|
||||
Result = OPI_Ozon.UpdateProductsArticles(ClientID, APIKey, ArticlesMap);
|
||||
Reference in New Issue
Block a user