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[]
|
variants: ProductVariant[]
|
||||||
price: ProductPrice
|
price: ProductPrice
|
||||||
options: ProductOption[]
|
options: ProductOption[]
|
||||||
|
vendor?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type SearchProductsBody = {
|
export type SearchProductsBody = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user