> ## Documentation Index
> Fetch the complete documentation index at: https://developer.fabric.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# List of Inventory Events

The following tables list all the available events for fabric Inventory.

<Note> If a failure to deliver an event occurs, fabric automatically retries up to 3 times to deliver the failed event. </Note>

## Export

| Event Type                             | Description                                                                                                                                                 |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EXPORT\_AGGREGATED\_NETWORK\_COMPLETED | Event triggered once the export process is completed, and the aggregated network exported file is ready to be downloaded.                                   |
| EXPORT\_AGGREGATED\_NETWORK\_ERROR     | Event triggered in case of export failures. This might happen due to an internal error, and must be reported to the fabric support team to solve the issue. |
| EXPORT\_AGGREGATED\_NETWORK\_INITIATED | Event triggered once the export request is received by the fabric export service to export aggregated network based on various filters.                     |
| EXPORT\_INVENTORY\_COMPLETED           | Event triggered once the export process is completed, and the inventory exported file is ready to be downloaded.                                            |
| EXPORT\_INVENTORY\_ERROR               | Event triggered in case of export failures. This might happen due to an internal error, and must be reported to the fabric support team to solve the issue. |
| EXPORT\_INVENTORY\_INITIATED           | Event triggered once the export request is received by the fabric export service to export inventory based on various filters.                              |
| EXPORT\_LOCATION\_COMPLETED            | Event triggered once the export process is completed, and the location exported file is ready to be downloaded.                                             |
| EXPORT\_LOCATION\_ERROR                | Event triggered in case of export failures. This might happen due to an internal error, and must be reported to the fabric support team to solve the issue. |
| EXPORT\_LOCATION\_INITIATED            | Event triggered once the export request is received by the fabric export service to export location based on various filters.                               |
| EXPORT\_NETWORK\_COMPLETED             | Event triggered once the export process is completed, and the network exported file is ready to be downloaded.                                              |
| EXPORT\_NETWORK\_ERROR                 | Event triggered in case of export failures. This might happen due to an internal error, and must be reported to the fabric support team to solve the issue. |
| EXPORT\_NETWORK\_INITIATED             | Event triggered once the export request is received by the fabric export service to export inventory based on various filters.                              |

## Inventory

| Event Type                      | Description                                                  |
| :------------------------------ | :----------------------------------------------------------- |
| INVENTORY\_BULK                 | Event triggered when an inventory file is imported.          |
| INVENTORY\_CREATE               | Event triggered when an inventory is created.                |
| INVENTORY\_NETWORK\_AGGREGATION | Event triggered when a network aggregation job is completed. |
| INVENTORY\_NETWORK\_UPDATED     | Event triggered when the inventory network is updated.       |
| INVENTORY\_UPDATE               | Event triggered when a inventory is updated.                 |

## Transfer

| Event Type                      | Description                                                                                                          |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| TRANSER\_CREATED                | Event triggered when a transfer is created.                                                                          |
| TRANSFER\_DELIVERED             | Event triggered when a transfer is delivered.                                                                        |
| TRANSFER\_DRAFT                 | Event triggered when a transfer is in draft state.                                                                   |
| TRANSFER\_ERROR                 | Event triggered when a transfer has an error.                                                                        |
| TRANSFER\_HOLD\_CSR             | Event triggered when a transfer is in hold CSR state, such as an invalid SKU.                                        |
| TRANSER\_HOLD\_REVALIDATION     | Event triggered when there is a server error from Product Catalog.                                                   |
| TRANSFER\_PACKED                | Event triggered when a transfer is packed; for example, when items are loaded in cartons.                            |
| TRANSFER\_PARTIALLY\_PACKED     | Event triggered when a transfer is partially packed.                                                                 |
| TRANSFER\_PARTIALLY\_PICKED\_UP | Event triggered when a transfer is partially picked up.                                                              |
| TRANSFER\_PARITALLY\_REJECTED   | Event triggered when a transfer is partially rejected.                                                               |
| TRANSFER\_PARTIALLY\_STOCKCED   | Event triggered when a transfer is partially stocked; for example, when it's ready to sell at the destination store. |
| TRANSFER\_PICKCED\_UP           | Event triggered when a transfer is picked up.                                                                        |
| TRANSFER\_RECEIVED              | Event triggered when a transfer is received.                                                                         |
| TRANSFER\_REJECTED              | Event triggered when a transfer is rejected.                                                                         |
| TRANSFER\_SHIPPED               | Event triggered when a transfer is shipped.                                                                          |
| TRANSFER\_STOCKED               | Event triggered when a transfer is stocked and ready to sell at the destination store.                               |
| TRANSFER\_SUBMITTED             | Event triggered when a transfer is submitted from `DRAFT` or `CREATED`.                                              |

## Shipment

| Event Type                    | Description                                                                    |
| ----------------------------- | ------------------------------------------------------------------------------ |
| TRANSFER\_SHIPMENT\_CANCELLED | Event triggered when a transfer shipment is cancelled.                         |
| TRANSFER\_SHIPMENT\_CREATED   | Event triggered when a transfer shipment is created.                           |
| TRANSFER\_SHIPMENT\_DELIVERED | Event triggered when a transfer shipment is delivered.                         |
| TRANSFER\_SHIPMENT\_DRAFT     | Event triggered when a transfer shipment is in draft state.                    |
| TRANSFER\_SHIPMENT\_ERROR     | Event triggered when a transfer shipment has errors.                           |
| TRANSFER\_SHIPMENT\_PACKED    | Event triggered when a transfer shipment is packed.                            |
| TRANSFER\_SHIPMENT\_RECEIVED  | Event triggered when a transfer shipment is received at the destination store. |
| TRANSFER\_SHIPMENT\_STOCKED   | Event triggered when a transfer shipment is stocked.                           |

## Related Topics

* [Webhooks Overview](/v3/platform/settings/webhooks/overview)
* [Adding a Webhook](/v3/platform/settings/webhooks/adding-a-webhook)
* [Testing a Webhook](/v3/platform/settings/webhooks/testing-a-webhook)
* [Managing Events and Logs](/v3/platform/settings/webhooks/managing-events-and-logs)
* [Editing a Webhook](/v3/platform/settings/webhooks/editing-a-webhook)
* [Deleting a Webhook](/v3/platform/settings/webhooks/deleting-a-webhook)
* [List of Product Catalog Events](/v3/platform/settings/webhooks/list-of-products-events)
* [List of Orders Events](/v3/platform/settings/webhooks/list-of-orders-events)
