feat(medusa, stock-location, types): Add q and order params to list-stock-locations (#6197)
**What** - add `q` and `order` params to list-stock-location endpoint closes #6189
This commit is contained in:
@@ -153,10 +153,14 @@ export type StockLocationExpandedDTO = StockLocationDTO & {
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*
|
||||
*
|
||||
* The filters to apply on the retrieved stock locations.
|
||||
*/
|
||||
export type FilterableStockLocationProps = {
|
||||
/**
|
||||
* Search parameter for stock location names
|
||||
*/
|
||||
q?: string
|
||||
/**
|
||||
* The IDs to filter stock locations by.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user