Integrations
Shopify callback app subscriptions update
Receives Shopify's app_subscriptions/update webhook whenever a Shopify billing subscription changes state (for example activated, cancelled or frozen) and queues the payload for background processing, which currently only records the event without changing the Deskhero subscription. Signed requests only: Shopify's x-shopify-hmac-sha256 header is verified and the call is rejected with 401 without it.
POST
/api/sys/v{version:apiVersion}/integrations/shopify_callback_app_subscriptions_update
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37