Product Status Update Webhook

Product Master Status Updated Webhook

post

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

Authorizations
X-API-KeystringRequired
Body
idany ofOptional
integerOptional
or
nullOptional
eventconst: product_master.status_updatedRequired

Event type of webhook message

timestampstring · date-timeOptional
subscription_idany ofOptional

ID of the subscription

integer · min: 1Optional

ID (integer) of this property

Example: 1
or
nullOptional
Responses
chevron-right
200

OK

No content

post
/api/v1/webhooks/product-master-status-updated
200

OK

No content

Last updated

Was this helpful?