Create product

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired
descriptionstringOptional
externalIdstringOptional
typeenumOptionalDefaults to product
Allowed values:
activebooleanOptionalDefaults to false
productCodestringOptional
metadatamap from strings to anyOptional

Response

Success response
idstringformat: "uuid"
organizationIdstringformat: "uuid"
namestring
typeenum
The type of product
Allowed values:
activeboolean
externalIdstring or null
displayIdstring

Human-readable display ID

descriptionstring or null
productCodestring or null
ProductAttributelist of objects
Pricing attributes for this product
metadatamap from strings to any or null
createdAtdatetime
updatedAtdatetime