curl --silent --show-error --fail-with-body --request PUT \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"address": "548 Market St",
"city": "San Francisco",
"contact_name": "Ada Lovelace",
"country": "US",
"currency": "USD",
"email": "ada.lovelace@example.com",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"notes": "Two-person tent, green — replacement for damaged pole set.",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"postal_code": "94107",
"state": "CA",
"tax_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"website": "https://example.com/webhooks/stateset"
}'
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Update a supplier
Update a supplier
PUT
/
api
/
v1
/
suppliers
/
{id}
curl --silent --show-error --fail-with-body --request PUT \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"address": "548 Market St",
"city": "San Francisco",
"contact_name": "Ada Lovelace",
"country": "US",
"currency": "USD",
"email": "ada.lovelace@example.com",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"notes": "Two-person tent, green — replacement for damaged pole set.",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"postal_code": "94107",
"state": "CA",
"tax_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"website": "https://example.com/webhooks/stateset"
}'
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Confirm your deployment before running this request. This page describes an API contract;
a published reference does not establish hosted availability. Check the dated
host report and obtain your deployment URL and credentials.
Replace the example host if your provisioned service uses a different URL.
Path parameters
string
required
Supplier ID
Request body
UpdateSupplierRequest
string,null
string,null
string,null
string,null
string,null
ISO 4217 currency code.
string,null
boolean,null
integer,null (int32)
string,null
Decimal minimum order amount as a string.
string,null
string,null
string,null
string,null
string,null
string,null
string,null
string,null
Response
SupplierResponse
string,null
string,null
string
required
string
required
string,null
string
required
boolean
required
integer,null (int32)
string,null
string
required
string
required
string,null
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
400 | — |
404 | — |
Using this contract
Read the source OpenAPI document for declared schemas and alternatives. This page also includes documented corrections from the spec overlays. Example IDs and values are illustrative; replace them with records from your workspace.curl --silent --show-error --fail-with-body --request PUT \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"address": "548 Market St",
"city": "San Francisco",
"contact_name": "Ada Lovelace",
"country": "US",
"currency": "USD",
"email": "ada.lovelace@example.com",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"notes": "Two-person tent, green — replacement for damaged pole set.",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"postal_code": "94107",
"state": "CA",
"tax_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"website": "https://example.com/webhooks/stateset"
}'
{
"contact_name": "Ada Lovelace",
"country": "US",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"email": "ada.lovelace@example.com",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"lead_time_days": 1,
"minimum_order": "string",
"name": "Two-Person Tent",
"payment_terms": "string",
"phone": "+1 415 555 0142",
"supplier_code": "string"
}
Last modified on September 21, 2026