feat(medusa): Filter product list by discount condition id (#2464)

This commit is contained in:
Adrien de Peretti
2022-10-19 11:23:33 +02:00
committed by GitHub
parent 9deec0fc3c
commit 8be67c734c
7 changed files with 144 additions and 25 deletions
@@ -14,6 +14,7 @@ import { FilterableProductProps } from "../../../../types/product"
* x-authenticated: true
* parameters:
* - (query) q {string} Query used for searching product title and description, variant title and sku, and collection title.
* - (query) discount_condition_id {string} The discount condition id on which to filter the product.
* - in: query
* name: id
* style: form