1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-13 11:50:53 +02:00

6 lines
229 B
Plaintext
Raw Normal View History

2024-09-17 15:57:44 +03:00
 ClientID = FunctionParameters["Ozon_ClientID"];
APIKey = FunctionParameters["Ozon_ApiKey"];
ProductID = FunctionParameters["Ozon_ProductID"];
Result = OPI_Ozon.CreateBarcodes(ClientID, APIKey, ProductID);