You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-05 22:53:35 +02:00
12 lines
304 B
Plaintext
Vendored
12 lines
304 B
Plaintext
Vendored
ClientID = "2479669";
|
|
APIKey = "09f65e9f-262d-4aca...";
|
|
|
|
IDArray = New Array;
|
|
IDArray.Add("143210608");
|
|
|
|
Filter = New Structure;
|
|
Filter.Insert("visibility", "ALL");
|
|
Filter.Insert("offer_id" , IDArray);
|
|
|
|
Result = OPI_Ozon.GetProductsStocks(ClientID, APIKey, Filter);
|