Skip to main content

Product Created Event (Future Feature)

Event Type: product.created

When sent: When a product is created via the admin panel (future feature).

Current Status: Not yet implemented - prepared for future admin panel functionality.

NOT sent when: Products are created/synced via SDK API calls.

This event will be enabled when product management is added to the admin panel.

Example webhook payload

Webhook Payload Schema

Product created event data

Property
Type
Description
storeIdrequired
string (uuid)
Store identifier
customerId
string (uuid)
Customer identifier
occurredAtrequired
string (date-time)
When the event occurred
externalReference
string
External reference for tracking
productIdrequired
string (uuid)
Product identifier
productTitlerequired
string
Product title
description
string
Product description
externalProductId
string
External product ID from source platform
statusrequired
string
Product status
category
string
Product category
tagsrequired
string[]
Product tags
variantsrequired
object[]
Product variants created with this product