swellAPI.updateLoyaltyMemberTag(true, function(){ console.log('great success') }, function() {console.log('failed.') })

This function can be used to add or the remove the loyalty function (loyalty-member tag) for a customer in Shopify.

"TagCustomer(customerId: string, tag: string)"
"UntagCustomer(customerId: string, tag: string)"