ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface WixGroupInfo

    Grouping information that ties variant products together under a single group.

    interface WixGroupInfo {
        productGroupId: string;
        groupingCustomizationId: string;
        members: WixGroupMember[];
    }
    Index

    Properties

    productGroupId: string

    Identifier of the product group

    groupingCustomizationId: string

    Identifier of the grouping customization

    members: WixGroupMember[]

    Member products belonging to the group