> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WebhookTopic

> An event a webhook endpoint can subscribe to.

| Value                           | Description                                                                                                                                |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `ORDER_TRACKING_STATUS_UPDATED` | An order's fulfillment status changed (created, fulfilled, stalled in fulfillment, cancelled). The new status is in the payload.           |
| `PRODUCT_CREATED`               | A product was created.                                                                                                                     |
| `PRODUCT_DELETED`               | A product was deleted.                                                                                                                     |
| `PRODUCT_FAMILY_CREATED`        | A product family was created.                                                                                                              |
| `PRODUCT_FAMILY_DELETED`        | A product family was deleted.                                                                                                              |
| `PRODUCT_FAMILY_UPDATED`        | A product family was updated.                                                                                                              |
| `PRODUCT_UPDATED`               | A product was updated.                                                                                                                     |
| `RETURN_CREATED`                | A return was created.                                                                                                                      |
| `RETURN_UPDATED`                | A return was updated.                                                                                                                      |
| `TRACKER_CREATED`               | A shipment tracker was created.                                                                                                            |
| `TRACKER_STATUS_UPDATED`        | A shipment tracker's carrier status changed (in transit, out for delivery, delivered, exceptions, etc.). The new status is in the payload. |
