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

    Type Alias SupplierSettings

    Supplier selection and limits config.

    type SupplierSettings = {
        enabled?: SupplierClassName[];
        disabled?: SupplierClassName[];
        excludeNonShipping?: boolean;
        resultLimit?: number;
    }
    Index

    Properties

    enabled?: SupplierClassName[]

    Enabled supplier class names; empty means all suppliers.

    disabled?: SupplierClassName[]

    Supplier class names the user has disabled (deny-list).

    excludeNonShipping?: boolean

    When true (the default), exclude suppliers that don't ship to the user's location.

    resultLimit?: number

    Max results to request per supplier.