shopify_add_customer_note
Add a note to a Shopify customer. Choose to append the note to existing content or replace it entirely.
Instructions
Add a note to a customer. mode=append (default) reads the current note and concatenates with two newlines; mode=replace overwrites. Append makes one extra read query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| note | Yes | ||
| mode | No |