# Basket Notifications

- [OnBasketAddedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketaddednotification.md): Notification which is triggered after a single line item is added to the Basket
- [OnBasketAddedManyNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketaddedmanynotification.md): Notification which is triggered after multiple line items are added to the Basket.
- [OnBasketAddManyStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketaddmanystartednotification.md): Notification which is triggered before multiple line items are added to the Basket
- [OnBasketAddStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketaddstartednotification.md): Notification which is triggered before a single line item is added to the Basket
- [OnBasketClearedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketclearednotification.md): Notification which is triggered after the Basket is cleared
- [OnBasketClearStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketclearstartednotification.md): Notification which is triggered before the Basket is cleared
- [OnBasketReducedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketreducednotification.md)
- [OnBasketReduceStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketreducestartednotification.md): Notification which is triggered before a line item is reduced in the Basket
- [OnBasketRemovedManyNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketremovedmanynotification.md): Notification which is triggered after multiple line items are removed from the Basket
- [OnBasketRemovedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketremovednotification.md): Notification which is triggered after a line items is removed from the Basket
- [OnBasketRemoveManyStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketremovemanystartednotification.md): Notification which is triggered after a line items is removed from the Basket
- [OnBasketRemoveStartedNotification](https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications/onbasketremovestartednotification.md): Notification which is triggered after a line items is removed from the Basket


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbcheckout.net/scheduled-tasks-and-notifications/basket-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
