ShipStation Add Tag

Adds a tag to an existing ShipStation order. Use it to flag orders in ShipStation, for example to trigger a downstream warehouse process.

What it does

  • Finds the ShipStation order by its order number.
  • Adds the given tag ID to the order's existing tags.
  • Returns whether the tag was applied.

Inputs

NameTypeDescription
Order NumberStringShipstation Order Number
API KeyString (sensitive)Customer Shipstation API Key
API SecretString (sensitive)Customer Shipstation API Secret
Tag IDNumberTag ID to be added

Outputs

NameTypeDescription
SuccessBooleanWhether the tag was successfully added

Notes

  • Use the numeric Tag ID from ShipStation, not the tag name.
  • The order's existing tags are kept; the new tag is added alongside them.

API reference