Create product

Creates a new product in the catalog.

Body Fields

FieldTypeRequiredDescription
namestringYesProduct name
referencestringNoProduct reference/SKU
descriptionstringNoProduct description
activebooleanNoWhether product is active (default: true)
archivedbooleanNoWhether product is archived (default: false)
urlstringNoExternal URL (e.g., supplier link)
tipsstringNoAdditional tips or notes
customFieldsobjectNoCustom field values
unityobjectNoUnit of measure: {"id": <unity_id>}
mediasarrayNoAssociated media files: [{"id": <media_id>}, ...]

Response Fields

FieldTypeDescription
idintegerNewly created product unique identifier
namestringProduct name
referencestringProduct reference/SKU
descriptionstringProduct description
activebooleanWhether product is active
archivedbooleanWhether product is archived
urlstringExternal URL
tipsstringAdditional tips or notes
customFieldsobjectCustom field values
unityobjectUnit of measure
mediasarrayAssociated media files
pricesarrayProduct prices (empty on creation)
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 201 Created: Product successfully created
  • 400 Bad Request: Invalid request body or validation error
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
string
boolean
string
string
unity
object
medias
array of objects
medias
Responses
201

Resource created

400

Bad request

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!