createExampleProduct2

POST {{api_url}}/product/{{tenant}}/products

Create new product.

Accepted scopes:

  • hybris.product_create - mandatory
  • hybris.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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Languagestring
Content-Typestring