<font color="#29313b">A GoodsProduct might be either Rented or Sold.</font><br/><font color="#29313b"><i>A Rented and a Sold GoodsProduct won’t have the same After-Sale Service</i></font><br/><font color="#29313b"><i>Each GoodsProduct might be either in original or reconditioned condition</i></font><br/><font color="#29313b">If we want to sell the GoodsProduct in original or reconditioned condition two options exist. </font><br/><ul> <li><font color="#29313b">Define a unique ProductSpec with a characteristic proposing “original condition” or “reconditioned condition”</font></li></ul> <ul> <li><font color="#29313b">Define two ProductSpecs, one for “original condition” and one for “reconditioned condition”</font></li></ul> <font color="#29313b"><i>In this illustration we have chosen to define only one ProductSpec</i></font><br/><font color="#29313b">Each ProductSpec might be sold by several ProductOfferings and with specific configuration restrictions.</font><br/><font color="#29313b">For Rented Livebox, it’s always the same StockItem.</font><br/><font color="#29313b">Each Resource corresponding to this StockItem might be either NEW or reconditioned. It has no impact.</font><br/><font color="#29313b">For Sold Livebox, it won’t be the same StockItem according to its condition.</font><br/>