# Triggering a promotional URL offer

This feature allows you to trigger a promotional URL offer type using an API call. This type of API offer mimics the triggering behavior of a promo URL offer using storefront links.

## High-level workflow

1. Apply an offer ID or ERID to a cart. This triggers Global Commerce's preconfigured offer behavior and provides the same functionality as the Promo URL for hosted storefronts.
2. The client sets up a Promotional URL-triggered offer in Global Commerce. The Cart API call triggers the offer and applies the discount with the Offer ID or ERID included in the call.
3. The system successfully applies the correct Promotional URL offer to the cart or product if the Promo URL wins the offer arbitration.


---

# 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.digitalriver.com/commerce-api/shopper-apis/cart/managing-offers-in-a-cart/dynamic-offers-personalization/triggering-a-promotional-url-offer.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.
