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

    Interface UseProductsOptions

    interface UseProductsOptions {
        country?: string;
        currency?: string;
        enabled?: boolean;
        featureFlags?: string[];
        inStock?: boolean;
        language?: string;
        productIds: 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'])

    inStock?: boolean

    Only return products that are in stock

    language?: string

    Language code for localization (e.g., 'en', 'es')

    productIds: string[]

    Array of product IDs to fetch