createExampleProduct2
POST {{api_url}}/product/{{tenant}}/products
Create new product.
Accepted scopes:
hybris.product_create- mandatoryhybris.product_publish- required if product is created as published (by providing published flag true )
Parameters:
tenant:
Request Body
{"id"=>"5839249", "code"=>"5839249", "name"=>"ExampleProduct", "description"=>"This is just an example", "published"=>true, "taxClasses"=>{"DE"=>"STANDARD"}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | ||
Content-Language | string | ||
Content-Type | string |