mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
|
ClientID = "2128753";
|
||
|
APIKey = "7cc90d26-33e4-499b...";
|
||
|
|
||
|
IDArray = New Array;
|
||
|
IDArray.Add("143210608");
|
||
|
|
||
|
Filter = New Structure;
|
||
|
Filter.Insert("visibility", "ALL");
|
||
|
Filter.Insert("offer_id" , IDArray);
|
||
|
|
||
|
Result = OPI_Ozon.GetProductsAttributesData(ClientID, APIKey, Filter);
|