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

    Interface WixGroupMember

    A member product within a product group, with its selected choice.

    interface WixGroupMember {
        productId: string;
        slug: string;
        inventoryAvailabilityStatus: string;
        choice: ProductSelection;
    }
    Index

    Properties

    productId: string

    Identifier of the member product

    slug: string

    URL slug of the member product

    inventoryAvailabilityStatus: string

    Inventory availability status of the member

    The option choice that this member represents