1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-04 23:37:46 +02:00

15 lines
385 B
Plaintext
Raw Normal View History

2024-12-22 14:14:05 +03:00
 ClientID = "2479669";
2024-12-22 13:51:21 +03:00
APIKey = "09f65e9f-262d-4aca...";
2024-12-24 20:21:21 +03:00
OperationID = "0193f9aa-d617-760b-8be6-ea9b87581390";
2024-12-22 13:51:21 +03:00
2024-12-22 19:54:23 +03:00
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;