@gradientedge/commercetools-utils
    Preparing search index...

    Interface AssociateRoleDraft

    interface AssociateRoleDraft {
        buyerAssignable?: boolean;
        custom?: CustomFieldsDraft;
        key: string;
        name?: string;
        permissions?: Permission[];
    }
    Index

    Properties

    buyerAssignable?: boolean

    Whether the AssociateRole can be assigned to an Associate by a buyer.

    Custom Fields for the AssociateRole.

    key: string

    User-defined unique and immutable identifier for the AssociateRole.

    name?: string

    Name of the AssociateRole.

    permissions?: Permission[]

    List of Permissions for the AssociateRole.