idempotencyKey property

String? idempotencyKey
final

A value you specify that uniquely identifies this clone request.

If you are unsure whether a particular order was cloned successfully, you can reattempt the call with the same idempotency key without worrying about creating duplicate cloned orders. The originally cloned order is returned.

Implementation

final String? idempotencyKey;