api.createProduct("productdot","Lorem Ipsum Dolor Sit Amet","123456","https://example.com");
Delete product.
api.deleteProduct("productdot")
Update product's configuration.
api.updateProduct("productdot", {"name":"productdot","description":"Lorem Ipsum Dolor Sit Amet","developerProductId":"12456","downloadUrl":"https://example.com"});