1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/examples/Ozon/GetProductsStocks.txt

12 lines
304 B
Plaintext
Raw Normal View History

2024-12-20 16:27:30 +03:00
 ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
IDArray = New Array;
IDArray.Add("143210608");
Filter = New Structure;
2025-03-06 20:58:59 +03:00
Filter.Insert("visibility", "ALL");
Filter.Insert("offer_id" , IDArray);
Result = OPI_Ozon.GetProductsStocks(ClientID, APIKey, Filter);