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

    Interface UseRelatedProductsOptions

    interface UseRelatedProductsOptions {
        enabled?: boolean;
        featureFlags?: string[];
        page?: string;
        productId: string;
    }
    Index

    Properties

    enabled?: boolean

    Enable or disable the query (default: true)

    featureFlags?: string[]

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

    page?: string

    Pagination cursor for next page

    productId: string

    Product ID to get related products for