Skip to content

Commit ae12623

Browse files
fix(types): add option_id field to FilterableProductOptionValueProps (#13085)
Co-authored-by: Oli Juhl <[email protected]>
1 parent f4ae615 commit ae12623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/types/src/product/common.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,10 @@ export interface FilterableProductOptionValueProps
861861
* The values to filter product option values by.
862862
*/
863863
value?: string | string[]
864+
/**
865+
* The Product Option IDs to filter product option values by.
866+
*/
867+
option_id?: string | string[]
864868
}
865869

866870
/**

0 commit comments

Comments
 (0)