Creating a new product template
POST {{api-url}}/product/{{tenant}}/product-templates
Creates a new product template. The product template defines a set of attributes which are common for all product instances based on the product template.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Language
|
string | The Content-Language request HTTP header defines language(s) of the payload. | |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "624c3e7c3406122baacc7e93"
} |
ENDPOINTS