mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +00:00
Update types.ts
This commit is contained in:
parent
c2e5eb8501
commit
78ba559d4f
@ -51,6 +51,8 @@ export type ProductVariant = {
|
||||
isInStock?: boolean
|
||||
// Indicates if the product variant is available for sale.
|
||||
availableForSale?: boolean
|
||||
// The total sellable quantity of the variant for online sales channels.
|
||||
quantityAvailable?: number
|
||||
// The variant's weight. If a weight was not explicitly specified on the
|
||||
// variant this will be the product's weight.
|
||||
weight?: Measurement
|
||||
|
Loading…
x
Reference in New Issue
Block a user