mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-07 07:10:01 +02:00
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
|
ClientID = "2479669";
|
||
|
APIKey = "09f65e9f-262d-4aca...";
|
||
|
|
||
|
AddFields = New Structure;
|
||
|
AddFields.Insert("analytics_data", True);
|
||
|
AddFields.Insert("financial_data", True);
|
||
|
|
||
|
Filter = New Structure;
|
||
|
Filter.Insert("since", XMLString('20230101') + "Z");
|
||
|
Filter.Insert("to" , XMLString('20240101') + "Z");
|
||
|
|
||
|
Result = OPI_Ozon.GetFBOShipmentsList(ClientID, APIKey, Filter, AddFields);
|