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

NameTypeDescription
Order NumberStringShipstation Order Number
API KeyString (sensitive)Customer Shipstation API Key
API SecretString (sensitive)Customer Shipstation API Secret
Gift MessageStringGift Message to be updated

Outputs

NameTypeDescription
SuccessBooleanWhether the gift messaage was successfully updated

Notes

API reference