---
title: "Product Created"
method: POST
path: "PRODUCT_CREATED"
tags: ["Product Events"]
---

# Product Created

`POST PRODUCT_CREATED` (webhook)

Fired when a new product is created.

## 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` 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
          - `name` string, required
          - `swatch` string, required
        - `size` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1AttributesSize
          - `name` string, required
      - `creatorDeclaredCost` Money
        - `value` number, required
        - `currency` string, required
      - `stock` union, required
        - ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1StockLimited
          - `type` 'LIMITED', required
          - `inStock` integer, required
        - ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1StockUnlimited
          - `type` 'UNLIMITED', required
      - `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

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