mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-05-31 23:20:02 +02:00
15 lines
385 B
Plaintext
Vendored
15 lines
385 B
Plaintext
Vendored
ClientID = "2479669";
|
|
APIKey = "09f65e9f-262d-4aca...";
|
|
OperationID = "0193f9aa-d617-760b-8be6-ea9b87581390";
|
|
|
|
Status = "CALCULATION_STATUS_IN_PROGRESS";
|
|
|
|
While Status = "CALCULATION_STATUS_IN_PROGRESS" Do
|
|
|
|
Result = OPI_Ozon.GetFBODraft(ClientID, APIKey, OperationID);
|
|
Status = Result["status"];
|
|
|
|
OPI_Tools.Pause(20);
|
|
|
|
EndDo;
|