Skip to main content
Version: v1.0.0

Types & Configuration

Several small lookup lists exist purely to classify the bigger records. They share the same shape — a name, a manual sort order, and an active flag — and the same rule: a value that's in use can't be deleted, only deactivated. Grouping them here keeps the master-data section focused on the records that matter most.

The lookup lists

ListClassifiesExample values
Material typesMaterials (required)Raw, Packaging, Additive
SKU typesProducts (required)Finished good, Sub-assembly
Customer typesCustomers (required)Retail, Distributor, Direct
Customer segmentsCustomers (optional)VIP, New, Strategic
Order channelsSales orders (required)Web, Phone, EDI

How they behave

  • Name + sort order + active flag. Each value is just a name; sortOrder controls where it appears in pick lists, and isActive retires it without breaking history.
  • Required vs. optional. Material, SKU, customer, and order-channel classifications are mandatory on their parent records; customer segment is optional.
  • In-use protection. You can't remove a type while records still point at it. Reassign or deactivate first. Order channels additionally support being deactivated and later reactivated.

See also

Manage these lists through the REST API or the MCP server.