Adding or editing products is achieved through the Advanced Configuration section of the admin portal. This section contains a series of key value pairs, using JSON. JSON (JavaScript Object Notation) is a standard web notation format used to set and query object data from web sites. Note that capitalization matters in the JSON data structure.
A JSON data structure is formatted as follows:
{ "Key1":"Value1", "Key2":"Value2"}
A key is a variable name and the value is the value assigned to that variable.
The location where the JSON is entered is known as the Type ID. For example, the Type ID of the product configuration is client.webapp.products.productDescription
.