shipstation-webhooks

Installation
SKILL.md

ShipStation Webhooks

When to Use This Skill

  • How do I receive ShipStation webhooks?
  • How do I secure a ShipStation webhook endpoint when there is no signature?
  • How do I fetch the resource_url from a ShipStation webhook payload?
  • How do I handle ORDER_NOTIFY, SHIP_NOTIFY, or ITEM_SHIP_NOTIFY events?
  • Why does my ShipStation webhook only contain a resource_url and resource_type?

How ShipStation V1 Webhooks Work

This skill targets the ShipStation V1 API (ssapi.shipstation.com), the source you connect to Hookdeck.

Two things make V1 different from most webhook providers:

  1. Thin payloads. ShipStation does not send the resource data. It POSTs a small JSON body with a URL you must fetch back:
Installs
11
GitHub Stars
81
First Seen
Jul 24, 2026
shipstation-webhooks — hookdeck/webhook-skills