diff --git a/engine/core/serializers/detail.py b/engine/core/serializers/detail.py index 8950f72f..b92d4b98 100644 --- a/engine/core/serializers/detail.py +++ b/engine/core/serializers/detail.py @@ -277,6 +277,7 @@ class ProductDetailSerializer(ModelSerializer): "created", "modified", "discount_price", + "personal_orders_only", ] def get_rating(self, obj: Product) -> float: