Skip to content

Commit 0cb9302

Browse files
committed
CEXT-4373: Update the oope shipping methods documentation
1 parent a6496d2 commit 0cb9302

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/pages/starter-kit/checkout/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You must install or have access to the following prerequisites to develop with t
2929

3030
## Install Commerce modules
3131

32+
Before installing modules ensure that you have the required credentials in your `auth.json` with [access to the Adobe Commerce repository](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/prerequisites/authentication-keys).
33+
3234
- Install the Out-of-Process Payment Extensions (OOPE) module on Adobe Commerce
3335

3436
To enable out-of-process payment methods in Commerce, install the `magento/module-out-of-process-payment-methods`. This module enables out-of-process payment functionalities.

src/pages/starter-kit/checkout/use-cases.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ You can find examples of how to filter out payment methods using customer data o
211211

212212
## Shipping methods
213213

214-
You can add shipping methods to the checkout process by using [webhooks](../../webhooks/index.md).
214+
You can add shipping methods to the checkout process by using [webhooks](../../webhooks/index.md).
215+
216+
To be able to add shipping methods, you must first [run a script to automatically create shipping carriers](./configure.md#create-shipping-carriers) or [to create shipping carriers manually](./shipping-reference.md#shipping-api-reference) using REST Api. Only shipping methods with the registered carriers for them will be available in the checkout process.
215217

216218
After the webhook is registered, every time a shopping cart is requested, a synchronous call is dispatched to the App Builder application implementing the shipping method to calculate the shipping cost and provide the available shipping methods.
217219

0 commit comments

Comments
 (0)