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

    Interface VariantPublishAction

    Publishes the Variant by copying the staged data to the current data and setting the published flag to true. Staged will be empty. The parent Product must be published before a Variant can be published. Generates the VariantPublished Message.

    interface VariantPublishAction {
        action: "publish";
    }

    Hierarchy (View Summary)

    Index
    action: "publish"