You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
OZON: Акции
This commit is contained in:
5
docs/en/examples/Ozon/GetAvailablePromoProducts.txt
Normal file
5
docs/en/examples/Ozon/GetAvailablePromoProducts.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
PromoID = 111111111;
|
||||
|
||||
Result = OPI_Ozon.GetAvailablePromoProducts(ClientID, APIKey, PromoID);
|
||||
5
docs/en/examples/Ozon/GetCurrentPromoProducts.txt
Normal file
5
docs/en/examples/Ozon/GetCurrentPromoProducts.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
PromoID = 111111111;
|
||||
|
||||
Result = OPI_Ozon.GetCurrentPromoProducts(ClientID, APIKey, PromoID);
|
||||
4
docs/en/examples/Ozon/GetPromotionsList.txt
Normal file
4
docs/en/examples/Ozon/GetPromotionsList.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
|
||||
Result = OPI_Ozon.GetPromotionsList(ClientID, APIKey);
|
||||
@@ -1,4 +1,4 @@
|
||||
ClientID = "2128753";
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = 1156646653;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user