mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-02 23:27:50 +02:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
ClientID = FunctionParameters["Ozon_ClientID"];
|
|
APIKey = FunctionParameters["Ozon_ApiKey"];
|
|
|
|
BarcodesMap = New Map;
|
|
BarcodesMap.Insert(1626044001, "112233");
|
|
|
|
Result = OPI_Ozon.BindBarcodes(ClientID, APIKey, BarcodesMap);
|