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
| 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 |
| Tag ID | Number | Tag ID to be added |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether 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.