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

    Interface VariantChangeAssetOrderAction

    Changes the order of Assets on a Variant.

    interface VariantChangeAssetOrderAction {
        action: "changeAssetOrder";
        assetOrder: string[];
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "changeAssetOrder"
    assetOrder: string[]

    All existing Asset ids of the Variant in the desired new order.

    staged?: boolean

    Whether only the staged assets is updated. If false, both the current and staged assets are updated.