Forum Discussion

saurabh-sharma's avatar
Feb 24, 2024

Action required for accommodating changes in downloading Marketplace Insights data through API

We have made few changes in how you consume the API for downloading the Marketplace Insights data.

  1. Change in Resource parameter for token generation.
    We've made a change to how you get tokens for our service. You need to use https://api.partnercenter.microsoft.com as the resource parameter instead of https://graph.microsoft.com. The old resource parameter (https://graph.microsoft.com) will be deprecated on 30 June 2024. Announcement: February 2024 announcements - Partner Center announcements | Microsoft Learn
  2. Launching API V1.1:
    We have launched version 1.1 of our APIs. Existing API V1 will be deprecated on 30th June 2024. Please plan the migration accordingly. Announcement: January 2024 announcements - Partner Center announcements | Microsoft Learn

    Here are the top changes coming in Version 1.1
    1. Create Report API: RecurrenceCount or EndTime is now mandatory. Therse parameters have certain limits based on Recurrence Interval provided.
    2. GET Report API: GET Report API returns information about the TotalRecurrenceCount. RecurrenceCount (remaining), endTime, and nextExecutionStartTime.
    3. GET Report Execution API: GET Report Execution API returns information about the TotalRecurrenceCount. RecurrenceCount (remaining), endTime, and nextExecutionStartTime.
    4. Scheduled Report PUT API: This API now allows users to update the endTime of their scheduled reports in addition to the recurrenceCount.
  • Thanks for sharing this, Saurabh! Any community members have questions about this? Let us know in the comments section.

Resources