Creates a new store
store years=INT title=NAME by=NAME
| years | Integer number of years in [1..10] range |
| title | A title of a store being created |
| by | A name of suer that is going to register the store |
Example:
store years=324552 title=one by=second
Get store entity information from MCV database
store EID
| <First> | Id of an store to get information about |
Example:
store 1111-22
Prolongs current expiration date of a store for a specified number of years
store EID years=INT by=NAME
| <First> | Id of a store to update |
| years | A number of years to renew store for. Allowed during the last year of current period only. |
| by | A name of user eligible to propose changes to the store |
Example:
store 1111-22 years=324552 by=one
Sets a nickname for a specified store
store EID EID nickname=EID as=ROLE by=NAME
| <First> | Id of a store to update |
| <Second> | Id of a creator |
| nickname | A new nickname |
| as | On behalf of |
| by | A name of user eligible to propose changes to the store |
Example:
store 1111-22 123456-789 nickname=22222-333 as=None by=one
Get categories of a specified store
store EID
| <First> | Id of a store to get categories from |
Example:
store 1111-22
Changes information abourt a store
store EID EID as=ROLE title=TEXT slogan=TEXT description=TEXT by=NAME
| <First> | Id of a store to update |
| as | A role of actor, Moderator by default |
| <Second> | Id of a actor |
| title | A new title |
| slogan | A new slogan |
| description | A new description |
| by | A name of user eligible to propose changes to the store |
Example:
store 1111-22 123456-789 as=None title="Hello world!" slogan="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" description="Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur" by=one