mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
Update types.ts
This commit is contained in:
parent
c2e5eb8501
commit
78ba559d4f
@ -51,6 +51,8 @@ export type ProductVariant = {
|
|||||||
isInStock?: boolean
|
isInStock?: boolean
|
||||||
// Indicates if the product variant is available for sale.
|
// Indicates if the product variant is available for sale.
|
||||||
availableForSale?: boolean
|
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
|
// The variant's weight. If a weight was not explicitly specified on the
|
||||||
// variant this will be the product's weight.
|
// variant this will be the product's weight.
|
||||||
weight?: Measurement
|
weight?: Measurement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user