Product Created


Triggered when a product is created.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
productIdstring

Product ID (generated automatically by the catalog).


namestring

Product name.


pricePrice

Product price.


visibleboolean

Whether the product is visible to customers.


mediaMedia

Media items (images, videos, etc.) associated with this product.


skustring

Product stock keeping unit (SKU). If variants are being managed, this will be empty.


productPageUrlProductPageUrl

Product page URL for this product (generated automatically by the server).


brandstring

Product brand.


costAndProfitDataCostAndProfitData

Cost and profit data


originatedFromVersionstring

Information about the version of the catalog from where this event was triggered.


slugstring

Event slug. A human readable identifier of the event.


Did this help?