@makerinc/react-sdk
    Preparing search index...

    Interface UseSearchProductsOptions

    interface UseSearchProductsOptions {
        country?: string;
        currency?: string;
        enabled?: boolean;
        featureFlags?: string[];
        fmt?: "google";
        limit?: number;
        query?: string;
    }
    Index

    Properties

    country?: string

    Country code for contextual pricing (e.g., 'US', 'CA')

    currency?: string

    Currency code for prices (e.g., 'USD', 'EUR')

    enabled?: boolean

    Enable or disable the query (default: true)

    featureFlags?: string[]

    Feature flags for backend overrides (e.g., ['language-spanish', 'mexico-holiday-sale'])

    fmt?: "google"

    Return data in Google Product Feed format

    limit?: number

    Maximum number of products to return (default: 20)

    query?: string

    Search query string