curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
Get a supplier
Get a supplier
GET
/
api
/
v1
/
suppliers
/
{id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
Path parameters
string
required
Supplier ID
Responses
SupplierResponse
ErrorBody
curl --request GET \
--url 'https://api.stateset.com/api/v1/suppliers/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"contact_name": null,
"country": null,
"created_at": "string",
"currency": "string",
"email": null,
"id": "string",
"is_active": true,
"lead_time_days": null,
"minimum_order": null,
"name": "string",
"payment_terms": "string",
"phone": null,
"supplier_code": "string"
}
⌘I