diff --git a/src/Model/Entity/Store/ProductOffer.php b/src/Model/Entity/Store/ProductOffer.php index c094e1b..9edc039 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; }