Skip to main content

Sync Subscriptions from ShipStation

POST 

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

Reconciles the local subscription table with the live webhook list on the ShipStation account (GET /webhooks):

Authorization

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

  • Remote webhooks with a recognised event type that are missing locally are added
  • Local subscriptions whose ShipStation webhook no longer exists remotely are removed

Returns counts of added/removed plus the resulting total.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type