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
Name | Type | Description |
---|---|---|
Shopify Token | SensitiveString | Shopify API Access or Basic Token |
Shopify Domain | String | Shopify Domain |
Customer ID | String | Shopify Customer ID |
Tags | String | Tags Comma Separated (ex: "tag1, tag2, tag3" |
Mode | Optional String | "add" or "replace" modes - defaults to "add" if not present |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Customer | Object | Newly Updated Customer Object |
Updated 10 months ago