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

    Interface ProductSetKeyAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key?: string

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

    To update a Product using the [Import API](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data), the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.