Skip to content

Commit bee6058

Browse files
Fix build suggestions: table syntax and broken internal links in uwp/monetize docs (Group 4)
- get-response-info-for-app-reviews.md: fix table syntax (surrounding whitespace) - create-and-manage-submissions-using-windows-store-services.md: remove broken organizational-licensing link (MS Store for Business discontinued) - manage-app-submissions.md: remove 3 broken organizational-licensing links (MS Store for Business discontinued) Co-authored-by: Copilot <[email protected]>
1 parent 619e980 commit bee6058

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

uwp/monetize/create-and-manage-submissions-using-windows-store-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following steps describe the end-to-end process of using the Microsoft Store
2525
> If you use this API to create a submission for an app, package flight, or add-on, be sure to make further changes to the submission only by using the API, rather than in Partner Center. If you use Partner Center to change a submission that you originally created by using the API, you will no longer be able to change or commit that submission by using the API. In some cases, the submission could be left in an error state where it cannot proceed in the submission process. If this occurs, you must delete the submission and create a new submission.
2626
2727
> [!IMPORTANT]
28-
> You cannot use this API to publish submissions for [volume purchases through the Microsoft Store for Business and Microsoft Store for Education](/windows/apps/publish/organizational-licensing) or to publish submissions for [LOB apps](/windows/apps/publish/distribute-lob-apps-to-enterprises) directly to enterprises. For both of these scenarios, you must use publish the submission in Partner Center.
28+
> You cannot use this API to publish submissions for volume purchases through the Microsoft Store for Business and Microsoft Store for Education (these programs have been discontinued) or to publish submissions for [LOB apps](/windows/apps/publish/distribute-lob-apps-to-enterprises) directly to enterprises. For both of these scenarios, you must use publish the submission in Partner Center.
2929
3030
> [!NOTE]
3131
> This API cannot be used with apps or add-ons that use mandatory app updates and Store-managed consumable add-ons. If you use the Microsoft Store submission API with an app or add-on that uses one of these features, the API will return a 409 error code. In this case, you must use Partner Center to manage the submissions for the app or add-on.

uwp/monetize/get-response-info-for-app-reviews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Authorization: Bearer <your access token>
5757
5858
### Response body
5959
60-
| Value | Type | Description |
60+
| Value | Type | Description |
6161
|------------|--------|-----------------------|
6262
| CanRespond | Boolean | The value **true** indicates that you can respond to the specified review, or that you have permissions to respond to any review for the specified app. Otherwise, this value is **false**. |
6363
| DefaultSupportEmail | string | Your app's [support email address](/windows/apps/publish/publish-your-app/enter-app-properties?pivots=store-installer-msix#support-contact-info) as specified in your app's Store listing. If you did not specify a support email address, this field is empty. |
64-
 
64+
6565
### Response example
6666
6767
The following example demonstrates an example JSON response body for this request.

uwp/monetize/manage-app-submissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Microsoft Store submission API provides methods you can use to manage submis
1515
> If you use the Microsoft Store submission API to create a submission for an app, be sure to make further changes to the submission only by using the API, rather than Partner Center. If you use Partner Center to change a submission that you originally created by using the API, you will no longer be able to change or commit that submission by using the API. In some cases, the submission could be left in an error state where it cannot proceed in the submission process. If this occurs, you must delete the submission and create a new submission.
1616
1717
> [!IMPORTANT]
18-
> You cannot use this API to publish submissions for [volume purchases through the Microsoft Store for Business and Microsoft Store for Education](/windows/apps/publish/organizational-licensing) or to publish submissions for [LOB apps](/windows/apps/publish/distribute-lob-apps-to-enterprises) directly to enterprises. For both of these scenarios, you must use Partner Center to publish the submission.
18+
> You cannot use this API to publish submissions for volume purchases through the Microsoft Store for Business and Microsoft Store for Education (these programs have been discontinued) or to publish submissions for [LOB apps](/windows/apps/publish/distribute-lob-apps-to-enterprises) directly to enterprises. For both of these scenarios, you must use Partner Center to publish the submission.
1919
2020

2121
<span id="methods-for-app-submissions"></span>
@@ -725,10 +725,10 @@ The following values represent available price tiers in the [pricing resource](#
725725

726726
### Enterprise licensing values
727727

728-
The following values represent the organizational licensing behavior for the app. For more information about these options, see [Organizational licensing options](/windows/apps/publish/organizational-licensing).
728+
The following values represent the organizational licensing behavior for the app. For more information about these options, see the [Partner Center documentation](https://learn.microsoft.com/partner-center/). Note that the Microsoft Store for Business and Microsoft Store for Education programs have been discontinued.
729729

730730
> [!NOTE]
731-
> Although you can configure the organizational licensing options for an app submission via the submission API, you cannot use this API to publish submissions for [volume purchases through the Microsoft Store for Business and Microsoft Store for Education](/windows/apps/publish/organizational-licensing). To publish submissions to the Microsoft Store for Business and Microsoft Store for Education, you must use Partner Center.
731+
> Although you can configure the organizational licensing options for an app submission via the submission API, you cannot use this API to publish submissions for volume purchases through the Microsoft Store for Business and Microsoft Store for Education (these programs have been discontinued). To publish submissions through organizational licensing channels, you must use Partner Center.
732732
733733

734734
| Value | Description |

0 commit comments

Comments
 (0)