fix(types): add inventory_quantity to http variant type (#9030)
This commit is contained in:
@@ -50,6 +50,7 @@ export interface BaseProductVariant {
|
|||||||
upc: string | null
|
upc: string | null
|
||||||
allow_backorder: boolean | null
|
allow_backorder: boolean | null
|
||||||
manage_inventory: boolean | null
|
manage_inventory: boolean | null
|
||||||
|
inventory_quantity?: number
|
||||||
hs_code: string | null
|
hs_code: string | null
|
||||||
origin_country: string | null
|
origin_country: string | null
|
||||||
mid_code: string | null
|
mid_code: string | null
|
||||||
|
|||||||
Reference in New Issue
Block a user