ShipStation Update Gift Message
Sets or updates the gift message on a ShipStation order. Use it when a flow needs to add a personalised note to a gift order.
What it does
- Finds the ShipStation order by its order number.
- Marks the order as a gift and sets the gift message.
- Returns whether the update succeeded.
Notes
- The order's existing details are kept; only the gift flag and message change.
Inputs
| Name | Type | Description |
|---|---|---|
| Order Number | String | Shipstation Order Number |
| API Key | String (sensitive) | Customer Shipstation API Key |
| API Secret | String (sensitive) | Customer Shipstation API Secret |
| Gift Message | String | Gift Message to be updated |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the gift messaage was successfully updated |