Shopify Add Tags To Customer

'Shopify Add Tags To Customer' is an action that allows you to add tags to a customer or replace all of them. Tags are useful for organizing and filtering customers.

There are 2 modes:

"add": Appends tags to the current tags.

"replace": Replaces the current tags with the new ones.

Under the hood, this action uses the Shopify Customer API: https://shopify.dev/docs/api/admin-rest/2023-07/resources/customer#put-customers-customer-id

Inputs

NameTypeDescription
Shopify TokenSensitiveStringShopify API Access or Basic Token
Shopify DomainStringShopify Domain
Customer IDStringShopify Customer ID
TagsStringTags Comma Separated (ex: "tag1, tag2, tag3"
ModeOptional String"add" or "replace" modes - defaults to "add" if not present

Outputs

NameTypeDescription
SuccessBooleanSuccess
CustomerObjectNewly Updated Customer Object