Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
No authentication needed

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden), 401 (Unauthorized)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37