forked from crowetic/commerce
Update product.ts (#708)
This commit is contained in:
parent
172deeee86
commit
ac8d4bf63d
@ -43,6 +43,7 @@ export type Product = {
|
||||
variants: ProductVariant[]
|
||||
price: ProductPrice
|
||||
options: ProductOption[]
|
||||
vendor?: string
|
||||
}
|
||||
|
||||
export type SearchProductsBody = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user