Type alias AddCustomerToCustomerGroupsInput

AddCustomerToCustomerGroupsInput: {
    customerGroupIdentifiers: CustomerGroupIdentifier[];
    customerId: Scalars["ID"];
}

Type declaration

Generated using TypeDoc