Manage Products On Sale
Service Product Addition
After service provider uploads service products , provider can use merchant cli tool(see cli guide for details) to upload a modified service template through following command:
python vcloud.py service --template YOUR-YAML-FILE
Service Product Information Update
Service provider can modify some properties of template information in yaml file to update services on sale. Modified service template is uploaded to provider node, and then sent to platform node to update the service information.
if service
or service category
changed in yaml, new service
and service category
will be generated after submission, and old service information will not be deleted.
Service Provider Identity Information Update
Service provider information can't be modified after registration, such as provider
and walletAddress
. Because these two properties are used to differentiate providers.
Service Product Deletion
Coming soon.