Create Supplier
Creates a new supplier record for the business.
Requires scope: suppliers:write
Authentication
API_KEYstring
API Key authentication via header
Request
This endpoint expects an object.
businessName
Display name for the supplier business. Required. Maximum 255 characters.
businessEmail
Primary email address. Maximum 255 characters.
contactName
Name of the primary contact person. Maximum 255 characters.
phoneNumber
Primary phone number. Maximum 50 characters.
address
Street address. Maximum 500 characters.
city
City. Maximum 255 characters.
state
State or province code. Maximum 50 characters.
zipCode
Postal/ZIP code. Maximum 20 characters.
website
Website URL. Maximum 500 characters.
note
Internal notes about this supplier.
Response
This endpoint returns an object.
id
Unique identifier for the supplier.
businessName
Display name of the supplier business.
additionalContacts
Additional contacts at this supplier. Empty list if none configured.
businessEmail
Primary email address for the supplier business.
contactName
Name of the primary contact person at this supplier.
phoneNumber
Primary phone number for the supplier.
address
Street address.
city
City.
state
State or province code (e.g. TX).
zipCode
Postal/ZIP code.
website
Supplier website URL.
note
Internal notes about this supplier.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error