NAME
Nitesi::Product - Product class for Nitesi Shop Machine
DESCRIPTION
Generic product class for Nitesi.
PRODUCTS
Each product has the following attributes:
- sku
 - 
Unique product identifier.
 - name
 - 
Product name.
 - short_description
 - 
Short product description.
 - description
 - 
Full product description.
 - price
 - 
Product price.
 - uri
 - 
Link to Product.
 - weight
 - 
Product weight in grams.
 - priority
 - 
The product priority is used for sorting products on search results and category listings.
 - inactive
 - 
Inactive products are excluded from search results and category listings.
 
METHODS
api_attributes
API attributes for product class.
api_info
API information for product class.
AUTHOR
Stefan Hornburg (Racke), <racke@linuxia.de>
LICENSE AND COPYRIGHT
Copyright 2012-2013 Stefan Hornburg (Racke) <racke@linuxia.de>.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.