Hi @sand,
Can you send me the log or information about the creation request that failed? (payload would be great)
So I can investigate.
The “error”: “JOB_INVALID_DUPLICATED_ORDER_ID” means a job is active (scheduled
or in_progress
) with the same client_reference. In that case we will avoid the job creation and this is the expected behaviour. This topic can also helps you out: Why should I specify a "client_reference" in the Job creation?.
As soon as the job is canceled
/voided
or finished
you can re-use the previous client_reference
.