App uninstalled
Triggered when the app is uninstalled.
Requires the shop access scope. Minimum supported version: 202201.
Request headers
The event that triggered this delivery, e.g. orders/create
orders/createBase64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
The domain of the store that generated the event
example.myshoplaza.comThe API version used to serialize the payload
2025-06Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
- Schema
- Example
app object
created_atstringTime when the app was created
iconstringApp icon URL
idintegerApp ID
namestringApp name
redirect_uristringRedirect URL (OAuth callback address)
scopesstringApp access scope list (space-separated)
uidstringHex-encoded app ID
updated_atstringTime when the app was last updated
webhook_api_versionstringAPI version used when the app subscribed to the webhook
{
"app": {
"created_at": "string",
"icon": "string",
"id": 0,
"name": "string",
"redirect_uri": "string",
"scopes": "string",
"uid": "string",
"updated_at": "string",
"webhook_api_version": "string"
}
}