apis and services
29 TopicsOverview of pending/open transferrequests
Greetings, Since the introduction of NCE subscription transfers, we, as an Indirect provider, have observed a surge in both incoming and outgoing transfers. However, despite my understanding, there appears to be no straightforward method to obtain a comprehensive list of ALL transfer requests across all our customers, even when utilizing the API. Is there something I might be overlooking?Solved1.2KViews2likes8CommentsPartner Center account deactivated – unable to access Hardware Program dashboard
Hello Microsoft Partner Center Support Team, We are currently unable to access the Microsoft Hardware Developer Dashboard through Partner Center. Below is a summary of the issue and actions we have already taken. --- Purpose We have encountered an access issue when attempting to use the Microsoft Partner Center Hardware Developer Program. The purpose of this message is to request confirmation of our Partner Center account status and reactivation of our Hardware Program registration, or guidance on re-enrolling if required. --- Sequence of Events (Steps to Reproduce) We attempted to access the Microsoft Hardware Developer Dashboard via the following URL: https://partner.microsoft.com/ja-jp/dashboard/Registration/Hardware After signing in to Partner Center, the “Hardware” option appeared in the list of available programs. However, it could not be selected, and the following message was displayed: Hardware Manufacture devices, parts and equipments. Create and manage system and driver submissions. Our records indicate that you have already enrolled into this program but your program registration is deactivated. Subsequently, when attempting to access the Partner Center dashboard, the following error message was displayed: Access restricted – your Partner Center account has been deactivated. --- Additional Information The following details were displayed on the Partner Center dashboard at the time the above error occurred. - Organization name: Sunny Giken Co., Ltd. - Tenant domain: sunnygiken.co.jp - Primary account email: email address removed for privacy reasons - Approx. registration date: August–September 2018 - Error Correlation ID (from screenshot): cac6e9b-5a09-471a-ada7-b8fc0231a78a - Correlation vector: UyZ59dYHRm0KoRkY.3 - Time (UTC): 17 Oct 2025 08:19:26 +00:00 --- Actions Taken - We sent an inquiry email to `email address removed for privacy reasons`, but have not yet received a response. - We also attempted to contact `email address removed for privacy reasons`, but that address appears to have been deactivated (SMTP 550 5.4.1). - The Services Hub support form (supportforbusiness) could not complete submission due to a looping issue. --- Request We kindly request verification of our Partner Center account status and Hardware Program registration. If our organization’s registration has been deactivated, please advise on the procedure to reactivate or re-enroll under our current tenant. --- Thank you very much for your assistance. Best regards, Tetsuya Ozawa Sunny Giken Co., Ltd. email address removed for privacy reasonsInquiry Regarding Existing Microsoft Applications for End-to-End Operational Management
I would like to inquire whether Microsoft offers any pre-built, production-ready applications—preferably within the Dynamics 365 ecosystem—that are currently in use by customers and proven to be stable, which support the following functionalities: Work Order Management Operational Management Production Planning and Control Resource Management Asset Management Quality Management Inventory Management Barcode Scanning for real-time job tracking (start/finish) Profitability and Financial Reporting Hours Variation Analysis( Planned Vs Actual) Cost Variation Analysis( Planned Vs Actual) We are seeking a solution that integrates these capabilities into a unified platform, ideally with real-time data capture and reporting features. If such a solution exists, we would appreciate details regarding its availability, deployment options, licensing, and customer success stories. Looking forward to your guidancePartner Assistance
Hi, We are a Microsoft Partner and working collaboratively with other Microsoft partners and customes with all sorts of varying Microsoft Solutions and Azure migrations. More and more of these as an ECIF supplier. We are always being asked who is our Microsoft FTE Sponsor or PDM Manager, but we dont have any points of contact at Microsoft. Previously there use to be an ASK partner help line that you could call to get help as a Microsoft Partner. We are looking to deepen our relationship with Microsoft and are struggling because we lack any contacts. Can anyone advise where or how we can get help to improve our Partner relationship with Microsoft to ultimately help us sell more Microsoft solutions?Downloading software requiring activation codes, for future use.
I am downloading software from the Silver program and am wondering about the ones which require activation fees. When I select "Get Keys" will it provide me with a number of keys equal to the number of activations I have that I can use anytime I want to install the software? Or do I need to be ready with the software already installed when I get keys?SolvedPartnerCenter Rest Api WebHooks
Hi everyone, I’m using the webhooks of partnercenter rest api, but there is a problem compared to what described in the technical specifications. In the documentation https://learn.microsoft.com/en-us/partner-center/developer/partner-center-webhook-events#createtransfer-event it is specified that the ResourceUri consists of "{baseURL}/webhooks/v{version}/customers/{customer_id}/transfers/{transfer_id}" but this is not the case! The notifications come with a ResourceUri "{baseURL}/webhooks/v{version}/customers/{customer_id}" and this creates a problem as it is not possible to trace the TrasferId in a safe way. Please can someone fix it?How can I get private offer info base on subscription Id?
When a customer places an order using a private offer link and the Landing Page is configured, I can obtain the current SubscriptionId. However, when I use this subscriptionId to get the subscription detail (https://marketplaceapi.microsoft.com/api/saas/subscriptions/%7BsubscriptionId%7D?api-version=2018-08-31), the returned offerId is the public offerId, NOT the private offerId. How can I obtain the private offerId? Or where did I go wrong? In fact, I want to obtain the price information set for the private offer using the private offerId. Thank you! { "id": "test", "publisherId": "publisherId", "offerId": "public_offer_id", "name": "name", "saasSubscriptionStatus": "Subscribed", "beneficiary": { "emailId": "", "objectId": "", "tenantId": "", "puid": "" }, "purchaser": { "emailId": "", "objectId": "", "tenantId": "", "puid": "" }, "planId": "planId", "term": { "startDate": "2024-07-18T00:00:00Z", "endDate": "2025-07-17T00:00:00Z", "termUnit": "P1Y" }, "autoRenew": true, "isTest": false, "isFreeTrial": false, "allowedCustomerOperations": [ "Delete", "Read", "Update" ], "sandboxType": "None", "created": "2024-07-18", "lastModified": "0001-01-01T00:00:00", "quantity": 4, "sessionMode": "None" }