Skip to main content

Subscribe to Webhook Event

POST 

/api/shipstation/integration-instances/:integration_instance/webhook-subscriptions

Creates a webhook subscription on the ShipStation account (POST /webhooks/subscribe via the ShipStation V1 API) pointing at this instance's ingress URL, then records it locally.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields:

  • event_type (required, string) — one of: SHIP_NOTIFY, ITEM_SHIP_NOTIFY, ORDER_NOTIFY, ITEM_ORDER_NOTIFY, FULFILLMENT_SHIPPED, FULFILLMENT_REJECTED
  • friendly_name (optional, string, max 255) — display name for the webhook in ShipStation; defaults to the event type label when omitted

Returns 422 when event_type is missing or not one of the allowed values.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type