Creates a product entity under the specified author
product c author=EID type=PRODUCTTYPE by=NAME
| author | Author Id to create the product under | |
| type | A type of product | |
| by | Name of the user eligible to change the product |
Example:
product c author=1111-22 type=Software by=satoshi
Destroys existing product and all its associated data
product x id=EID by=NAME
| id | Id of the product to delete | |
| by | Name of the user eligible to change the product |
Example:
product x id=1111-22 by=satoshi
Updates a product properties
product u id=EID definition=TEXT by=NAME
| id | Id of the product to update | |
| definition | Product definition | |
| by | Name of the user eligible to change the product |
Example:
product u id=1111-22 definition="Hello world!" by=satoshi
Gets information about product specified
product e id=EID by=NAME
| id | Id of the product to get information about | |
| by | Name of the user eligible to change the product |
Example:
product e id=1111-22 by=satoshi