If the editVersion and/or resourceVersion do not match the actual version, a ConcurrentModification error will be returned.

interface OrderEditApply {
    editVersion: number;
    resourceVersion: number;
}

Properties

editVersion: number

Current version of the OrderEdit to be applied.

resourceVersion: number

Current version of the Order to which the OrderEdit is applied.