Constructors

Properties

Methods

Constructors

Properties

args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: { projectKey: string };
}

Methods

  • Product Projection Search

    Parameters

    • OptionalmethodArgs: {
          headers?: { [key: string]: string | string[] };
          queryArgs?: {
              expand?: string | string[];
              facet?: string | string[];
              filter?: string | string[];
              "filter.facets"?: string | string[];
              "filter.query"?: string | string[];
              fuzzy?: boolean;
              fuzzyLevel?: number;
              limit?: number;
              localeProjection?: string | string[];
              markMatchingVariants?: boolean;
              offset?: number;
              priceChannel?: string;
              priceCountry?: string;
              priceCurrency?: string;
              priceCustomerGroup?: string;
              sort?: string | string[];
              staged?: boolean;
              storeProjection?: string;
              withTotal?: boolean;
              [key: string]: QueryParam;
          };
      }

    Returns ApiRequest<ProductProjectionPagedSearchResponse>