Shopify Add or Replace Customer Note
'Shopify Add or Replace Customer' Note is an action that allows you to add to a customer note or replace all of it.
There are 2 modes:
"add": Appends note to the current note.
"replace": Replaces the current note with the new one.
Under the hood, this action uses the Shopify Customer API: https://shopify.dev/docs/api/admin-rest/2024-04/resources/customer#put-customers-customer-id
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | Credentials | Shopify API Access or Basic Token |
Shopify Domain | Credentials | Shopify Domain |
Customer ID | String | Shopify Customer ID |
Note | String | Note Comma Separated (ex: This is a note, another note) |
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 8 months ago