Create single product to the store

View as Markdown

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Request

The product to add
category_idinteger or nullOptional
namestring or nullOptional
sub_category_idinteger or nullOptional
type_idintegerOptional
variantslist of objects or nullOptional

Response

Created
categoryobject or null
created_ondatetime or null
idlong or null
namestring or null
sub_categoryobject or null
typestring or null
updated_ondatetime or null
user_idlong or null
variantslist of objects or null