diff --git a/src/Model/Entity/Store/ProductOffer.php b/src/Model/Entity/Store/ProductOffer.php index c094e1b3b..9edc03945 100644 --- a/src/Model/Entity/Store/ProductOffer.php +++ b/src/Model/Entity/Store/ProductOffer.php @@ -170,4 +170,12 @@ class ProductOffer * @JMS\SerializedName("barcode") */ public $barcode; + + /** + * @var string + * + * @JMS\Type("string") + * @JMS\SerializedName("site") + */ + public $site; }