Release notes

Important: This section lists only features that are currently available in production. For planned enhancements and upcoming changes, see Upcoming releases.

API changes

May 18, 2026

Overlay recommendations are now surfaced to partners in select regions

Partners in certain regions can now view sales opportunities passed to them by Adobe representatives through the existing Fetch Recommendations (POST /v3/recommendations) API. This enhancement is currently limited to specific regions. The API updates are backward-compatible and non-breaking. Your region leads will communicate the opportunities applicable in your region.

When an Adobe agent identifies purchase intent during an overlay interaction, an opportunity is created and returned in the recommendations response under a new overlayRecommendations object.

What changed?

The POST /v3/recommendations endpoint now returns an overlayRecommendations object alongside the existing productRecommendations. This object contains two arrays:

Each opportunity includes createdAt, expiresAt, status, and an items array with offerId and quantity. Opportunities remain in an OPEN status until they are either consumed during order placement or automatically expired past their expiresAt date.

For more information, see Overlay recommendations.

May 11, 2026

Flexible discounts are now discoverable before their start date

Partners can now retrieve upcoming flexible discounts using GET /v3/flex-discounts, so you can see upcoming offers ahead of their go-live date. This is the default behavior for the endpoint; no new parameters are required to see those discounts.

What changed?

The GET /v3/flex-discounts endpoint now returns upcoming flexible discounts in addition to those that are already live by default.

Important: A discount with a future startDate will still show status: ACTIVE. For integrations, ACTIVE should not be read as “can be applied to an order today.” Use startDate relative to the current date to decide whether a discount is eligible for orders now.

Why it matters

Partners can now prepare marketing campaigns, brief resellers, and configure storefronts ahead of a discount's live date, rather than waiting for comms or account-manager outreach

Action required

Action
Details
Gate discount use on startDate
The status field alone no longer indicates whether a discount is live. Compare startDate to the current date to determine if a discount can be applied to orders today.
Audit existing logic
Find any code paths that assume status: ACTIVE means “usable right now” and align them with the rule above.
To keep legacy behavior
Pass start-date=<today> as a query parameter to return only currently-live discounts to replicate the previous behavior of the API.

For more information, see Manage Flexible Discounts.

April 09, 2026

Support for automatic discount continuity across renewals

The discount reusability allows eligible discounts to be reused beyond their initial end date under defined conditions. With this enhancement, a discount can be configured for extended usage if it meets the required eligibility criteria. Partners can continue to apply a reusable discount until the configured reusableUntilDate, provided the discount is used at least once before the discount end date.

Key details

How reusable and non-reusable discounts work:

In general, promotions and discounts are available only between their configured start and end dates. Reusable discounts extend this model by allowing continued application beyond the original end date, subject to prior use and configuration.

Aspect
Standard (Non-reusable) discount
Reusable discount
Availability
Only between the discount start and end dates.
Between the start date and beyond the end date until the discount lock end date.
Renewal usage
Not allowed after the discount end date.
Allowed if the discount was used at least once before the end date.
Seat additions after the end date
Not supported.
Supported until the discount lock end date.
Customer action required
Must opt in again with Update Subscription if applicable.
No additional opt-in required once applied.

For more information, see Manage Flexible Discounts.

Sandbox changes

The Portal Resources > View Available Flex Discounts page in the Sandbox UI lists the available flexible discounts. The Edit Reusable Flex Discounts tab allows you to change a discount's end date and test reusable flexible discounts. For more information, see Edit reusable flexible discounts.

March 30, 2026

Early Renewals – Subscription renewal ahead of anniversary date

Facilitates the renewal of customer subscriptions before the Anniversary Date (AD). This capability enables customers to renew early while maintaining uninterrupted access to their existing subscription.

New capabilities

For more information, see:

Sandbox changes

March 23, 2026

Pricing and invoicing data available in Get Order APIs

The VIP Marketplace now provides partners with enhanced access to pricing and invoicing information through the GET Order by ID and GET Order History APIs.

These enhancements allow partners to view the same pricing elements that appear in the invoice spreadsheets, which improves transparency and reconciliation accuracy.

New capabilities

For more information, see:

Sandbox changes

March 16, 2026

Flexible Discounts – Introductory offers support

This release enhances the Flexible Discounts capability in VIP Marketplace to support Introductory Offers as a new discount category. The introductory offer is a type of discount that helps partners apply a fixed-price discount to a customer’s first purchase or first-time use of a specific product. Some benefits include:

New capabilities:

For more information, see:

February 11, 2026

Modified Price List documentation

January 08, 2026

Flexible Discounts for subscription renewals

Partners can now access details about flexible discounts for a customer and apply them in the subscription’s auto-renewal settings while creating or updating the subscription.

New capabilities:

Other API documentation changes:

Sandbox changes:

January 06, 2026

The Fetch Price List API now supports price lists for Large Government Agencies (LGA)

To retrieve LGA price lists, use the priceListType request parameter with the value STD-LGA, which specifies that the Price List is intended for LGA customers. Read more about Fetch Price List API.

December 11, 2025

Mid-term upgrades

Partners can upgrade customer subscriptions during the active term, without waiting for the renewal date.

New capabilities

Read more about Mid-term upgrades.

November 11, 2025

Change to reseller change approval code validity

Display source of the Order in Create Order and Get Order API responses

Changes to Get Customer List and Get Reseller List APIs

Display deploymentID and currencyCode in Reseller Transfer API responses

Base part number in the GET Open Acquisitions API response

August 22, 2025

Preview with pricing

Get Customer List and Get Reseller List APIs

June 19, 2025

Fetch Price List

May 09, 2025

Manage Flexible Discounts

Fetch Recommendations

January 23, 2025

Migrate High Volume Discount (HVD) customers from VIP

Manage High Growth Offers

Earlier releases from 2024

Sandbox changes

January 08, 2026

Changes to support on-demand flexible discount release:

Earlier releases