FAIR TESTNET

CREATE

Creates a product entity in the MCV database

product EID type=PRODUCTTYPE by=NAME
<First> Entity id of author to create a product for
type A type of product
by User name

Example:

product 1111-22 type=Software by=one

DESTROY

Destroys existing product and all its associated data

product EID by=NAME
<First> Id of a product to delete
by User name

Example:

product 1111-22 by=one

UPDATE

Updates a product entity properties in the MCV database

product EID definition=TEXT by=NAME
<First> Id of a product to update
definition Product definition
by User name

Example:

product 1111-22 definition="Hello world!" by=one

ENTITY

Gets product entity information from the MCV database

product EID by=NAME
<First> Id of a product to get information about
by User name

Example:

product 1111-22 by=one