idempotency_key_conflict
Partner API error
HTTP status: 409
Cause
Same Idempotency-Key was reused with a different request body.
Partner action
Use a new UUID v4 for a new operation, or replay the exact same body.
Gando action (internal)
Check Redis idempotency store entry for the key.