Add Product To Family

View as Markdown
Add a product to a family's hierarchy.

Authentication

AuthorizationBearer

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

Path parameters

family_idstringRequired
account_idstringRequired

Request

This endpoint expects an object.
product_idstringRequired
ID of the product
rankintegerRequired>=1
Rank in 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