Skip to content

Commit 961e0ad

Browse files
authored
Merge pull request AdobeDocs#330 from oshmyheliuk/CEXT-4373
CEXT-4373: Update the oope shipping methods documentation
2 parents a6496d2 + 838440d commit 961e0ad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
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 Commerce modules, ensure that you have the required credentials in `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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ You can find examples of how to filter out payment methods using customer data o
213213

214214
You can add shipping methods to the checkout process by using [webhooks](../../webhooks/index.md).
215215

216+
To add shipping methods, you must [run a script to automatically create shipping carriers](./configure.md#create-shipping-carriers) or [create shipping carriers manually](./shipping-reference.md#shipping-api-reference) using the REST API. Only shipping methods with registered carriers are available in the checkout process.
217+
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

218220
Refer to [`actions/shipping-methods.js`](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/actions/shipping-methods/index.js) for an example of how to process the request and return the list of available shipping methods.

0 commit comments

Comments
 (0)