Get all supplier types in the system.
Get All Supplier Types
Retrieves the full list of supplier types configured in the system.
A developer calls this endpoint to look up the valid values for supplierTypeName before creating or updating a supplier, or to populate a selection list in an integrating application. Supplier types are managed by the user in the Bloxs admin section, so the available values can differ between environments.
Request Fields
This endpoint takes no request parameters.
Field | Type | Required | Description |
|---|---|---|---|
(none) | This endpoint has no request fields. |
Response Fields
Field | Type | Required | Description |
|---|---|---|---|
(array item) | array of string | Optional | The list of supplier type names configured in the system. Each entry is a plain string usable as the value of supplierTypeName on Get, Insert, and Update Supplier requests. |
OK