Events
Complete guide to events in Omnium, including event structure, operation IDs, webhook integration, and subscription management.
Events & Webhooks
For most operations that occur in Omnium, whether executed via API or UI, an event is fired. You can subscribe to these events by registering an event subscriber.
Event Subscribers
An event subscriber listens to events and sends a message to the type of subscribers. Currently, the supported types of subscribers are:
- Webhooks
- Azure Storage Queues
- Azure Service Bus
- Apache Kafka
Setting Up Subscriptions
Event subscribers are registered in the Omnium UI. You will find it under Configuration => Event subscriptions. When registering a subscriber, you select which filters you want enabled for the current subscriber, ensuring that you only receive the event messages that interest you.
The example below shows how you would register a webhook subscriber with the following options:
- Only order events
- With order type: Click and collect
- With status: Ready for pickup
- With store: BikeSport Drammen

Event Structure
All events in Omnium follow a consistent structure. Here is an example of how the payload would look for an event message:
Event Field Descriptions
id: Unique event identifier generated by Omnium's event system. Used for deduplication and event tracking.operationId: The numeric operation that categorizes the type of operation (see tables below).timestamp: UTC timestamp indicating when the event occurred.message: Human-readable description of what happened in the event.className: The type of entity involved (Product, Order, Customer, etc.). SeeEventModelTypeConstantsfor valid values.subClassName: Additional classification of the entity (e.g., order type, product type).objectId: Primary identifier of the main entity involved in the event.objectNumber: Human-readable identifier (e.g., order number). Usually this equals to objectIdcategory: Event category for grouping related events (such as "Created" or "Updated")market: Market identifier where the event occurred.storeId: Store identifier associated with the event.user: Username or email of the user who triggered the event.userId: Unique user identifier.employee: Name of the employee (for multi-user setup, typically used in store).employeeId: Employee identifier.status: Current status of the entity after the event.previousStatus: Previous status before the event occurred.isError: Boolean indicating if this event represents an error condition.isRead: Boolean for tracking if the event has been processed/read.origin: The source/path that triggered the event (API endpoint, scheduled task, integration, etc.).tags: Array of tags associated with the entity.externalIds: External system identifiers for the entity.properties: Key-value pairs with additional event-specific data.attachments: Additional data attached to the event (workflow results for instance).references: References to other related entities.
Event Operation IDs
Event operation IDs are unique numbers that identify different types of operations in Omnium. You use these IDs when subscribing to events to filter for specific operation types.
ID Structure
Event operation IDs follow a structured numbering system:
- 1x xxxx: Core operations
- 2x xxxx: Internal API (GUI) operations
- 3x xxxx: Public API operations
- 4x xxxx: Provider/Integration operations
- 5x xxxx: Domain events
Event Examples
Here are some examples of how events are triggered and what data they contain:
Product Update (140105 - PatchProduct)
Trigger: When a product is modified via Public API using the AddProductEvent method
Example:
Order Update (210110 - GuiOrderUpdateStatusMultipleWithWorkflow)
Order events track orders from start to finish. Here's an example of an status update for a shipment with ID "2" on an order with Id "901580" :
How to filter events
By what they affect
- Orders:
110xxx,210xxx,310xxx - Products:
140xxx,240xxx - Customers:
130xxx,230xxx,330xxx - Inventory:
150xxx,250xxx,350xxx - Providers:
40xxxx
By where they come from
- Core operations:
1xxxxx - GUI actions:
2xxxxx - API calls:
3xxxxx - Provider integrations:
4xxxxx - Domain events:
5xxxxx
Event Log
On most entities, such as an order, you can inspect the event log in the Omnium UI by pressing the three dots in the top right corner and selecting Log. You can also view specific events for a single order or product by clicking the "Event log" button in the UI. This is also available in most list views.
You can search and browse all logged events in the Omnium UI by going to Configuration → Advanced → Events.

Subscription Result Events
Events will also be generated for the result of event subscriptions. For example, if you've set up a webhook subscription, a failed request event entry will look like this:
This is useful for inspecting subscription failures. Note that successful requests after retries will not be tracked as failures.
Retry Policies
Our default retry policy is 3 attempts with the following delays: 1 second, 5 seconds, and 15 seconds. This does not apply to responses with status codes 200-299, 404, 400, and 429.
Complete Operation IDs Reference
Event operation IDs follow a structured numbering system:
- 1x xxxx: Core operations
- 2x xxxx: Internal API (GUI) operations
- 3x xxxx: Public API operations
- 4x xxxx: Provider/Integration operations
- 5x xxxx: Domain events
Core Operations (1x xxxx)
Orders (110x)
110100- CreatedOrderFromCart110101- CreatedPartialShipment110102- CancelOrderLine110103- ExportOrder110104- ExportOrderToAllExporters110105- ExecuteExportOrder110106- AddOrder110107- ProcessingOrder110108- ProcessedOrder110109- DeletedOrder110110- DeletedOrderPermanently110111- ExecuteExportPayments
Workflow (111x)
111100- WorkflowStarted111101- WorkflowSavingOrderAsReadOnly111102- WorkflowCompleted111103- WorkflowRunningStep111104- WorkflowChangeStatus111105- WorkflowCompletedRunAfterOrderIsSaved
Distribution (112x)
112100- DistributionSetWarehouseBasedOnZip112101- DistributionReallocatedOrderByProductCategory112102- DistributionReallocatedOrderByProductStoreCategory112103- DistributionReallocatedOrderByProductIdsToStore112104- DistributionSplittedShipmentsToSpecifiedWarehouse112105- DistributionReallocatedShipmentToSpecifiedWarehouse112106- DistributionReallocatedOrderOnCancel
Invoice (113x)
113100- InvoicesExported113101- InvoicesUpdatedFromTripletex
Picklists (114x)
114100- UpdateOrdersForPickListAttentionRequired114101- UpdateOrdersForPickListOrderCanceled114102- UpdateOrdersForPickListOrderUpdatedWithoutWorkflow114103- UpdateOrdersForPickListOrderUpdatedWithWorkflow114104- UpdateOrdersForPickListToInProgress114105- UpdateOrdersForPickListAddingPartialShipment114106- UpdateOrdersForPickListCancelLineItems114107- UpdateOrdersForPickListRemoveShipmentFromPickList114108- UpdateOrdersForPickListMovedItemsForTransit114109- UpdateOrdersForPickListSendPartiallyCanceledNotification114110- UpdateOrdersForPickListErrorCanceled114111- UpdateOrdersForPickListErrorDelivered114112- UpdateOrdersForPickListErrorReturned114113- UpdateOrdersForPickListToStatus114200- CreatedPickList114201- RemovedShipmentFromPickList114202- AddedItemsToPickList114203- UpdateOrdersToCompletedBasedOnPickList114204- UpdateOrdersToInProgressBasedOnPickList114205- DeletedPickList114206- UpdatedPickList114207- UpdateOrdersToStatusBasedOnPickList
Click and Collect (115x)
115100- CancelExpiredOrders
Returns (118x)
118100- CreatedReturn118101- ReturnWorkflowStarted118102- ReturnWorkflowCompleted118103- ReturnWorkflowCompletedRunAfterOrderIsSaved
Customers (130x)
130100- CreatePrivateCustomerFromOrder130101- AddedPrivateCustomerFromOrder130102- UpdatedPrivateCustomerFromOrder130103- AddedBusinessCustomer130104- UpdatedBusinessCustomer130105- UpdatedBusinessCustomerContact130106- AddedPrivateCustomer130107- UpdatedPrivateCustomer130108- PrivateCustomerBatchUpdate130109- BusinessCustomerBatchUpdate
Incomplete Products (142x)
142100- CompletedIncompleteProduct
Promotions (145x)
145100- CreatePromotionWithPriceUpdate145101- CreatePromotion145102- UpdatePromotionWithPriceUpdate145103- UpdatePromotion145104- DeletePromotionWithPriceUpdate145105- DeletePromotion
Inventory (150x)
150100- ProcessingGoodsReception150101- ProcessingGoodsReceptionUpdatingInventory150102- ProcessingGoodsReceptionUpdatedInventory150103- ProcessGoodsTransferFromWarehouse150104- ProcessGoodsReceptionNoLineItemsFound150105- ProcessingUpdateInventory150106- UpdatedAtpIndex
Purchase Orders (151x)
151101- PurchaseOrderWorkflowStarted151102- PurchaseOrderWorkflowCompleted151103- ExportPurchaseOrder151104- ExportPurchaseOrderToAllExporters151105- ExecuteExportPurchaseOrder
Projects (160x)
160100- ProjectWorkflowStarted160101- ReleasedProjectOnHold160102- ProjectCreated
Analytics (181x)
181100- IndexAnalyticsReorderSuggestions
Other Core Operations (190x)
190100- ExcelImportProcessImportBackground190101- ExcelImportProcessedBatch190102- ExcelImportProcessedLastBatch190103- ExcelImportCompleted190104- ExcelImportCustomerClubBonusPointsProcessedBatch
Comments (1902x)
190200- CommentAdded190201- CommentDeleted190202- CommentProcessed190203- CommentNotificationSent
Scheduled Tasks (195x)
195100- RunScheduledTask
Notifications (196x)
196100- NotificationGetAndSendPendingNotificationMessagesOrders196101- NotificationGetAndSendPendingNotificationMessagesProjects196102- NotificationIsSentForOrder196103- NotificationIsSentForProject196104- NotificationIsSentForPurchaseOrder196201- NotificationIsSentForPayByLink
Internal API Operations (2x xxxx)
General (200x)
200001- GuiExtensionTriggered
GUI Orders (210x)
210100- GuiOrderAddedOrder210101- GuiOrderUpdatedOrder210102- GuiOrderUpdateAndRunWorkflow210103- GuiOrderUpdateAndRunWorkflowStep210104- GuiOrderUpdatedOrderLines210105- GuiOrderAddedOrderLine210106- GuiExportOrder210107- GuiOrderClearError210108- GuiOrderSolveError210109- GuiOrderUpdateStatus210110- GuiOrderUpdateStatusMultipleWithWorkflow210111- GuiOrderUpdateStatusMultipleWithoutWorkflow210112- GuiOrderUpdateShipments210113- GuiOrderUpdateCustomer210114- GuiOrderUpdateDiscount210115- GuiOrderUpdateCouponCodes210116- GuiOrderUpdateMetadata210117- GuiOrderUpdateStoreAndWarehouse210118- GuiOrderUpdateBillingAddress210119- GuiOrderChangeShipmentOrderLine210120- GuiOrderAddOrderLine210121- GuiOrderAddShipmentOrderLine210122- GuiOrderSendNotifications210123- GuiOrderSendNotificationsByTemplate210124- GuiOrderSplitOrderLine210125- GuiOrderSendGiftCardNotifications210126- GuiOrderCancelProducts210127- GuiOrderReplaceProducts210128- GuiOrderPrintReceipt210129- GuiOrderPrintOrderConfirmation210130- GuiOrderGlobalOrderSearch210131- GuiExportDepositOrder
GUI Distribution (212x)
212100- GuiChangedDistribution
GUI Invoice (213x)
213100- GuiUpdatedInvoice
GUI Picklists (214x)
214100- GuiPickListCreate214101- GuiPickListAddItems214102- GuiPickListUpdateOrdersBasedOnPickList214103- GuiPickListTransferToOtherWarehouse214104- GuiPickListRemoveShipment214105- GuiPickListRefreshOrderData214106- GuiPickListRefreshShipmentInfo
GUI Click and Collect (215x)
215100- GuiClickCollectCancelOrderLines215101- GuiClickCollectUpdateOrder215102- GuiClickCollectUpdateOrderMetadata215103- GuiClickCollectCompleteOrderLines
GUI Payments (216x)
216101- GuiAddInStorePayment216102- GuiPaymentDeleted216103- GuiPaymentRegisterPayment216104- GuiPaymentAuthorize216105- GuiPaymentAddAwaiting216106- GuiPaymentDirectCapture216107- GuiPaymentCapture216108- GuiPaymentCancel216109- GuiPaymentRelease216110- GuiPaymentManualTransaction216111- GuiPaymentCreateBonusPointsPayment216112- GuiPaymentCreateSalesPayment216113- GuiPaymentCreateInvoicePayment216114- GuiPaymentUpdatePaymentProperties216115- GuiPaymentUpdatePaymentLine216116- GuiPaymentUpdateAuthorization216117- GuiPaymentUpdateAuthorizationExtendTime216118- GuiPaymentUpdateAuthorizationExtendTimeMultiple216119- GuiPaymentCredit216120- GuiPaymentExport216121- GuiPaymentCreateCreditNote216122- CaptureCallbackOutsideOmnium
GUI Shipments (217x)
217100- GuiShipmentUpdateStatus217101- GuiUpdatedShipment
GUI Returns (218x)
218100- GuiCreateReturn218101- GuiCreateReturnOrder218102- GuiAddOrderLineToReturnOrderEvent218103- GuiExportReturn218104- GuiUpdateReturnStatus218105- GuiUpdateReturnStatusError218106- GuiUpdateReturnOrderLines218107- GuiAddOrderLineToReturn218108- GuiUpdateReturnMetadata
GUI Replacement Orders (219x)
219100- GuiCreateReplacementOrder
GUI Carts (220x)
220100- GuiCreatedCart220101- GuiCreatedCartId220102- GuiCreatedCartFromSource220103- GuiCreatedCartFromOrder220104- GuiUpdatedCart220105- GuiDeletedCart220106- GuiCartSplitOrderLine220107- GuiCartRemovedLineItem220108- GuiCartAddOrderLine220109- GuiCartUpdateOrderLineQuantity220110- GuiCartAddedStore220111- GuiCreatedClickCollectOrderFromCart220112- GuiUpdateShipments220113- GuiCartClearError220114- GuiAddLineItemsToCart220115- GuiCancelCart220116- GuiCreatedCartFromCart220117- GuiApplyVoucherToCart220118- GuiCartConnectorExport220119- GuiCartDepositConnectorExport
GUI Private Customers (2301x)
230100- GuiAddedPrivateCustomer230101- GuiUpdatedPrivateCustomer230102- GuiDeletedPrivateCustomer230103- GuiUpdatedPrivateCustomerMetadata230104- GuiUpdatedPrivateCustomerStores230105- GuiAnonymizedPrivateCustomer230106- GuiUpdatedPrivateCustomerExternalIds230107- GuiMergePrivateCustomer
GUI Business Customers (2302x)
230200- GuiCreatedBusinessCustomer230201- GuiUpdatedBusinessCustomer230202- GuiUpdatedBusinessCustomerExternalIds230203- GuiMergeBusinessCustomer230204- GuiAddedBusinessCustomerContact230205- GuiUpdatedBusinessCustomerContact230206- GuiDeletedBusinessCustomerContact230207- GuiDeletedBusinessCustomer
GUI Customer Club (231x)
231100- GuiAddedCustomerClubMembership231101- GuiUpdatedCustomerClubMembership231102- GuiCreatedCustomerClubMembershipFromCustomer231103- GuiDeletedCustomerClubMembership231104- GuiDeletedCustomerClubMembershipWithInvalidPhoneNumber231105- GuiDeletedCustomerClubMembershipEndedBySystem
GUI Customer Segmentation (232x)
232100- GuiSentCustomerToCustomerList
GUI Newsletter (233x)
233100- GuiAddNewsletter233101- GuiUpdateNewsletter233102- GuiDeleteNewsletter
GUI Vouchers (234x)
234100- GuiAddVoucher234101- GuiUpdateVoucher234102- GuiDeleteVoucher
GUI Products (240x)
240100- GuiAddProduct240101- GuiDeleteProduct240102- GuiDeleteProducts240103- GuiAddProductImage240104- GuiProductUpdatePrices240105- GuiProductUpdateMetadata240106- GuiEnrichProduct240107- GuiEnrichProductFromQuickEdit240108- GuiEnrichProductFromQuickEditList240109- GuiEnrichVariantFromQuickEditList240110- GuiProductClearError240111- GuiProductAddCategory240112- GuiProductRemoveCategory240113- GuiProductUpdateMainCategory240114- GuiProductPatch240115- GuiProductExcelImport240116- GuiProductUpdateStatus240117- GuiProductUpdateCost240118- GuiProductUpdateLocation240119- GuiExportProduct
GUI Incomplete Products (242x)
242100- GuiCreateIncompleteProduct242101- GuiUpdateIncompleteProduct
GUI Price Lists (243x)
243100- GuiCreatePriceList243101- GuiUpdatePriceList243102- GuiAddedProductsToPriceList243103- GuiCreatedPriceListFromProducts243104- GuiCreatedCopyOfPriceList243105- GuiActivatedPriceList243106- GuiDeactivatedPriceList243107- GuiDeletedPriceList243108- GuiUpdatedPriceListPrices
GUI Gift Cards (249x)
249100- GuiCreateGiftCard
GUI Inventory (250x)
250100- GuiUpdatedInventories250101- GuiUpdatedInventoryBatches250102- GuiUpdatedInventoriesForAllWarehouses250103- GuiUpdatedInventoryBatchesExcelImport250104- GuiAllocationOfInventoryToVsl250105- GuiImportInventoryFromApi250106- GuiImportInventoryFromApiScroll250107- GuiImportInventoryFromApiScrollBatch250108- GuiUpdatedSingleInventory
GUI Purchase Orders (251x)
251100- GuiAddPurchaseOrder251101- GuiAddPurchaseOrderLine251102- GuiUpdatePurchaseOrderLine251103- GuiUpdatePurchaseOrderLines251104- GuiUpdatePurchaseOrderLineQuantity251105- GuiUpdatePurchaseOrderStatus251106- GuiUpdatePurchaseOrderSupplier251107- GuiUpdatePurchaseOrderMetadata251108- GuiDeletePurchaseOrderLine251109- GuiPurchaseOrderPackageBreakdown251110- GuiUpdatePurchaseOrderStatusError251111- GuiUpdatePurchaseOrderStatusWithoutWorkflow251112- GuiCreatePurchaseOrderFromSuggestions251113- GuiPurchaseOrderClearError251114- GuiPurchaseOrderSolveError251115- GuiPurchaseOrderCancelLineItem251116- GuiPurchaseOrderSplitOrderLine
GUI Deliveries (252x)
252100- GuiExportDelivery252101- GuiUpdatedDeliveryMetadata252102- GuiDeliveryUpdatedEstimatedTimeOfArrival252103- GuiDeliveryDeleteInternalComment252104- GuiDeliveryDeletePublicComment252105- GuiDeliveryUpdateDeliveryIdOnOrders252106- GuiDeliveryCreateNewDelivery252107- GuiDeliveryAddToExistingDelivery252108- GuiDeliveryInventoryReducedByInternalDelivery252109- GuiDeliveryUpdatedWithNewLineItems252110- GuiDeliverySplitLineItem252111- GuiDeliveryCancelLineItem252112- GuiDeliveryProcessGoodsReception252113- GuiDeliveryRemoveLineItem252114- GuiDeliveryDeleteFromOrders252115- GuiDeliveryDeleted
GUI Suppliers (253x)
253100- GuiUpdatedSupplier253101- GuiDeletedSupplier
GUI Projects (260x)
260100- GuiAddProject260101- GuiDeleteProject260102- GuiProjectCancelByPartner260103- GuiProjectCancelByInternal260104- GuiProjectCancelByCustomer260105- GuiSaveProject260106- GuiSaveProjectWithWorkflow260107- GuiSaveProjectWithCheckList260108- GuiSaveProjectWithNewStore260109- GuiSaveProjectWithNewPartner260110- GuiSaveProjectWithNewContactPerson260111- GuiProjectWorkflowPreviousStep260112- GuiProjectWorkflowNextStep260113- GuiProjectCompleted260114- GuiProjectActivated260115- GuiProjectOnHold260116- GuiProjectOnHoldUntil260117- GuiProjectPartsUpdated260118- GuiProjectContactsUpdated260119- GuiProjectChangeOrdersUpdated260120- GuiProjectSendNotifications260121- GuiProjectRemoveContactPerson260122- GuiProjectProductsUpdated
GUI Stores (270x)
270100- GuiAddedStore270101- GuiUpdatedStore270102- GuiDeletedStore
GUI Users (271x)
271100- GuiDeletedUser271101- GuiUpdatedUser
GUI Analytics (281x)
281100- GuiIndexAnalyticsReorderSuggestionsByProductSearchRequest
GUI Other (290x)
290100- EventSubscriptionExecuted290101- EventSubscriptionEventExecuted
GUI Tenant Settings (297x)
297100- GuiTenantSettingsSavedFullDraft297101- GuiTenantSettingsUseDraft297102- GuiTenantSettingsSavedDraft297103- GuiTenantSettingsSavedVersion297104- GuiTenantSettingsPublished297105- GuiTenantSettingsDeleted297106- GuiTenantSettingsPublishedDraft297107- GuiTenantSettingsUpdatedByImport
GUI Categories (298x)
298100- GuiCategoryAdd298101- GuiCategoryUpdate298102- GuiCategoryDeleted298103- GuiCategoryBatchUpdate
Public API Operations (3x xxxx)
API Orders (310x)
310100- ApiOrderPatch310101- ApiOrderUpdateStatus310102- ApiOrderUpdateStatusWithoutWorkflow310103- ApiOrderUpdateStatusPartial310104- ApiOrderLinePatch310105- ApiOrderLineAddProperties310106- ApiOrderLineCancel310107- ApiOrderAddPayment
API Invoice (313x)
313100- ApiInvoiceUpload313200- ApiInvoiceAdd313300- ApiInvoiceUpdate
API Click and Collect (315x)
315100- CustomerPickupLimitExtended
API Returns (318x)
318100- ApiCreateReturn318101- ApiUpdateReturnStatus318102- ApiUpdateReturnStatusError
API Replacement Orders (319x)
319100- ApiCreateReplacementOrder
API Carts (320x)
320100- ApiCreateCart320101- ApiSaveCart320102- ApiDeleteCart320103- ApiCreateCartFromOrderLine320104- ApiAddProductOptionsItemToCart320105- ApiAddItemToCart320106- ApiAddItemToCartBySkuAndQuantity320107- ApiUpdateItemQuantityBySku320108- ApiUpdateItemQuantityByOrderLineId320109- ApiAddOrderLineToCart320110- ApiAddCustomerIdToCart320111- ApiAddStoreToCart320112- ApiAddGiftCardToCart320113- ApiRemoveGiftCardFromCart320114- ApiAddCouponCodeToCart320115- ApiRemoveCouponCodeToCart320116- ApiAddPaymentToCart320117- ApiAddShipmentToCart320118- ApiCartDeleteOrderLine320119- ApiApplyVoucherToCart320200- ApiDeleteShipmentsFromCart320121- ApiRemoveVoucherFromCart
API Private Customers (3301x)
330100- ApiAddPrivateCustomer330101- ApiUpdatePrivateCustomer330102- ApiAddPrivateCustomerConsent330103- ApiAddCustomerClubMember330104- ApiAddCustomerClubMemberWithConsent330105- ApiAddCustomerClubMemberWithPatch330106- ApiUpdateCustomerClubMemberWithPatch330107- ApiUpdateCustomerClubMemberWithInterests330108- ApiAddCustomerClubMemberWithConsentList330109- ApiUpdateCustomerClubMemberWithConsentList330110- ApiAddPendingCustomerClubMember330111- ApiUpdateCustomerClubMemberConsents330112- ApiDeleteCustomerClubMember330113- ApiPrivateCustomerPatch330114- ApiAnonymizePrivateCustomer330115- ApiMergePrivateCustomer330116- ApiDeletePrivateCustomer330117- ApiAddManyPrivateCustomers330118- ApiUpdateManyPrivateCustomers
API Business Customers (3302x)
330200- ApiAddBusinessCustomer330201- ApiUpdateBusinessCustomer330202- ApiMergeBusinessCustomer330203- ApiAddedBusinessCustomerContact330204- ApiUpdatedBusinessCustomerContact330205- ApiDeletedBusinessCustomerContact330206- ApiBusinessCustomerAssetAdded330207- ApiBusinessCustomerAssetsAdded330208- ApiBusinessCustomerAssetsUpdated330209- ApiBusinessCustomerAssetsDeleted330210- ApiBusinessCustomerPatch330211- ApiBusinessCustomerContactPersonAdded330212- ApiBusinessCustomerContactPersonUpdated330213- ApiBusinessCustomerContactPersonDeleted330214- ApiDeleteBusinessCustomer330215- ApiUpdateManyBusinessCustomer
API Customer Club (331x)
331100- ApiCustomerClubUnsubscribe
API Price Lists (343x)
343100- ApiAddPriceList343105- ApiActivatedPriceList343106- ApiDeactivatedPriceList343110- ApiDeletePriceList
API Inventory (350x)
350000- ApiInventoryAddMany350001- ApiInventoryDelete350002- ApiInventoryUpdateMany
API Purchase Orders (351x)
351100- ApiAddPurchaseOrder351101- ApiUpdatePurchaseOrder351102- ApiPatchPurchaseOrder351103- ApiDeletePurchaseOrder351104- ApiCancelPurchaseOrderLine
API Products (140x)
🙈yeah... we might’ve messed up the prefix on these
140101- DeletedProduct140102- AddManyProducts140103- UpdateManyProducts140104- UpdatedAtpDate140105- PatchProduct140106- AddProduct140107- AddProductVariant140108- AddManyProductVariants140109- PatchProductVariant140110- PatchManyProductVariants
API Deliveries (352x)
352112- ApiDeliveryProcessGoodsReception352113- ApiUpdatedDeliveryFromPatch352114- ApiDeletedDelivery352115- ApiUpdatedDelivery352116- ApiCreatedDelivery
API Suppliers (353x)
353100- ApiUpdatedSupplier353101- ApiDeletedSupplier
API Projects (3601x)
360100- ApiProjectUpdateStatus360101- ApiProjectDeletePartner360102- ApiProjectAddAssets360103- ApiProjectAddPartners360104- ApiProjectDeletePartners360105- ApiProjectAddCustomerComment360106- ApiProjectDecline360107- ApiProjectDeclinePartnerRequest360108- ApiProjectAccept360109- ApiProjectAcceptPartnerRequest360110- ApiProjectGoToWorkflowStep360111- ApiProjectAddRejectingPartner360112- ApiProjectRemoveRejectingPartner360113- ApiProjectSendEmail360114- ApiProjectSendSms360115- ApiProjectAddCustomer360116- ApiProjectAddBusinessCustomer360117- ApiProjectUpdate360118- ApiProjectPatch360119- ApiProjectActivated
API Project Change Orders (3602x)
360200- ApiProjectChangeOrderAdd360201- ApiProjectChangeOrderAddMany360202- ApiProjectChangeOrderUpdate360203- ApiProjectChangeOrderUpdateMany360204- ApiProjectChangeOrderDelete
API Project Parts (3603x)
360300- ApiProjectPartsAdd360301- ApiProjectPartsAddMany360302- ApiProjectPartsUpdate360303- ApiProjectPartsUpdateMany360304- ApiProjectPartsDelete360305- ApiProjectPartTaskUpdate
API Project Transactions (3604x)
360400- ApiProjectTransactionsAdd360401- ApiProjectTransactionsAddMany360402- ApiProjectTransactionsUpdate360403- ApiProjectTransactionsUpdateMany360404- ApiProjectTransactionsDelete
API Stores (370x)
370100- ApiStoreAdd370101- ApiStoreUpdate370102- ApiStoreDelete370103- ApiStoreDeleteById370104- ApiStoreCreateOrUpdate370105- ApiStoreEnrich370106- ApiStoreEnrichAdd370107- ApiStorePatch
API Categories (398x)
398100- ApiCategoryAdd398102- ApiCategoryDeleted398104- ApiCategoryBatchAdd
Batch operations (510x)
The batch update events will be triggered for every batch update regardless of origin
510102- ProductBatchUpdate
Related Documentation
- Event Queues - Queue configuration for events
- Event-Driven vs Polling Integrations - Guidance on choosing between events and polling for data export
