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/GetFBODraft.txt
Vitaly the Alpaca (bot) e2be9c7328 Main build (Jenkins)
2025-05-21 08:49:49 +03:00

15 lines
385 B
Plaintext
Vendored

ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
OperationID = "0196ef54-505b-77a6-a910-53fb4debe50c";
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;