Shopify Add Order Note
Uses Shopify endpoint here:
š https://shopify.dev/docs/api/admin-rest/2025-04/resources/order#put-orders-order-id
This action adds or appends a note to an existing Shopify order.
Inputs
Name | Type | Description |
---|---|---|
Shopify Subdomain | String | Shopify subdomain |
Shopify API Key | SensitiveString | Basic Auth API Key |
Shopify API Secret | SensitiveString | Basic Auth API secret |
Order ID | String | ID of the order to update |
Note | String | Note content to add to the order |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the order was updated |
Updated 1 day ago