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

    Interface StandalonePriceSetKeyAction

    Sets the key on a Standalone Price. Produces the StandalonePriceKeySet Message.

    interface StandalonePriceSetKeyAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key?: string

    Value to set. Must be unique. If empty, any existing value will be removed.