Skip to main content

Payload

{
  "event": "store.deleted",
  "id": "evt_abc124",
  "created_at": "2025-01-15T15:00:00Z",
  "data": {
    "account": "1",
    "country": "6",
    "storeId": 805,
    "vendorId": 16,
    "storeChannels": [
      "0F049503-85CF-E511-80C6-000D3A3261F3"
    ]
  }
}

Fields

data

FieldTypeDescription
accountstringAccount identifier — required by downstream systems
countrystringCountry identifier — required by downstream systems
storeIdintegerID of the deleted store
vendorIdintegerBrand identifier
storeChannelsstring[]Channel UUIDs the store was associated with

Usage

When your system receives this event, remove or deactivate the store in your downstream systems for each channel listed in storeChannels. Unlike store.updated, this event is explicit — there is no ambiguity about whether the store should exist downstream.