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
|
||||
allow_backorder: boolean | null
|
||||
manage_inventory: boolean | null
|
||||
inventory_quantity?: number
|
||||
hs_code: string | null
|
||||
origin_country: string | null
|
||||
mid_code: string | null
|
||||
|
||||
Reference in New Issue
Block a user