feat(medusa): Allow to filter customer groups by discount condition id (#2346)
This commit is contained in:
@@ -15,6 +15,7 @@ import { Type } from "class-transformer"
|
||||
* - (query) q {string} Query used for searching customer group names.
|
||||
* - (query) offset=0 {integer} How many groups to skip in the result.
|
||||
* - (query) order {string} the field used to order the customer groups.
|
||||
* - (query) discount_condition_id {string} The discount condition id on which to filter the customer groups.
|
||||
* - in: query
|
||||
* name: id
|
||||
* style: form
|
||||
|
||||
Reference in New Issue
Block a user