1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-10 04:18:47 +02:00
OpenIntegrations/docs/en/examples/Ozon/CreateBarcodes.txt

6 lines
229 B
Plaintext
Raw Normal View History

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