Type Alias ServiceBuilderParams
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;
}
Type declaration
OptionalapplyOrderEditTo?: boolean
OptionalcartId?: string | null
Optionalcontainer?: string | null
Optionalcountry?: string
Optionalcurrency?: string
OptionalcustomerId?: string | null
OptionaldataErasure?: string
Optionalexpand?: string[]
Optionalfacet?: string[]
Optionalfilter?: string[]
OptionalfilterByFacets?: string[]
OptionalfilterByQuery?: string[]
Optionalfuzzy?: boolean
OptionalfuzzyLevel?: number
Optionalid?: string | null
Optionalkey?: string | null
OptionalmarkMatchingVariants?: boolean
OptionalorderNumber?: number
page: number | null
perPage: number | null
OptionalpriceChannel?: string
OptionalpriceCountry?: string
OptionalpriceCurrency?: string
OptionalpriceCustomerGroup?: string
OptionalsearchKeywords?: { language: string; value: string }[]
sort: { by: string; direction: "asc" | "desc" }[]
Optionalstaged?: boolean
Optionalstate?: string
Optionaltext?: { language?: string; value?: string } | null
Optionalversion?: string
Optionalwhere?: string[]
OptionalwhereOperator?: "and" | "or"
withTotal: boolean | null