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

    Interface CustomFields

    Serves as value of the custom field on a resource or data type customized with a Type.

    interface CustomFields {
        fields: FieldContainer;
        type: TypeReference;
    }
    Index

    Properties

    Properties

    Object containing the Custom Fields for the customized resource or data type.

    Reference to the Type that holds the FieldDefinitions for the Custom Fields.