Typescript SDK Type Docs
    Preparing search index...

    Type Alias ServiceBuilderParams

    type ServiceBuilderParams = {
        applyOrderEditTo?: boolean;
        cartId?: string | null;
        container?: string | null;
        country?: string;
        currency?: string;
        customerId?: string | null;
        dataErasure?: string;
        expand?: string[];
        facet?: string[];
        filter?: string[];
        filterByFacets?: string[];
        filterByQuery?: string[];
        fuzzy?: boolean;
        fuzzyLevel?: number;
        id?: string | null;
        key?: string | null;
        markMatchingVariants?: boolean;
        orderNumber?: number;
        page: number | null;
        perPage: number | null;
        priceChannel?: string;
        priceCountry?: string;
        priceCurrency?: string;
        priceCustomerGroup?: string;
        searchKeywords?: { language: string; value: string }[];
        sort: { by: string; direction: "asc" | "desc" }[];
        staged?: boolean;
        state?: string;
        text?: { language?: string; value?: string } | null;
        version?: string;
        where?: string[];
        whereOperator?: "and" | "or";
        withTotal: boolean | null;
    }
    Index

    Properties

    applyOrderEditTo?: boolean
    cartId?: string | null
    container?: string | null
    country?: string
    currency?: string
    customerId?: string | null
    dataErasure?: string
    expand?: string[]
    facet?: string[]
    filter?: string[]
    filterByFacets?: string[]
    filterByQuery?: string[]
    fuzzy?: boolean
    fuzzyLevel?: number
    id?: string | null
    key?: string | null
    markMatchingVariants?: boolean
    orderNumber?: number
    page: number | null
    perPage: number | null
    priceChannel?: string
    priceCountry?: string
    priceCurrency?: string
    priceCustomerGroup?: string
    searchKeywords?: { language: string; value: string }[]
    sort: { by: string; direction: "asc" | "desc" }[]
    staged?: boolean
    state?: string
    text?: { language?: string; value?: string } | null
    version?: string
    where?: string[]
    whereOperator?: "and" | "or"
    withTotal: boolean | null