---
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
    - `name` string
    - `slug` string
    - `description` string
    - `type` 'STANDARD' | 'GIFT_CARD' | 'UNKNOWN'
    - `state` ComFourthwallOpenapiModelOfferAbstractV1OfferStateV1
      - `type` string, required
    - `access` ComFourthwallOpenapiModelOfferAbstractV1OfferAccessV1
      - `type` string, 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[]
      - `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[]
      - `id` string
      - `name` string
      - `sku` string
      - `unitPrice` ComFourthwallSupportMoneyMoney
        - `currency` 'USD' | 'EUR' | 'CAD' | 'GBP' | 'AUD' | 'NZD' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'INR' | 'JPY' | 'MYR' | 'SGD' | 'MXN' | 'BRL' | 'CHF'
        - `zero` boolean
        - `negative` boolean
        - `moreThanZero` boolean
        - `lessThanZero` boolean
        - `zeroOrLess` boolean
        - `currencyScale` integer
      - `compareAtPrice` ComFourthwallSupportMoneyMoney
        - `currency` 'USD' | 'EUR' | 'CAD' | 'GBP' | 'AUD' | 'NZD' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'INR' | 'JPY' | 'MYR' | 'SGD' | 'MXN' | 'BRL' | 'CHF'
        - `zero` boolean
        - `negative` boolean
        - `moreThanZero` boolean
        - `lessThanZero` boolean
        - `zeroOrLess` boolean
        - `currencyScale` integer
      - `unitCost` ComFourthwallSupportMoneyMoney
        - `currency` 'USD' | 'EUR' | 'CAD' | 'GBP' | 'AUD' | 'NZD' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'INR' | 'JPY' | 'MYR' | 'SGD' | 'MXN' | 'BRL' | 'CHF'
        - `zero` boolean
        - `negative` boolean
        - `moreThanZero` boolean
        - `lessThanZero` boolean
        - `zeroOrLess` boolean
        - `currencyScale` integer
      - `attributes` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Attributes
        - `description` string, required
        - `color` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1AttributesColor
          - `name` string, required
          - `swatch` string, required
        - `size` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1AttributesSize
          - `name` string, required
      - `creatorDeclaredCost` ComFourthwallSupportMoneyMoney
        - `currency` 'USD' | 'EUR' | 'CAD' | 'GBP' | 'AUD' | 'NZD' | 'SEK' | 'NOK' | 'DKK' | 'PLN' | 'INR' | 'JPY' | 'MYR' | 'SGD' | 'MXN' | 'BRL' | 'CHF'
        - `zero` boolean
        - `negative` boolean
        - `moreThanZero` boolean
        - `lessThanZero` boolean
        - `zeroOrLess` boolean
        - `currencyScale` integer
      - `stock` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Stock
        - `type` string, required
      - `weight` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Weight
        - `value` number, required
        - `unit` string, required
      - `dimensions` ComFourthwallOpenapiModelOfferAbstractV1OfferVariantAbstractV1Dimensions
        - `length` number, required
        - `width` number, required
        - `height` number, required
        - `unit` string, required
      - `images` 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)
      - `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[]
    - `digitalFiles` ComFourthwallOpenapiModelOfferDigitalFileV1[] — Digital files attached to this offer. Only present for digital offers.
      - `uri` string — The file URI
      - `name` string — The file name
      - `fileSize` string — Human-readable file size
      - `mediaType` string — MIME type of the file
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Acknowledgement `200`

Event received successfully

---

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