# Webhook advanced details

You can add or update webhooks through [Settings](https://docs.struct.com/pim3/reference/settings) > [Webhooks](https://docs.struct.com/pim3/reference/settings/webhooks).

### Conditional triggering

Determines whether the request shall only fire under specific circumstances. If toggled additional options are available depending on the original option that was toggled.

### Category updated

| Condition                       | Description                                                                                                                                                                                      |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Catalogue updates               | Determines whether the request shall fire when a category is moved to another catalogue.                                                                                                         |
| Parent category updates         | Determines whether the request shall fire when the category is moved.                                                                                                                            |
| Sort order updates              | Determines whether the request shall fire when the sort order is updated.                                                                                                                        |
| Specific catalogue updates only | Select if only updates in specific catalogues should trigger a request.                                                                                                                          |
| Attribute updates               | Select if the request shall fire for attribute updates. Can be chosen to fire only on speific attribute updates. If this is chosen you will additionally need to set the attributes to fire for. |
| Data mode                       | The data mode to use for the body of a request.                                                                                                                                                  |
| Example                         | Example of body data in a request.                                                                                                                                                               |

### Enrichment insights changed

| Condition                       | Description                                                                                                      |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Enrichment setups to trigger on | Which enrichment setups should trigger a request.                                                                |
| Only on completed change        | Determines whether the request shall only trigger for entities with insight completeness changed to or from 100% |

### Product updated

| Condition                    | Description                                                                                                                                                                                      |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Category updates             | Determines whether the request shall fire when the product category classification changes.                                                                                                      |
| Product structure updates    | Determines whether the request shall fire on product structure updates.                                                                                                                          |
| Variation definition updates | Determines whether the request shall fire on variation definition updates.                                                                                                                       |
| Archiving status update      | Determines whether the request shall fire when a product is archived or unarchived.                                                                                                              |
| Attribute updates            | Select if the request shall fire for attribute updates. Can be chosen to fire only on speific attribute updates. If this is chosen you will additionally need to set the attributes to fire for. |
| Data mode                    | The data mode to use for the body of a request.                                                                                                                                                  |
| Example                      | Example of body data in a request.                                                                                                                                                               |

### Variant group updated

| Condition               | Description                                                                                                                                                                                      |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Category updates        | Determines whether the request shall fire when the product category classification changes.                                                                                                      |
| Archiving status update | Determines whether the request shall fire when a product is archived or unarchived.                                                                                                              |
| Attribute updates       | Select if the request shall fire for attribute updates. Can be chosen to fire only on speific attribute updates. If this is chosen you will additionally need to set the attributes to fire for. |
| Data mode               | The data mode to use for the body of a request.                                                                                                                                                  |
| Example                 | Example of body data in a request.                                                                                                                                                               |

### Variant updated

| Condition                        | Description                                                                                                                                                                                      |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Product association change       | Determines whether the request shall fire when the variant is assigned to a new parent product.                                                                                                  |
| Variant group association change | Determines whether the request shall fire when the variant is assigned to a new parent product.                                                                                                  |
| Sort order updates               | Determines whether the request shall fire when the variant sort order is changed.                                                                                                                |
| Variant group sort order         | Determines whether the request shall fire when the variant sort order is changed within a variant group.                                                                                         |
| Archiving status update          | Determines whether the request shall fire when a variant is archived or unarchived.                                                                                                              |
| Attribute updates                | Select if the request shall fire for attribute updates. Can be chosen to fire only on speific attribute updates. If this is chosen you will additionally need to set the attributes to fire for. |
| Data mode                        | The data mode to use for the body of a request.                                                                                                                                                  |
| Example                          | Example of body data in a request.                                                                                                                                                               |


---

# 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.struct.com/pim3/reference/settings/webhooks/webhook-details/webhook-advanced-details.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.
