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

    Interface MyBusinessUnitAssociateDraft

    interface MyBusinessUnitAssociateDraft {
        associateRoleAssignments: AssociateRoleAssignmentDraft[];
        customer: MyCustomerDraft;
        version: number;
    }
    Index

    Properties

    associateRoleAssignments: AssociateRoleAssignmentDraft[]

    Roles assigned to the new Associate within a Business Unit. Can only contain AssociateRoles with the buyerAssignable property set to true.

    customer: MyCustomerDraft

    Customer to create and assign to the Business Unit.

    version: number

    Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.