Creating product with template
POST {{api-url}}/product/{{tenant}}/products/
Creates a new product. Note: Only required if you want to publish the product when creating it.
Required scopes
product.product_create
product.product_publish
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Language
|
string | ||
Content-Type
|
string |
RESPONSES
status Created
{
"id": "61f9289906dc0733d29455db",
"yrn": "urn:yaas:saasag:caasproduct:product:saastest2;61f9289906dc0733d29455db",
"link": "https://product.k8s-stage.emporix.io/saastest2/products/61f9289906dc0733d29455db"
} |
ENDPOINTS