Deskhero Developer Hub
Back to deskhero.com
Integrations

Shopify callback customers redact

Receives Shopify's mandatory GDPR customers/redact webhook and queues the payload for background processing, nothing is erased because Deskhero stores no Shopify customer data. 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_customers_redact
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