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:
4
docs/en/data/Ozon/GetAvailablePromoProducts.json
Normal file
4
docs/en/data/Ozon/GetAvailablePromoProducts.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ClientID": "2128753",
|
||||
"APIKey": "7cc90d26-33e4-499b..."
|
||||
}
|
||||
4
docs/en/data/Ozon/GetCurrentPromoProducts.json
Normal file
4
docs/en/data/Ozon/GetCurrentPromoProducts.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ClientID": "2128753",
|
||||
"APIKey": "7cc90d26-33e4-499b..."
|
||||
}
|
||||
4
docs/en/data/Ozon/GetPromotionsList.json
Normal file
4
docs/en/data/Ozon/GetPromotionsList.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ClientID": "2128753",
|
||||
"APIKey": "7cc90d26-33e4-499b..."
|
||||
}
|
||||
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