1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00
OpenIntegrations/docs/en/examples/Ozon/UploadProductActivationCodes.txt

10 lines
268 B
Plaintext
Raw Normal View History

2024-09-21 10:57:02 +03:00
 ClientID = "2128753";
APIKey = "7cc90d26-33e4-499b...";
2024-09-28 21:33:38 +03:00
ProductID = "1194280055";
Codes = New Array;
Codes.Add("11111111");
Codes.Add("22222222");
Result = OPI_Ozon.UploadProductActivationCodes(ClientID, APIKey, ProductID, Codes);