---
title: "Collection Updated"
method: POST
path: "COLLECTION_UPDATED"
tags: ["Collection Events"]
---

# Collection Updated

`POST COLLECTION_UPDATED` (webhook)

Fired when a collection is updated.

## Payload

- object
  - `id` string, required — Unique identifier for this webhook event
  - `webhookId` string, required — ID of the webhook configuration that triggered this event
  - `shopId` string, required — ID of the shop that generated this event
  - `type` string, required — The event type
  - `apiVersion` string, required — API version of the webhook payload
  - `createdAt` string, date-time, required — When this event was created
  - `testMode` boolean, required — Whether this event was sent in test mode
  - `data` ComFourthwallOpenapiModelCollectionV1, required
    - `id` string, required
    - `shopId` string, required
    - `name` string, required
    - `slug` string, required
    - `description` string, required
    - `available` boolean, required
    - `state` union, required
      - ComFourthwallOpenapiModelCollectionStateV1Archived — Archived collection state
        - `type` 'ARCHIVED', required
      - ComFourthwallOpenapiModelCollectionStateV1Hidden — Hidden collection state
        - `type` 'HIDDEN', required
        - `available` boolean, required
      - ComFourthwallOpenapiModelCollectionStateV1Private — Private collection state
        - `type` 'PRIVATE', required
        - `available` boolean, required
      - ComFourthwallOpenapiModelCollectionStateV1Public — Public collection state
        - `type` 'PUBLIC', required
        - `available` boolean, required
    - `offerIds` string[], required

## Acknowledgement `200`

Event received successfully

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
