{
  "type": "store.deactivated",
  "data": {
    "store": {
      "id": "clxvu9l6l000001p27bdm9ydk",
      "name": "台北101旗艦店",
      "logo": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public",
      "externalId": "tpe-101"
    },
    "timestamps": {
      "deactivatedAt": "2024-06-18T18:18:18.000Z"
    },
    "timestampsMs": {
      "deactivatedAt": 1718734698000
    }
  }
}
This event type is in the beta stage; specifications are subject to change at any time.

Event Body Fields

The request event body is a JSON object that contains the following fields:

type
string

store.deactivated

data
Object

The object containing the event data.

store
Store Object

The latest data of the deactivated store.

timestamps
Object

Timestamps in ISO 8601 format.

timestampsMs
Object

Timestamps are represented in numerical format; the number represents milliseconds elapsed since the epoch, which is defined as the midnight at the beginning of January 1, 1970, UTC.

{
  "type": "store.deactivated",
  "data": {
    "store": {
      "id": "clxvu9l6l000001p27bdm9ydk",
      "name": "台北101旗艦店",
      "logo": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public",
      "externalId": "tpe-101"
    },
    "timestamps": {
      "deactivatedAt": "2024-06-18T18:18:18.000Z"
    },
    "timestampsMs": {
      "deactivatedAt": 1718734698000
    }
  }
}