Overriding a promotional URL offer discount
Learn how to override a promotional URL offer discount.
Last updated
Was this helpful?
Learn how to override a promotional URL offer discount.
Last updated
Was this helpful?
This feature allows you to trigger the Promotional URL Offer type using a Commerce API and override the discount pass-in through an API from Global Commerce Merchandising offers when the Skip Offer Arbitration flag is enabled.
The user applies an offer ID or O-ERID to a cart to trigger Global Commerce's preconfigured offer behavior.
The client sets up a Promotional URL triggered offer in Global Commerce. A call to the resource triggers the offer and applies the discount offer with the offer ID or ERID included in the call.
The system triggers this offer, then applies the new override discount to it. The term "Override or Overriden" specified here indicates the replacement of Global Commerce's Offer Discount setting.
The shopper can see the correct discount applied to the cart.
The shopper successfully submits the order.
The user triggers the Get Order resource (GET /v1/shoppers/me/orders/[orderId]
).
The user can see the override description.
This schema applies to a .
This schema applies to a or an .
Specify this flag in a query parameter at the cart level.
skipOfferArbitration=TRUE—Disables the Global Commerce Merchandising Offer arbitration logic to find the best price for a product. Example: Displays the Base Price. Note: If you pass the override discount offer on the same call, this offer will compete with other Global Commerce merchandising offers in the arbitration logic.
skipOfferArbitration=FALSE—Enables the Global Commerce Merchandising Offer arbitration logic to find the best price for a product. Note: If you pass the override discount offer on the same call, this offer will compete with other Global Commerce merchandising offers in the arbitration logic. The best offer wins.
Offer-external reference ID. A unique external reference identifier for a specific offer. The client manages all associated business logic that defines when to apply the offer. You must specify this value at the site level to use it in Commerce API calls.
When specified in this situation, it indicates there is a replacement for Global Commerce's Offer Discount setting. Don't confuse this term with Skip Offer Arbitration logic. When used, the system proceeds with offer arbitration after there is an override with the promotional URL type discount.
Overrides the offer's description in the cart AFTER adding the applicable products into the current requisition.