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

NameTypeDescription
Shopify TokenCredentialsShopify API Access or Basic Token
Shopify DomainCredentialsShopify Domain
Customer IDStringShopify Customer ID
NoteStringNote Comma Separated (ex: This is a note, another note)
ModeOptional String"add" or "replace" modes - defaults to "add" if not present

Outputs

NameTypeDescription
SuccessBooleanSuccess
CustomerObjectNewly Updated Customer Object