Skip to content

Commit

Permalink
Update enabling-manual-prices-for-subscriptions-v3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karenkrieger authored Aug 22, 2024
1 parent c81fd8f commit a069c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ By enabling the Manual Price feature for Subscriptions v3, you can:

## Before you start

To enable Manual Prices for Subscriptions v3, it is first necessary to enable it in the Checkout settings. This means you must make a request to the <span class="APIMethod APIMethod_fixedWidth APIMethod_post">post</span> [Update orderForm configuration](https://developers.vtex.com/vtex-rest-api/reference/updateorderformconfiguration) endpoint, setting `allowManualPrices` to `true`, if you have not done this yet. For more information on how manual prices work at VTEX, we recommend reading [Enabling Manual Price in my store](https://developers.vtex.com/vtex-rest-api/docs/guides/enable-the-manual-price).
To enable Manual Prices for Subscriptions v3, it is first necessary to enable it in the Checkout settings. This means you must make a request to the <span class="APIMethod APIMethod_fixedWidth APIMethod_post">post</span> [Update orderForm configuration](https://developers.vtex.com/vtex-rest-api/reference/updateorderformconfiguration) endpoint, setting `allowManualPrices` to `true`, if you have not done this yet. For more information on how manual prices work at VTEX, we recommend reading [Enabling Manual Price in my store](https://developers.vtex.com/docs/guides/enable-the-manual-price).

Setting Manual Prices for Subscriptions generally follows the same rules as applying manual prices to items in regular orders at Checkout. Still, it requires additional configurations and actions detailed in the following sections.

Expand Down

0 comments on commit a069c96

Please sign in to comment.