1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/examples/Ozon/GetProductsStocks.txt
Vitaly the Alpaca (bot) 4b4394db7f Main build (Jenkins)
2025-03-06 20:58:59 +03:00

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);