diff --git a/src/Core/Domain/Product/ValueObject/Gtin.php b/src/Core/Domain/Product/ValueObject/Gtin.php index e49c045717dd5..6677fe6db0f3d 100644 --- a/src/Core/Domain/Product/ValueObject/Gtin.php +++ b/src/Core/Domain/Product/ValueObject/Gtin.php @@ -36,7 +36,7 @@ class Gtin /** * Valid gtin regex pattern */ - public const VALID_PATTERN = '/^[0-9]{0,14}$/'; + public const VALID_PATTERN = '/^[0-9]{8,14}$/'; /** * Maximum allowed symbols