FAIR TESTNET

CREATE, C

Creates a new product publication

publication c product=EID store=EID by=NAME
product Id of a product to create publication for
store Id of a store to create publication at
by Name of the user authorized to create publication for the specified product

Example:

publication c product=1111-22 store=12345-6789 by=satoshi

PERMITTANCE, P

Approve or revoke permission for a store to publish a publication

publication p id=EID publish=BOOL by=NAME
id Id of the publication to manage
publish Approve or revoke a permission to publish
by Name of the user authorized to change the publication

Example:

publication p id=1111-22 publish=yes, no by=satoshi

PRIORITY, O

Make specified publication(store) default in search results

publication o id=EID by=NAME
id Id of the publication to have highest priority
by Name of the user authorized to change the publication

Example:

publication o id=1111-22 by=satoshi