Create Product Family

View as Markdown
Create a new product family.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Request

This endpoint expects an object.
namestringRequired>=1 character
Family name
descriptionstring or nullOptional
Family description
hierarchylist of objects or nullOptional
Initial product hierarchy

Response

Successful Response
idstring
account_idstring
namestring
created_atdatetime
updated_atdatetime
descriptionstring or nullOptional
hierarchymap from strings to integersOptional
deleted_atdatetime or nullOptional

Errors

422
Unprocessable Entity Error