fix(types): add inventory_quantity to http variant type (#9030)

This commit is contained in:
Shahed Nasser
2024-09-06 13:33:02 +03:00
committed by GitHub
parent e27056b3c3
commit 3ba0ddcd43

View File

@@ -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