v1

latestOpenAPI 3.1.02026-07-23307478.5 KB
Webhook Messages

Product Master Status Updated Webhook

This is a dummy endpoint that demonstrates the webhook payload structure that will be sent to webhook subscribers when a product_master.status_updated event occurs.

The actual webhooks will be sent asynchronously to the URLs specified in the webhook subscriptions that are subscribed to the product_master.status_updated event type.

The webhook payload includes:

  • id: ID of the webhook message
  • event: The event type (product_master.status_updated)
  • timestamp: When the event occurred
  • subscription_id: ID of the webhook subscription
  • message: The product master data with status and rejection information
post/api/v1/webhooks/product-master-status-updated

Request body

idinteger required

ID of the webhook message

event'product_master.status_updated' required

Event type of webhook message

timestampstring date-time

UTC timestamp when the event was created

subscription_idinteger nullable

ID (integer) of this property

Response

OK