Webhooks
Events

Webhook Events Documentation

This document outlines the various webhook events that can be triggered by the store system, providing both the eventName and a brief description of each event.

Events

Payment Received

  • Event Name: payment_received
  • Description: Triggered when a payment is successfully received by the store.

Product Created

  • Event Name: product_created
  • Description: Triggered when a new product is created and added to the store.

Product Updated

  • Event Name: product_updated
  • Description: Triggered when an existing product's details are updated.

Product Deleted

  • Event Name: product_deleted
  • Description: Triggered when a product is deleted from the store.

Price Created

  • Event Name: price_created
  • Description: Triggered when a new price is created and associated with a product in the store.

Price Updated

  • Event Name: price_updated
  • Description: Triggered when an existing price's details are updated for a product in the store.

Price Deleted

  • Event Name: price_deleted
  • Description: Triggered when a price associated with a product is deleted from the store.

Store Updated

  • Event Name: store_updated
  • Description: Triggered when any information about the store is updated, including but not limited to contact details, store description, and logo.

Handling Webhook Events

When configuring webhooks for your store, you can subscribe to these events to receive notifications or perform actions based on the event type. Ensure your endpoint is prepared to handle the specific JSON payloads associated with each event type.