Skip to main content

OrderlistType

Order list types that control product visibility and ordering permissions for assigned users/companies

enum OrderlistType {
POSITIVE
NEGATIVE
}

Values

OrderlistType.POSITIVE

Restricts assigned users/companies to ONLY see and order products included in this list. All other products are hidden. Used for limiting access to specific product catalogs (e.g., approved items for new accounts, region-specific products).

OrderlistType.NEGATIVE

Prevents assigned users/companies from seeing or ordering products included in this list. These products are hidden while all others remain available. Used for excluding products (e.g., hazardous materials from certain customers, competitive products from dealers).

Member Of

Orderlist object ● OrderlistCreateInput input ● OrderlistSearchInput input ● OrderlistUpdateInput input