shopify_add_order_note
Add or append notes to Shopify orders. Use replace mode to overwrite existing note, or append mode to add to current note.
Instructions
Add a note to an order. mode=append (default) reads the current note and concatenates with two newlines; mode=replace overwrites. Required: id, note. Append makes one extra read query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| note | Yes | ||
| mode | No |