# Entitlements

Subscribers expect immediate access to their purchases upon confirmation. This can be complex with multiple systems involved in order provisioning or fulfillment. Introducing Limio Entitlement! Limio, as a commerce platform, is the first to recognize successful purchases and can provide real-time webhooks to Access and Identity platforms for granting specific features. Entitlements refer to the features or access a customer receives when subscribing to a product. For instance, a basic subscriber might receive an online product, while a gold subscriber gains an online product plus a physical product and online support.

## **Creating and mapping Entitlements**

To create an Entitlement within Limio, click Entitlements on the Catalog side menu. Click on the "+" button, then "Add Entitlements". Make sure to give the Entitlement a name and a label. A code can also be provided to identify the Entitlement within a system external to Limio.

<figure><img src="/files/Fsou7zQXPZEERcT8T3uy" alt=""><figcaption></figcaption></figure>

To associate an Entitlement to a product, click Products on the Catalog side menu. Click on your desired Product, then click on the Entitlements tab. Select your desired Entitlement from the list, and press the Save button in the top right corner.

<figure><img src="/files/B9q2T9Hi093ivsnu1LIJ" alt=""><figcaption></figcaption></figure>

From there, the Entitlement will map to Offers through the Product. Ultimately, Subscriptions will have the Offer. See a full diagram:

<figure><img src="/files/CWibkY5IJxA6hRf41ive" alt=""><figcaption></figcaption></figure>

## **Propagating** **an Entitlement to other systems**

Once the webhook endpoint is setup, Limio will automatically fire entitlements for New Orders, Switch and Cancel/Save. Here is an example of entitlement webhooks sent to Salesforce.

<figure><img src="/files/rDYS7XsMLGH4IylrggCd" alt=""><figcaption></figcaption></figure>

The payload is described in:

{% content-ref url="<https://docs.limio.com/developers/webhooks/overview>" %}
<https://docs.limio.com/developers/webhooks/overview>
{% endcontent-ref %}

Note that it is possible to send synchronous webhooks (i.e. the order will fail if the webhook is not successfully received by your entitlement system). Learn more at:

{% content-ref url="<https://docs.limio.com/integrations/order-orchestration/callout-plugin>" %}
<https://docs.limio.com/integrations/order-orchestration/callout-plugin>
{% endcontent-ref %}


---

# 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.limio.com/product/pricing/how-to-create-and-propagate-entitlements-with-limio.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.
