1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/Ozon/UploadProductActivationCodes.txt
T
Vitaly the Alpaca (bot) 115f4e7594 Main build (Jenkins)
2024-10-22 00:14:15 +03:00

10 lines
268 B
Plaintext

ClientID = "2128753";
APIKey = "7cc90d26-33e4-499b...";
ProductID = "1235184552";
Codes = New Array;
Codes.Add("11111111");
Codes.Add("22222222");
Result = OPI_Ozon.UploadProductActivationCodes(ClientID, APIKey, ProductID, Codes);