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

    Interface ProductTailoringUpdate

    interface ProductTailoringUpdate {
        actions: ProductTailoringUpdateAction[];
        version: number;
    }
    Index

    Properties

    Properties

    Update actions to be performed on the ProductTailoring.

    version: number

    Expected version of the ProductTailoring on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.