---
title: "Product Updated"
method: POST
path: "PRODUCT_UPDATED"
tags: ["Product Events"]
---

# Product Updated

`POST PRODUCT_UPDATED` (webhook)

Fired when a product 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` ComFourthwallOpenapiModelOfferUpdatedV1, required
    - `product` ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelOfferAbstractV1OfferFullV1
      - `results` ComFourthwallOpenapiModelOfferAbstractV1OfferFullV1[], required
        - `id` string, required
        - `name` string, required
        - `slug` string, required
        - `description` string, required
        - `type` 'STANDARD' | 'GIFT_CARD' | 'UNKNOWN', required
        - `state` union, required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferStateV1Available
            - `type` 'AVAILABLE', required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferStateV1SoldOut
            - `type` 'SOLD_OUT', required
        - `access` union, required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferAccessV1Archived
            - `type` 'ARCHIVED', required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferAccessV1Hidden
            - `type` 'HIDDEN', required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferAccessV1Private
            - `type` 'PRIVATE', required
          - ComFourthwallOpenapiModelOfferAbstractV1OfferAccessV1Public
            - `type` 'PUBLIC', required
        - `thumbnailImage` ComFourthwallOpenapiModelImage
          - `id` string, required
          - `url` string, required
          - `width` integer, required — The original width of the image in pixels.
          - `height` integer, required — The original height of the image in pixels.
          - `transformedUrl` string, required — Transformed URL with applied image processing (e.g., resizing, optimization)
        - `images` ComFourthwallOpenapiModelImage[], required
          - `id` string, required
          - `url` string, required
          - `width` integer, required — The original width of the image in pixels.
          - `height` integer, required — The original height of the image in pixels.
          - `transformedUrl` string, required — Transformed URL with applied image processing (e.g., resizing, optimization)
        - `variants` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1OfferVariantV1[], required
          - `id` string, required
          - `name` string, required
          - `sku` string, required
          - `unitPrice` Money, required
            - `value` number, required
            - `currency` string, required
          - `compareAtPrice` Money
            - `value` number, required
            - `currency` string, required
          - `unitCost` Money
            - `value` number, required
            - `currency` string, required
          - `attributes` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Attributes, required
            - `description` string, required
            - `color` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1AttributesColor
              - …
            - `size` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1AttributesSize
              - …
          - `creatorDeclaredCost` Money
            - `value` number, required
            - `currency` string, required
          - `stock` union, required
            - ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1StockLimited
              - …
            - ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1StockUnlimited
              - …
          - `weight` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Weight, required
            - `value` number, required
            - `unit` string, required
          - `dimensions` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Dimensions, required
            - `length` number, required
            - `width` number, required
            - `height` number, required
            - `unit` string, required
          - `images` ComFourthwallOpenapiModelImage[], required
            - `id` string, required
            - `url` string, required
            - `width` integer, required — The original width of the image in pixels.
            - `height` integer, required — The original height of the image in pixels.
            - `transformedUrl` string, required — Transformed URL with applied image processing (e.g., resizing, optimization)
          - `thumbnailImage` ComFourthwallOpenapiModelImage
            - `id` string, required
            - `url` string, required
            - `width` integer, required — The original width of the image in pixels.
            - `height` integer, required — The original height of the image in pixels.
            - `transformedUrl` string, required — Transformed URL with applied image processing (e.g., resizing, optimization)
        - `additionalInformation` ComFourthwallOpenapiModelOfferAbstractV1OfferAdditionalInformationV1
          - `sizeAndFit` string
          - `guaranteeAndReturns` string
          - `moreDetails` string
        - `sizeGuide` ComFourthwallOpenapiModelOfferAbstractV1OfferSizeGuideV1
          - `previewUrl` string
          - `fileUrl` string
          - `description` string
          - `fitGuideDescription` string
          - `fitGuideUrls` string[], required
        - `digitalFiles` ComFourthwallOpenapiModelOfferDigitalFileV1[] — Digital files attached to this offer. Only present for digital offers.
          - `uri` string, required — The file URI
          - `name` string, required — The file name
          - `fileSize` string — Human-readable file size
          - `mediaType` string — MIME type of the file
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
      - `total` integer
      - `page` integer
      - `size` integer
      - `totalPages` integer

## 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)
