Create a new product

Creates a new product for the organization

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
namestringRequired>=1 character
descriptionstring or nullOptional
activebooleanOptionalDefaults to false
productCodestring or nullOptional
externalIdstring or nullOptional
metadatamap from strings to any or nullOptional

Response

201
idstring
namestring
descriptionstring or null
createdAtdatetime
updatedAtdatetime
activeboolean
productCodestring or null
externalIdstring or null
archivedAtdatetime or null
metadatamap from strings to any or null

Errors