ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface ProductSelection

    Represents a specific selection choice within a product option.

    interface ProductSelection {
        id: number;
        value: string;
        description: string;
        key: string;
        inStock: null | boolean;
    }
    Index

    Properties

    id: number

    Unique numeric identifier for the selection

    value: string

    Display value of the selection

    description: string

    Additional descriptive text for the selection

    key: string

    Machine-readable key identifier for the selection

    inStock: null | boolean

    Indicates whether this selection is currently in stock