Suppliers - Industries

List Prewave industries

Retrieve Prewave industry catalog entries that can be associated with a supplier on create.

Use the returned name values in the optional industries field of POST /public/v2/suppliers/sites. Matching is case-insensitive. Commodities are not included.

Required permission: access_public_connect_target

Performance impact: Low

get/public/v1/industries

Response

List of Prewave industries ordered by name.

idinteger required

Prewave target ID of the industry

namestring required

Display name of the industry. Use this value in POST /public/v2/suppliers/sites industries.

Example response

[
  {
    "id": 123,
    "name": "Automotive"
  }
]