name; $restDescription['productcode'] = $this->article; $restDescription['discontinued'] = 1; //active product $restDescription['usageunit'] = $this->unitName; $restDescription['unit_price'] = $this->price; $restDescription['qtyinstock'] = $this->stockCount; $restDescription['currency_id'] = $this->currencyId; $restDescription['conversion_rate'] = $this->conversionRate; $restDescription['one_s_id'] = $this->oneEsIdentifier; return $restDescription; } } ?>