{
"eventId": "<string>",
"eventType": "product.delisted",
"organizationId": "<string>",
"productId": "<string>",
"changedFields": [
"<string>"
],
"occurredAt": "2023-11-07T05:31:56Z",
"data": {
"product": {
"id": "<string>",
"parentId": "<string>",
"productFamilyId": "<string>",
"productFamilyName": "<string>",
"name": "<string>",
"description": "<string>",
"sku": "<string>",
"brand": "<string>",
"status": "<string>",
"price": 123,
"salePrice": 123,
"compareAtPrice": 123,
"costPrice": 123,
"costPriceCurrency": "<string>",
"mapPrice": 123,
"msrpPrice": 123,
"currency": "<string>",
"upc": "<string>",
"category": "<string>",
"tags": [
"<string>"
],
"inventory": {
"quantity": 123
},
"images": [
"<unknown>"
],
"variants": [
"<unknown>"
],
"variationSchema": {},
"marketplaces": {},
"promotions": [
{}
],
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
},
"sku": "<string>",
"source": "<string>"
}Product
Product delisted
Delivered when a product listing is removed from one or more marketplaces.
WEBHOOK
productDelisted
{
"eventId": "<string>",
"eventType": "product.delisted",
"organizationId": "<string>",
"productId": "<string>",
"changedFields": [
"<string>"
],
"occurredAt": "2023-11-07T05:31:56Z",
"data": {
"product": {
"id": "<string>",
"parentId": "<string>",
"productFamilyId": "<string>",
"productFamilyName": "<string>",
"name": "<string>",
"description": "<string>",
"sku": "<string>",
"brand": "<string>",
"status": "<string>",
"price": 123,
"salePrice": 123,
"compareAtPrice": 123,
"costPrice": 123,
"costPriceCurrency": "<string>",
"mapPrice": 123,
"msrpPrice": 123,
"currency": "<string>",
"upc": "<string>",
"category": "<string>",
"tags": [
"<string>"
],
"inventory": {
"quantity": 123
},
"images": [
"<unknown>"
],
"variants": [
"<unknown>"
],
"variationSchema": {},
"marketplaces": {},
"promotions": [
{}
],
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
},
"sku": "<string>",
"source": "<string>"
}See Product webhooks for delist handling. This event does not mean the OmniCommerce product was deleted.
Headers
Allowed value:
"product.delisted"Hex HMAC-SHA256 of {timestamp}.{rawBody} using the subscription secret.
Body
application/json
Stable event ID and recipient idempotency key.
Allowed value:
"product.delisted"Show child attributes
Show child attributes
Internal OmniCommerce workflow provenance when supplied.
Response
2XX
Event accepted.