Onboarding Overview

This section provides an overview of the onboarding process, from the basic requirements to installation.

Get started with Store Assist for Adobe Commerce by Walmart Commerce Technologies by setting up, configuring, and enabling the following components:

  • Store Assist extension. Install and configure this third-party extension on your Adobe Commerce instance. After installation, you can configure and manage the Store Assist solution from the Admin to support buy online, pickup in store (BOPIS) scenarios in the Commerce storefront.



  • Store Assist account. During the enablement process, an Account Manager creates your Store Assist account and provides you with the account information and credentials. These credentials are required to enable the connection between Adobe Commerce and the Store Assist solution.
  • Store Assist app. Provides store associates with an end-to-end store fulfillment workflow to manage BOPIS orders from mobile devices. Store Associates can download and install Walmart’s Store Assist for iOS and Android™ devices. The app onboarding process is managed by the Walmart Commerce Technologies Client Center as a separate process. However, some app configuration settings are completed from the Adobe Commerce Admin.
Store Assist App – Get Started viewStore Assist App — Modules view

Provisioning steps

  • Sign up for Store Assist for Adobe Commerce by Walmart Commerce Technologies. Complete the sign-up form on business.adobe.com or contact your Adobe Commerce Account Manager for assistance.
  • Initiate the provisioning request for Store Assist. Complete the intake form provided by your Account Manager to provide the information required to begin the provisioning process.
  • Get your Store Assist account credentials. After your Store Assist account is created for you, you receive the credentials required to integrate the Store Assist solution with Adobe Commerce.
  • Download the source code to install the Store Assist extension.

Onboarding steps

  1. Install the Store Assist extension for Adobe Commerce.
  2. From the Admin, enable the solution.
  3. Configure the Store Assist extension from the Adobe Commerce Admin.
  4. Connect the Store Assist service using the Store Assist credentials provided to you.
  5. Create users and roles for the Store Assist app.
  6. Download Walmart’s Store Assist app to your desired device. The app is available on both the Apple app (iOS) and Google Play (Android™) stores.

After you have successfully installed, configured, completed onboarding, and have access to the Store Assist app, you can begin creating orders and testing.

Installation

Install the Store Assist solution for an Adobe Commerce storefront using Composer for PHP.

Complete the initial installation of the Store Assist for Adobe Commerce by Walmart Commerce Technologies extension in a non-production environment with queue manager running and caching configured to allow exception handling. Ensure that your development environment includes development tools to ensure best practices for operating and maintaining your Adobe Commerce instance.

TIP Upgrade the Store Assist extension for Adobe Commerce on premises by following the upgrade instructions in the Adobe Commerce Upgrade Guide. For Adobe Commerce on cloud infrastructure, see Upgrade an extension in the Commerce on Cloud Infrastructure Guide.

Prerequisites

Review the requirements for the Store Assist solution and gather required information before you install or upgrade the Store Assist extension for Adobe Commerce.

If you have installed a pre-release or beta version of the Store Assist extension for Adobe Commerce, use the following command to remove it before installing the current version.

rm -rf composer.lock vendor/walmart &&
composer require walmart/magento-bopis-metapackage:1.0.0

Installation requirements

  • Access to the Store Assist by Walmart Commerce Technologies software archive (.zip file). During the onboarding and enablement process, work with your Account Manager to get access to the installation file for the Store Assist extension.
  • Adobe Commerce account information. Installing the Store Assist solution requires a Commerce account. You need an account ID and credentials with Owner or Admin access to the Adobe Commerce project.
  • For Adobe Commerce on cloud infrastructure projects, software installers must have administrator access to the Cloud project. See Manage user access.
  • Experience using Composer and the Commerce CLI. See General CLI Installation for information about using these tools to install and manage extensions on the Adobe Commerce platform.
  • Experience installing third-party extensions on Adobe Commerce. For reference, see the Adobe Commerce documentation.

Step 1: Download the extension bundle

Follow the instructions provided by your account representatives to download the archive file that contains the Composer packages for installing the Store Assist Services extension.

Step 2: Extract extension artifacts to your application

Extract the archive file that contains the integration bundle to install the Store Assist Services extension.

  1. Create a target directory for the extracted files.

    • From the command line, go to the web server doc root directory.
    • Create an artifacts directory.
  2. Extract the archive file to the new directory.

  3. Verify that the files were extracted successfully by reviewing the file listing.

../var/www/html/artifacts]$ ls -a
.
..
bopis-sdk.zip
module-magento-bopis-alternate-pickup-contact-admin-ui.zip
module-magento-bopis-alternate-pickup-contact-api.

Step 3: Configure your app using Composer

Use Composer to configure the source directory for the installation and install the Store Assist Services extension.

  1. Configure the source repository for the Composer installation.
    composer config repositories.artifacts artifact artifacts/
    
  2. Add the Store Assist Services extension to composer.json.
    composer require walmart/magento-bopis-metapackage:1.0.0
    

NOTE For better performance on Adobe Commerce on-premises instances, you can update the autoload configuration:

composer dump-autoload --optimize

Step 4: Upgrade the database schema and data

Complete the installation by using the bin/magento setup:upgrade to update the database schema and data with the changes to support the Store Assist solution.

NOTE For Adobe Commerce on cloud infrastructure projects, you do not have to register the extension. Instead, commit the code changes from the previous step, and push them to your environment branch. The commands to update the database schema and data are run automatically during the cloud build and deployment process.

Step 5: Complete the installation

  1. Register the extension with Adobe Commerce by using the setup:upgrade Magento CLI command:

    bin/magento setup:upgrade
    
  2. If prompted, recompile your Commerce project:

    bin/magento setup:di:compile
    
  3. Clean the cache:

    bin/magento cache:clean
    
  4. Disable maintenance mode:

    bin/magento maintenance:disable
    

Step 6: Verify the installation

From the Adobe Commerce server, verify that the modules for the Store Assist Services extension are installed and enabled.

  1. Log in to the server.
    For installations on Adobe Commerce on cloud infrastructure, use SSH to log in to the remote environment.

  2. Verify that the Store Assist Services modules are enabled:

    bin/magento module:status --enabled | grep Walmart
    

    The output should include the following modules:



Additional Steps

If needed, use the setup deploy CLI command to deploy static view files to your production environment:

php bin/magento setup:static-content:deploy -f

The -f option is required if you are using a blank theme.

NOTE For more information, see Static content deploy best practices in Adobe Commerce in the Adobe Commerce Help Center.

Connect the Store Assist Solution

Connect Store Assist Services with Adobe Commerce by adding the required authentication credentials and connection data to the Adobe Commerce Admin.

NOTE Complete the connection configuration and validate the connection successfully before you begin testing.

Create an Adobe Commerce integration

To integrate Adobe Commerce with Store Assist services, you create an AdobeCommerce integration and generate access tokens that can be used to authenticate requests from Store Assist servers. You must also update the Adobe Commerce Consumer Settings options to prevent The consumer isn’t authorized to access %resources response errors on requests from Adobe Commerce to Store Assist services.

  1. From the Admin, create the Integration for Store Assist.
    • Name the extension
    • Enter your email address
    • Enter your Admin account password
  2. Configure API Resource Access permissions for the integration with the following:
    • Sales > BOPIS Order update
    • System > Store Assist App Permissions
  3. Generate the access tokens for authentication by saving and activating the integration.
  4. Copy and save the access tokens to a secure, encrypted location.
  5. Work with your Account Manager to complete the configuration on the Store Assist side and to authorize the integration.
  6. Enable the Adobe Commerce Consumer Settings option to Allow OAuth Access Tokens to be used as standalone Bearer tokens.
    • From the Admin, go to Stores > Configuration > Services > OAuth > Consumer Settings
    • Set the Allow OAuth Access Tokens to be used as standalone Bearer tokens option to Yes.

IMPORTANT
The integration token is environment specific. If you restore the database for an environment with the source data from a different environment—for example restoring production data from a staging environment—exclude the oauth_token table from the database export so that the integration token details are not overwritten during the restore operation.

Configure Store Assist account credentials

After you complete the intake form, a Walmart Store Assist account is created for you. You receive the following credentials when they are available:

  • Merchant ID
  • Consumer ID
  • Consumer Secret
  • API Server URL
  • Token Auth Server URL (usually the same as above configuration)

These credentials are to be provided to Walmart in the Onboarding form.

NOTE
The account creation process can take some time to complete. While you wait for credentials, review and configure other settings for the Store Assist solution.

Since Adobe Commerce 2.4.5, using a single token bearer has been deprecated. You will need to re-enable it as described on this guide: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/#integration-tokens

Add credentials to connect to Store Assist

  1. Configure account credentials for the Production and Sandbox environments.

  2. From the Admin, go to Stores > Configuration > Services > Store Assist by Walmart Commerce Technologies

  3. Enter the account credentials provided for the Production environment. All fields are required.

  4. Select Save Config.

  5. Test the connection by selecting Validate Credentials.

NOTE
If the credentials are invalid, verify that you entered the correct values for each environment and revalidate. Contact your account representative if you still have problems connecting.

Test and Deploy Store Assist for Adobe Commerce

After you have completed the onboarding process in your development environment, you can start the process to test and deploy the Store Assist solution to your production environment.

Prerequisites

Before testing or synchronizing any information, stores, or orders, verify that you have completed the following tasks:

Prepare for testing

The connection configuration must be completed before you can create any test orders or perform integration testing. Before testing, you must also verify that your store data is synchronized.

  1. Synchronize Store Assist sources.

    • Go to Stores > Sources.
    • Select Synchronize Store Assist Sources.
  2. From the store grid, verify that stores are marked as Synced before creating test orders.

Sample test plan

Retailers validate the basic functionality of the Store Assist solution during the configuration and test phases of a deployment. This sample test plan provides a starting point for testing. Add additional scenarios based on your requirements.

NOTE
After completing the initial onboarding for the Store Assist solution or updating an existing installation, always test the application in a non-production environment before you deploy to production.

This sample test plan covers the following functional areas.

Functional AreaFunctionRole
Inventory and Order SynchronizationInventory API SyncAdobe Commerce Admin
End-to-EndOrder Cancellation WorkflowsCustomer, Admin, Store Associate
AdminStore Assist App permissionsAdmin
Adobe Commerce FrontendProduct TypesCustomer, Admin
Frontend Checkout, Check-In FormCheck-In ExperienceCustomer, Admin
Store Assist AppOrder, Pick, Stage, and HandoffStore Associate

Inventory API synchronization

This section of the test plan covers inventory and order synchronization to verify that updates to pickup sources and stocks are synchronized correctly between Adobe Commerce and the Store Assist solution.

Functional Area: Inventory and Order Synchronization
Role: Admin
Test type: All Positive

FunctionTest ScenarioExpected results
Add pickup stock sourceSave a new pickup stock source.The real-time sync sends the source details to the Walmart GIF service within 5 minutes.
Update existing pickup stock sourceSave updates to an existing pickup stock source.The real-time sync operation sends the details to the Walmart GIF within 5 minutes
Pickup stock source Is Synced statusSave updates to an existing pickup stock source.After a successful operation, the Is Synced column of the Manage Source page updates from No to Yes
Modified stock reservation processCreate and submit a new order for a product.The salable quantity for the product decreases accordingly.
New Order Push, API Sync—Customer orderCustomer submits a store pickup order.– In the Admin Order view, an Adobe Commerce Admin user sees that the Order Sync status updated to Sent
– The order details log includes the message: "Order was sent to BOPIS solution for sync, it’s not yet acknowledged yet."
New Order Push, API Sync—Admin submits orderAn Adobe Commerce Admin submits a pickup order.– In the Admin Order view, the Order Sync status updates to Sent.
– The order details log includes the message “Order was sent to BOPIS solution for sync, it’s not yet acknowledged yet.”
New Order Push, Exception QueueIdentify several Virtual and downloadable products in the Adobe Commerce Admin that can be fulfilled through Adobe Commerce without requiring interaction with Fulfillment service (FaaS).These products are removed or flagged appropriately in the export to prevent a downstream conflict with the FaaS.

Order Cancellation workflows

This section of the test plan includes scenarios to test the end-to-end workflow for orders that are canceled through Adobe Commerce.

Functional area: Adobe Commerce Admin
Role: End-to-End (Admin, Store Associate, Customer)
Test result type: Positive for all scenarios

FunctionScenarioExpected Results
Full order cancellation

  1. Place order.
  2. Wait until the order is synced.
  3. Verify invoice creation (if authorize and capture) receipt of invoice email.
  4. Create Credit Memo with all the ordered products from the Invoice view.

  • Order history updated with "We refunded $X online. Transaction ID: transactionID" and "Received Cancel acknowledgment from the BOPIS solution."
  • Order status is "Closed". (We have set PAYMENT REVIEW now.)
  • Credit memo created in Adobe Commerce. (Wait until cron works.)
  • If all items are picked, then ready for pickup email DISPLAY COMMENT HISTORY shows Order is ready for pickup (CUSTOMER NOTIFIED flag is true.)
  • If all items are not picked, then cancellation email and DISPLAY COMMENT HISTORY show Order has been canceled – all items were not available
  • CUSTOMER NOTIFIED flag is true.

Partial Order Cancellation

  1. Place order with at least two products.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Wait two hours for transaction settlement.
  5. Create Credit Memo with only part of the ordered products from the Invoice view.

  • Order history update: "We refunded $X online. Transaction ID: transactionID"
  • Order history update: "Order notified as partly canceled at: Date and Hour"
  • Receipt of order refund email: "$x amount was refunded"
  • Order status is "Processing"
  • Credit memo created in Adobe Commerce (Wait until cron works).
  • If some items were not picked, confirm that the Ready for Pickup email with the nil pick or refund section is displayed. DISPLAY COMMENT HISTORY shows Order is ready for pickup, but some items not available.
  • CUSTOMER NOTIFIED flag is true.

Ready for Pickup

Full cancellation (all products are set as picked with 0 qty)

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Go to Postman and run the **Ready for Pickup** request with all products set as picked with 0 qty.

  • Order history updated: We refunded $X offline
  • The order status is CLOSED.
  • The Credit Memo is created. (Wait until cron works.)
  • Refund email received: $x amount was refunded.
  • Order Cancellation email sent.

Ready for Pickup – Partial cancellation

(Some products are picked, and some are picked with 0 qty)

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Go to the Postman and run the **Ready for Pickup** request with part of the products set as picked with 0 qty and the rest of them picked.

  • Your order is ready for pickup with Ready for Pickup Items and Canceled Items tables.
  • The order status is READY FOR PICKUP.
  • Order history updated: We refunded $X offline.
  • Order history updated: Order notified as partly canceled at: Date and hour
  • Refund email received: $x amount was refunded
  • The credit memo is created. (Wait until cron works.)

Ready for Pickup – Partial Cancellation

(Some products are picked, and some are picked with 0 qty)

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Go to Postman and run the Ready for Pickup request with part of the products set as picked with 0 qty, and the rest of the products set as picked.

  • Your order is ready for pickup with Ready for Pickup Items and Canceled Items tables.
  • The order status is READY FOR PICKUP.
  • Order history updated: We refunded $X offline.
  • Order history updated: Order notified as partly canceled at: Date and hour.
  • Refund email received: $x amount was refunded.
  • The credit memo is created. (Wait until cron works.)

Dispensed (during dispensation)

Full cancellation (all products are set as rejected)

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Go to Postman and run the Ready for Pickup request with all products set as picked.
  5. Open your mailbox and find the Ready for Pickup email. Click Confirm Arrival.
  6. Check in.
  7. Go to Postman and run the Dispensed request with all products set as rejected.

  • Order history updated: We refunded $X offline.
  • Refund email received: $x amount was refunded.
  • Status set to CLOSED.
  • Credit Memo created. (Wait until cron works.)

Dispensed (during dispensation)

Partial Cancellation (Some products are dispensed; some are rejected.)

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that invoice was created (if authorize and capture) and invoice email received.
  4. Go to Postman. Run the Ready for Pickup request with all the products set as picked.
  5. Open your mailbox. Find the Ready for Pickup email, and select Confirm Arrival.
  6. Check in.
  7. Go to Postman. Run the **Dispensed** request with some products set to dispensed and some set to rejected.

  • Order history updated: We refunded $X offline
  • Order notified as partly canceled at: Date and Hour
  • Refund email received: $x amount was refunded
  • Order Status set to Ready for pickup Dispensed
  • Credit Memo created. (Wait until cron works.)

New RMA After return (full)

  1. Place the order.
  2. Wait until the order is synced.
  3. If the authorize and capture option is configured, verify that the invoice was created and that the customer received the invoice email.
  4. Pick all the products with Postman.
  5. Check in.
  6. Make a dispense.
  7. Go to order, and select Create returns.
  8. Create the RMA.

  • The RMA was created and is displayed below the Returns tab on the Order view.
  • Customer received RMA confirmation email.
New RMA After return — Partial

  1. Place the order.
  2. Wait until the order is synced.
  3. Check that the invoice was created (if authorize and capture) and invoice email received.
  4. Pick all the products with Postman.
  5. Check in.
  6. Make a dispense.
  7. Go the order, and select Create returns.
  8. Create the RMA with part of the ordered products.

  • RMA created and displayed below the Returns tab on the Order view.
  • Customer received the RMA confirmation email.
  • After creating RMA, get the RMA authorization: From the Admin, go to Sales > Returns. Select the RMA that you created and authorize it.
  • Verify that customer received the RMA authorization confirmation email.
  • Check that the refund was added to the transactions and order history.

Store Assist App permissions

This section of the test plan covers the account management for Store Assist App Users.

  • Confirm that a Store Associate can authenticate with a new user account created from the Adobe Commerce Admin.
  • Confirm that updates to existing accounts are successfully applied.

Functional area: Adobe Commerce Admin
Role: Admin, Store Associate
Test type: All positive

Function

Scenario

Expected Results

User Account Management – Create Account

  1. Admin—Log into the Adobe Commerce Admin.
  2. Go to System > Store Assist App Permissions > All Store Assist App Users.
  3. Add New User.

  • Account successfully created.
  • New User account is displayed on the Store Assist Users dashboard.
  • Store Associate log in to the Store Assist app with new user account.

User Account Management - Update existing user account

  1. Log into the Adobe Commerce Admin with Admin user account.
  2. Go to System > Store Fulfillment App Permissions > All Store Assist App Users.
  3. In the User account list, open an existing active User account by selecting Edit.
  4. Disable the account by changing Is Active to No.

  • On the Store Assist App Users dashboard, the status for the updated account changed to Inactive.
  • Store Associate cannot log in to the Store Assist app with the inactive account credentials.

Adobe Commerce Product types

The test scenarios for Adobe Commerce Product Types verify that customers see the correct product, stock, and delivery method information for different product types:

  • Configurable
  • Grouped
  • Virtual
  • Bundled products in the Adobe Commerce storefront

Functional area: Adobe Commerce Frontend
Role: Store Assist App User (Store Associate)
Test type: All positive

Function

Scenario

Comments

Configurable products

  • Verify that users can see only those configurable options, which source is enabled, stock is assigned and that there are some items in stock—check child products.
  • Verify that when selecting a different store, options that are not available are shown as crossed out.
  • Verify that if a user selects a different store, configurable options get unselected.
  • Verify that if a configurable product is already in cart, and a user selects different store, the product shows as out of stock.

 

Grouped products

  • Verify that the Delivery methods and Add to cart button are disabled for the customer when all child products have qty set to 0.
  • Verify that the Delivery methods are enabled for the customer when at least one of child products has qty set to 0.
  • Verify that the Store Pickup Delivery method is visible and active only for the products which have Available for Store Pickup enabled. (Check child product.)

 

Virtual products

  • Verify that virtual products do not offer the In-store Pickup delivery method.

 

Bundle products

  • Verify that if at least one child product has Available for Store Pickup disabled, the Store Pickup delivery option is not available to the customer.
  • Verify that if at least one child product has Available for Home Delivery disabled, the Home Delivery option is not available for the customer.
  • Verify if at least one of the child products in a bundle is out of stock, the bundle (parent product) is also shown as Out of stock.

 

Check-In Experience

This section of the test plan covers the Check-In Experience for Store Pickup orders for the following capabilities:

  • Alternate pickup contact—Verify the workflow for adding an Alternate Pickup Contact and selecting a Preferred Contact on Store Pickup orders.
  • Check-in form—Verify the workflow for submitting a check-in request for Store pickup orders.

Functional areas: Cart Checkout, Check-In Form for store pickup orders
Role: Admin, Customer, Store Associate
Test type: All positive

Alternate Pickup Contact

Functional area: Cart Checkout
Role: Customer
Test type: All positive

FunctionScenarioExpected results
Alternate Pickup Contact Check-InA customer submits an order with the In-Store Pickup option.During the checkout process, the customer sees the Alternate Pickup Contact option on the Shipping step.
Alternate Pickup Preferred Contact, Check inA customer submits an order with the In-Store Pickup option. During checkout, the customer adds an Alternate Pickup Contact.During the checkout process, the customer sees the Preferred Contact option on the shipping step.
Alternate Pickup Contact Details, Check inA customer submits an order with the In-Store Pickup option. During checkout, the customer selects Alternate Pickup Contact on the shipping step.The customer sees input options to enter contact details: First name, Last name, Phone, and Email.
Alternate Pickup, Check in EmailA customer submits an order with the In-Store Pickup option. During checkout, the customer selects Alternate Pickup Contact on the shipping step, adds the contact details, and submits the order.Both the customer and the alternate contact receive a Check-In Email for the order.
Alternate Pickup, Order detailA customer submits an order with the In-Store Pickup option. During checkout, the customer selects Alternate Pickup Contact on the shipping step, adds the contact details, and submits the order.Admin sees the additional contact information on the saved order.
Alternate Pickup Contact, Store Associate order viewA customer submits an order with the In-Store Pickup option. During checkout, the customer selects Alternate Pickup Contact on the shipping step, adds the contact details, and submits the order.The Store Associate can see the additional contact information on the order in FaaS/ChaaS.

Check-in Form

Functional area: Check-In Form
Role: Customer
Test type: All positive

FunctionScenarioExpected results
Check in Action—Submit requestOn the check-in form, a customer completes all required fields, and submits the request.Customer receives a success response.
Check in Action—View request detailsA customer successfully submits a check-in request.The order status updates in the FaaS system, and the Store Associate can see the check-in request details in the FaaS.
Check in Action—Submit request only onceAfter submitting a check-in request for an order, a customer selects the link to check-in a second time.On the Check-In form, the customer does not see an option to edit or resubmit the form.
Check in Action—Confirm ArrivalAn in-store pickup order is marked ready for pickup in the FaaS.The customer receives a Ready for Pickup email, and selects Confirm Arrival. The customer sees the Check-In form for the order.

Store Assist app

This section of the test plan covers scenarios for testing order, pick, and handoff workflows in the Store Assist App.

Functional area: Store Assist App
Role: Store Associate
Test type: All positive

FunctionScenarioExpected results
Single order picking—happy path, curbside pickupPick single and multi-quantity items. No nil picks, and curbside pickup (with staging).
Multi order picking—happy path, curbside pickupSingle and multi-quantity items. No nil picks, and curbside pickup (with staging)
Single order picking—happy path in-store pickupSingle and multi-quantity items. No nil picks, and in-store pickup (with staging)
Multi order picking—happy path, in-store pickupPick single and multi-quantity items. No nil picks, and curbside pickup (with staging).
Single order picking—not happy path, in-store pickupPick single and multi-quantity items with partial and nilpick and in-store pickup (with staging)
Multi order picking—not happy path–curbside pickupPick single and multi-quantity items with partial and nilpick and in-store pickup (with staging)
Single order picking—not happy path, curbside pickupPick single and multi-quantity items with partial and nilpick and curbside pickup (with staging)
Order placed – canceled before picking
Order placed – canceled before handoff
Order placed – search in order module
Order placed – search and manual check in for handoff
Order placed – all items nilpicked or not available marked by the picker
Order placed with bundle items -picking and handoff
Order placed – Hand off with rejection
Order placed – Hand off with rejection of all items

Deploy

After you have verified that the solution has been configured and tested to your specifications, you are ready to deploy from staging to production.

Deployment and testing vary depending on your infrastructure and capabilities.

TIP
For deployment guidelines, checklists, and best practices for Adobe Commerce on cloud infrastructure projects, see Deploy your store in the Adobe Commerce Developer documentation.