Skip to content

Commit

Permalink
Merge pull request #5 from bloomreach/akshgpt7-patch-1
Browse files Browse the repository at this point in the history
Update search-category.yaml
  • Loading branch information
akshgpt7 authored Jul 23, 2024
2 parents 7f20dd4 + 1bd5d09 commit 3e7a3fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions discovery/search-category.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
openapi: 3.1.0
info:
title: Product Search and Category API
title: Product and Category Search API
version: "1.0"
paths:
/:
get:
tags: [Product & Category Search v1]
summary: Get products
tags: [Product & Category Search API v1]
summary: Get products/categories
description:
Returns product data and attributes based on inputted query structure.
Queries can also include filters and facets.
The **Product Search API** sends a keyword query to retrieve results about products and other content on your site. You can apply additional filters and facets to return products and content that either include or exclude specified attributes like colors and brands.

The **Category Search API** sends a category query to retrieve results about products within the categories that you specify.
operationId: product-category-search-api
parameters:
- name: _br_uid_2
Expand Down

0 comments on commit 3e7a3fc

Please sign in to comment.