mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
ClientID = FunctionParameters["Ozon_ClientID"];
|
|
APIKey = FunctionParameters["Ozon_ApiKey"];
|
|
SKU = 1626044001;
|
|
|
|
Result = OPI_Ozon.GetProductSubscribersCount(ClientID, APIKey, SKU);
|