Mayson Monorepo Documentation
    Preparing search index...
    interface AdjustableQuantity {
        enabled: boolean;
        maximum?: number;
        minimum?: number;
    }
    Index

    Properties

    enabled: boolean

    Set to true if the quantity can be adjusted to any positive integer. Setting to false will remove any previously specified constraints on quantity.

    maximum?: number

    The maximum quantity the customer can purchase for the Checkout Session. By default this value is 99. You can specify a value up to 999999.

    minimum?: number

    The minimum quantity the customer must purchase for the Checkout Session. By default this value is 0.