Skip to content

TSearchResponse

TSearchResponse object

TSearchResponse is an object that represents a list of results from a search query and is being used in search method of Search API.

export type TSearchResponse = {
    products: TSearchProductsResponse;
    producers: TSearchProducersResponse;
    categories: TSearchCategoriesResponse;
};

TSearchProductsResponse

Represents the TSearchProductsResponse object.

TSearchProducersResponse

Represents the TSearchProducersResponse object.

TSearchCategoriesResponse

Represents the TSearchCategoriesResponse object.