mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
ClientID = FunctionParameters["Ozon_ClientID"];
|
|
APIKey = FunctionParameters["Ozon_ApiKey"];
|
|
|
|
Result = OPI_Ozon.GetWarehousesList(ClientID, APIKey);
|