Framme

webhook subscriptions

Manage callback URL subscriptions for order events. The payloads Framme POSTs to your callback URL are documented in the Webhooks section at the bottom of this page.

Open the interactive API reference (Swagger) ↗ — full request/response schemas and a try-it console.

GET/webhook/subscription

List webhook subscriptions

List webhook subscriptions for the authenticated client's shop.

POST/webhook/subscription

Create a webhook subscription

Register a callback URL for order and delivery status events.

GET/webhook/subscription/events

List webhook event types

List event types available for webhook subscriptions.

GET/webhook/subscription/{subscription_id}

Get a webhook subscription

Return a single webhook subscription belonging to the authenticated client's shop.

PUT/webhook/subscription/{subscription_id}

Update a webhook subscription

Update a webhook subscription belonging to the authenticated client's shop.

DELETE/webhook/subscription/{subscription_id}

Delete a webhook subscription

Delete a webhook subscription belonging to the authenticated client's shop.