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

    Interface GetAttributeValueParams

    Options interface for {@see getAttributeValue}

    interface GetAttributeValueParams {
        attributes: undefined | null | Attribute[];
        name: string;
    }
    Index

    Properties

    Properties

    attributes: undefined | null | Attribute[]

    Attribute list

    name: string

    Name of the attribute that you want to retrieve the value of