@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderEditApply

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

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

    Properties

    editVersion: number

    Current version of the OrderEdit to be applied.

    resourceVersion: number

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