Skip to content

Commit

Permalink
edit product search endpoint
Browse files Browse the repository at this point in the history
disclaimer: more information about objects in the products array will be added as part of the comprehensive API review (KR5)
  • Loading branch information
julia-rabello committed Dec 15, 2023
1 parent 180c9d5 commit 466c8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VTEX - Intelligent Search API.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"/product_search/{facets}": {
"get": {
"summary": "Get list of products for a query",
"description": "Lists the products for a given query.",
"description": "Lists the active products for a given query.",
"tags": [
"Product List Page"
],
Expand Down Expand Up @@ -1227,7 +1227,7 @@
},
"products": {
"type": "array",
"description": "List of products",
"description": "List of active products.",
"items": {
"type": "object"
}
Expand Down

0 comments on commit 466c8ca

Please sign in to comment.