Merge branch 'master' of https://github.com/vercel/commerce into nodejs-provider

This commit is contained in:
Luis Alvarez
2021-05-31 21:26:35 -05:00
161 changed files with 25446 additions and 590 deletions

View File

@@ -6,7 +6,7 @@ export default useSearch as UseSearch<typeof handler>
export type SearchProductsInput = {
search?: string
categoryId?: number
categoryId?: number | string
brandId?: number
sort?: string
locale?: string