Search third-party solutions for an Azure co-sell
GET https://api.suger.cloud/org/{orgId}/cosell/partner/AZURE/thirdPartySolutions/lookup/{searchTerm}
Search the solutions published by companies other than Microsoft in the Partner Center catalog, and return the matches with their identifiers and publisher names. Use it the same way as AzureMicrosoftSolutionLookup — to turn a solution name into the identifier an Azure co-sell referral needs under `details.requirements.solutions` — when the solution belongs to an ISV. Search here, pick the match, then pass its id to CreateCosellReferral. Search Microsoft's own products with AzureMicrosoftSolutionLookup; this covers everything published by someone else, including your own listings. Reads the catalog through this organization's Microsoft Partner Center connection and changes nothing.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
searchTerm | path | string | yes | Search term for third-party solution lookup |
Responses
201 — Third-party solution lookup results
Content-Type: application/json
500 — Internal server error
Content-Type: application/json · Schema: ErrorResponse
ErrorResponse fields:
| Field | Type | Required | Description |
|---|---|---|---|
code | ErrorCode | no | |
info | object | no | |
message | string | no |
View as Markdown · Interactive API reference
Spotted something wrong or out of date on this page? Tell us and we'll correct it.