fix(medusa, types): filter product by external_id (#10010)
This commit is contained in:
@@ -697,6 +697,10 @@ export interface FilterableProductProps
|
||||
* The IDs to filter products by.
|
||||
*/
|
||||
id?: string | string[]
|
||||
/**
|
||||
* The external IDs to filter products by.
|
||||
*/
|
||||
external_id?: string | string[]
|
||||
/**
|
||||
* Filters only or excluding gift card products
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user