diff --git a/barker/barker/routers/product.py b/barker/barker/routers/product.py index 7d04923..bea607d 100644 --- a/barker/barker/routers/product.py +++ b/barker/barker/routers/product.py @@ -408,6 +408,7 @@ def product_info(item: ProductVersion) -> schemas.Product: price=item.price, hasHappyHour=item.has_happy_hour, isNotAvailable=item.is_not_available, + quantity=item.quantity, isActive=True, sortOrder=item.sort_order, )