Skip to main content
PATCH
Edit a supplier
Requires permission:

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

Supplier UUID. GET also accepts the supplier's syncId or internalId; PATCH and DELETE require the UUID.

Body

application/json
uuid
string<uuid>
required
syncId
string

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

Example:

"sync123"

name
string
Example:

"Supplier Name"

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"