1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00
OpenIntegrations/docs/en/examples/Ozon/UploadProductActivationCodes.txt
Vitaly the Alpaca (bot) f47c6f5e2d Main build (Jenkins)
2024-10-05 11:21:35 +03:00

10 lines
268 B
Plaintext

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