Skip to main content

App uninstalled

Webhookapp/uninstalled

Triggered when the app is uninstalled.

Requires the shop access scope. Minimum supported version: 202201.

Request headers

    X-Shoplazza-Topicstring

    The event that triggered this delivery, e.g. orders/create

    Example: orders/create
    X-Shoplazza-Hmac-Sha256string

    Base64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza

    X-Shoplazza-Shop-Domainstring

    The domain of the store that generated the event

    Example: example.myshoplaza.com
    X-Shoplazza-Api-Versionstring

    The API version used to serialize the payload

    Example: 2025-06
    X-Shoplazza-Deduplication-IDstring

    Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency

Request body

  • app object
    created_atstring

    Time when the app was created

    iconstring

    App icon URL

    idinteger

    App ID

    namestring

    App name

    redirect_uristring

    Redirect URL (OAuth callback address)

    scopesstring

    App access scope list (space-separated)

    uidstring

    Hex-encoded app ID

    updated_atstring

    Time when the app was last updated

    webhook_api_versionstring

    API version used when the app subscribed to the webhook