Skip to main content
POST
Create a supplier
Requires permission:

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"Supplier Name"

uuid
string<uuid>
syncId
string

An identifier to use when syncing data with other systems. Read more

Example:

"sync123"

Response

A supplier

uuid
string<uuid>
syncId
string

An identifier to use when syncing data with other systems. Read more

Example:

"sync123"

name
string
Example:

"Supplier Name"

connected
boolean
Example:

true

image
string
Example:

"https://app.variable.global/uploads/image.jpg"