v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
Suppliers

Update a Supplier

OAuth Scope

This endpoint requires the following OAuth scope manage_suppliers.

post/supplier/{uuid}.json

Path parameters

uuidstring uuid required

UUID of the Supplier

Request body

uuidstring uuid

Unique identifier for this record

namestring

The name of the supplier company

business_numberstring

Business registration number (e.g., ABN, EIN)

addressstring

Physical address of the supplier store

emailstring email

Primary contact email address

phonestring

Primary contact phone number

account_numberstring

Your account number with this supplier

Example request

{
  "uuid": "123e4567-827b-4718-855f-23f94cee909b"
}

Response

Success - The record was updated successfully

errorCodenumber
messagestring

Example response

{
  "message": "OK"
}