{}When a Product is created.
{}"connection_id"
Show child attributes
The unique ID of the product.
"product_id"
The date the cart product was created.
"2022-01-01T00:00:00Z"
The date the cart product was last updated.
"2022-01-02T05:05:05Z"
The name of the product.
"product_name"
The SKU of the product.
"sku"
The GTIN of the product.
"gtin"
If this is a variant, the ID of the parent product. If this is a parent product, this field should be the same as ID.
true
Whether the product is active.
true
The URL of the product's image.
"https://example.com/image.jpg"
The price of the product if it is a variant. Not the source of truth for parent products.
10
The unit cost of the product if it is a variant. Not the source of truth for parent products.
10
The inventory of the product if it is a variant. Not the source of truth for parent products.
10
A list of tags associated with the product. Tags that are represented as key-value pairs in the underlying system will be represented as a single string formatted as key:value.
A tag associated with the product.
["tag_0"]URL link to the cart product in the external system (WMS/Freight etc).
"https://example.com/cartproduct/123"
"cart-product.created"
"integration_name"
"cart"
Success