Go To WOBO Page, Input The Seller ID. Use This Link To: Calling API and CMM API
Go To WOBO Page, Input The Seller ID. Use This Link To: Calling API and CMM API
1.Calling API
After you input Seller ID, User ID will be populated, then press Save.
Now as you can see, you will have a option ‘Commercial Marketplace’ tab on left Panel. Once you
click on ‘Commercial Marketplace’ -> Go to Analyze Tab -> Select any one of option from the drop
down (Summary, Orders, Customers, Downloads).
On this Page, Click F12, which will give developers details of the page. As shown on this page, please
press ‘Ctrl+R’ to refresh the data. Which will help trigger the URL that provides the Information.
Once you refresh the logs, it give you multiple resources of the page, select a resource which is most
relevant to the information shown on the page. (Example : Orders, Customer., etc)
Pick one of the URL which is relevant to the data like (Groupby, Startdate, Orderby ,. Etc) ,Copy the
URL from the developer page.
https://api.partnercenter.microsoft.com/partner/v1/analytics/isv/<controller>
Now Edit the Public API Link, where <controller> is replaced with the URL extracted.
Here for example: From the extracted URL, only this part is selected where it has ‘?’ and keyword
‘Order’. (Keyword may vary depending on your selection).
order?groupby=customerId&orderby=orderCount&measures=orderCount&startDate=2018-12-
03&endDate=2019-05-08
https://api.partnercenter.microsoft.com/partner/v1/analytics/isv/order?groupby=customerId&orde
rby=orderCount&measures=orderCount&startDate=2018-12-03&endDate=2019-05-08
Step 4 : Now the Link which is the resultant of step 3 is used in Postman Tool.
Paste the link in the Postman Tool, Also we need to extract Bearer Token for the Authorization, You
can login to PartnerCenter and get the token from the logged in (WOBO'ed) user by doing the
following
https://partner.microsoft.com/diagnostics
You can now Evaluate the data and make sure the data is present and reflected in the API.
Postman Tool will provide us data that is used for UI also data which is extracted from the Database.
*If the data is not shown here, then we need to call CCM API.
2.Calling CCM API:
Step 1: we need to collect Correlation ID from the Developers Page of Partner Centre.
Step 2 : Enter the Correlation Id in the App-insights, you will get the results like below.
The Result will show the Logs in the selected time period.
Step 3: CMM API is called using this link, Now using Postman we can verify data from this link
similar way. By pasting the link into Postman and Authorizing it with Bearer Token.