latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Manufacturers

Create new manufacturer

post/manufacturers

Query parameters

skipWebhookboolean

Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks

Headers

x-organization-idinteger

Required if using a multi organizations token

Request body

namestring required

Manufacturer name.

Example request

{
  "name": "ACME Corporation"
}

Response

Successfully created manufacturer

idinteger required

Unique ID of the manufacturer.

Example response

{
  "id": 963
}