Create a supplier
Suppliers
Create a supplier
Create a supplier. Suppliers are the source of inbound goods and can carry a nested address.
POST
Create a supplier
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique supplier code (max 50) |
name | Yes | Supplier name (max 50) |
description | No | Supplier description |
active | No | Whether the supplier is active |
address | No | Nested address object (town/city in address_3) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Supplier created successfully

