Home > @vsf-enterprise/commercetools-types > SetStagedOrderCustomerGroupOutput

# SetStagedOrderCustomerGroupOutput type

Signature:

export declare type SetStagedOrderCustomerGroupOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderCustomerGroupOutput';
    type: Scalars['String'];
    customerGroupResId?: Maybe<CustomerGroupReferenceIdentifier>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, CustomerGroupReferenceIdentifier