Skip to content

Commit

Permalink
Merge pull request #2518 from spryker/agent-assist-in-merchant-portal
Browse files Browse the repository at this point in the history
Merchant Portal Agent Assist feature overview
  • Loading branch information
lenadoc authored Feb 16, 2024
2 parents bd97522 + 0f3c052 commit ed836bb
Show file tree
Hide file tree
Showing 37 changed files with 217 additions and 95 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ task :check_pbc do
/docs\/pbc\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202307\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202403\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202404\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
end
Expand Down
23 changes: 18 additions & 5 deletions _data/sidebars/pbc_all_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ entries:
- title: Data Exchange API + Category Management feature
url: /docs/pbc/all/data-exchange/install-and-upgrade/install-the-data-exchange-api-category-management-feature.html
include_versions:
- "202403.0"
- "202404.0"
- title: Tutorials and HowTos
nested:
- title: Configure Data Exchange API endpoints
Expand Down Expand Up @@ -3961,12 +3961,25 @@ entries:
url: /docs/pbc/all/user-management/marketplace/persistence-acl-feature-overview/rules-and-scopes/inherited-scope.html
- title: Segment scope
url: /docs/pbc/all/user-management/marketplace/persistence-acl-feature-overview/rules-and-scopes/segment-scope.html
- title: Install the Merchant Portal Agent Assist feature
url: /docs/pbc/all/user-management/marketplace/install-the-merchant-portal-agent-assist-feature.html
include_versions:
- "202403.0"
- title: "Persistence ACL feature: Domain model and relationships"
url: /docs/pbc/all/user-management/marketplace/persistence-acl-feature-domain-model-and-relationships.html
- title: Merchant Portal Agent Assist feature overview
url: /docs/pbc/all/user-management/marketplace/merchant-portal-agent-assist-feature-overview.html
include_versions:
- "202404.0"
- title: Install and upgrade
nested:
- title: Install the Merchant Portal Agent Assist feature
url: /docs/pbc/all/user-management/marketplace/install-the-merchant-portal-agent-assist-feature.html
include_versions:
- "202404.0"
- title: Manage in the Back Office
nested:
- title: Create users
url: /docs/pbc/all/user-management/marketplace/manage-in-the-back-office/create-users.html
include_versions:
- "202404.0"


- title: Warehouse Management System
url: /docs/pbc/all/warehouse-management-system/warehouse-management-system.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,12 @@ redirect_from:
---

With Spryker Cloud Commerce OS, you get domain names (domains) which are managed automatically for the staging and production environments. You can also set up custom domains during the initial setup or any time later.
If you provided custom domains for the initial setup, follow [Set up a DNS zone](#set-up-a-dns-zone).

If you want to set up a custom domain after the initial setup, depending on the desired DNS zone provider, see:

* [Setting up a custom domain name with Route 53](/docs/ca/dev/set-up-a-custom-domain-name/set-up-a-custom-domain-name-with-route-53.html)
* [Setting up a custom domain name with a third-party DNS zone provider](/docs/ca/dev/set-up-a-custom-domain-name/set-up-a-custom-domain-name-with-a-third-party-dns-zone-provider.html)

## Set up a DNS zone
You can host the DNS zone of a domain with [Route 53](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html) or with a third-party provider.
If you choose the latter, you need to manage DNS records and SSL certificates with the DNS zone provider.

### Set up a DNS zone with Route 53
We created [Route 53 Hosted Zones](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-working-with.html) for all the domains you’ve provided for the initial setup. For a domain to start using the created hosted zone:

1. In the AWS Management Console, go to **Services** > **Route 53**.
2. Select **Hosted Zones**.
3. Select the domain you want to configure.
4. In the *Records* section, locate the record with the *NS* type.
5. Copy the *Value* of this record, which is a list of nameservers.
6. On your domain registrar's side, set up the nameservers for the domain. Refer to the domain registrar's documentation for details.
7. Optional: [Set up a custom SSL certificate for the domain](/docs/ca/dev/setting-up-a-custom-ssl-certificate.html).

Give the DNS configuration 24-48 hours to propagate and you will be able to access your application via the domain.

### Set up a DNS zone with a third-party DNS zone provider

We created load balancers for the staging and production environment during the initial setup. To point a domain to an application, point it to the respective load balancer as follows:

1. In the AWS Management Console, go to **Services** > **EC2** > **Load Balancers**.
2. Depending on the environment, select one of the load balancers with the *application* type:
* *{project_name}-staging*
* *{project_name}-prod*

3. In the *Load balancer:{load balancer name}* section, select **Copy** ![copy icon](https://spryker.s3.eu-central-1.amazonaws.com/cloud-docs/Spryker+Cloud/Setting+up+a+custom+domain+name/Setting+up+a+custom+domain+name/copy-icon.png) next to the DNS name field.

4. On the side of the DNS zone provider, set up a CNAME record using the copied *DNS name* as the record value. Refer to the DNS zone provider’s documentation for details.

Give the DNS configuration about an hour to propagate and you will be able to access your application via the domain.

## Next step

[Setting up a custom SSL certificate](/docs/ca/dev/setting-up-a-custom-ssl-certificate.html)
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redirect_from:
- /docs/scos/dev/feature-walkthroughs/202311.0/checkout-feature-walkthrough.html
- /docs/pbc/all/cart-and-checkout/202311.0/checkout-feature-overview/checkout-feature-overview.html
- /docs/pbc/all/cart-and-checkout/202311.0/base-shop/checkout-feature-overview/checkout-feature-overview.html
- /docs/pbc/all/cart-and-checkout/202403.0/base-shop/feature-overviews/checkout-feature-overview/checkout-feature-overview.html
---

Offer customers a smooth shopping experience by customizing the checkout workflow. Add, delete, and configure any checkout step, like customer account login, shipment and payment methods, or checkout overview.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ related:
link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/check-out/glue-api-update-payment-data.html
- title: Submit checkout data
link: docs/scos/dev/glue-api-guides/page.version/checking-out/submitting-checkout-data.html
redirect_from:
- /docs/pbc/all/cart-and-checkout/202403.0/base-shop/install-and-upgrade/install-glue-api/install-the-checkout-glue-api.html
---

{% include pbc/all/install-features/202403.0/install-glue-api/install-the-checkout-glue-api.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-glue-api/install-the-checkout-glue-api.md -->
{% include pbc/all/install-features/202404.0/install-glue-api/install-the-checkout-glue-api.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-glue-api/install-the-checkout-glue-api.md -->

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirect_from:
- /docs/en/customer-account-management-agent-assist-feature-integration
- /docs/scos/dev/feature-integration-guides/202311.0/customer-account-management-agent-assist-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202204.0/customer-account-management-agent-assist-feature-integration.html
- /docs/pbc/all/customer-relationship-management/202403.0/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html
---

{% include pbc/all/install-features/202403.0/install-the-customer-account-management-agent-assist-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-the-customer-account-management-agent-assist-feature.md -->
{% include pbc/all/install-features/202404.0/install-the-customer-account-management-agent-assist-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-the-customer-account-management-agent-assist-feature.md -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Install the Company Account Glue API
last_updated: Jul 13, 2021
template: feature-integration-guide-template
originalLink: https://documentation.spryker.com/2021080/docs/glue-api-company-account-api-feature-integration
redirect_from:
- /2021080/docs/glue-api-company-account-api-feature-integration
- /2021080/docs/en/glue-api-company-account-api-feature-integration
- /docs/glue-api-company-account-api-feature-integration
- /docs/en/glue-api-company-account-api-feature-integration
- /docs/scos/dev/feature-integration-guides/201811.0/glue-api/glue-api-company-account-feature-integration.html
- /docs/scos/dev/feature-integration-guides/201903.0/glue-api/glue-api-company-account-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202311.0/glue-api/glue-api-company-account-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202204.0/glue-api/glue-api-company-account-feature-integration.html
- /docs/pbc/all/customer-relationship-management/202403.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html
---

{% include pbc/all/install-features/202404.0/install-glue-api/install-the-company-account-glue-api.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-glue-api/install-the-company-account-glue-api.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The response contains all columns from the `spy_country` table and the included

{% info_block infoBox %}

Currently (as of version 202403.0 and earlier), filters don't work with `relations` and are only used to filter the root entity results.
Currently (as of version 202404.0 and earlier), filters don't work with `relations` and are only used to filter the root entity results.

{% endinfo_block %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Install the Data Exchange API + Category Management feature
description: Install the Data Exchange API + Category Management features in your project.
last_updated: Jan 31, 2024
template: feature-integration-guide-template
redirect_from:
- /docs/pbc/all/data-exchange/202403.0/install-and-upgrade/install-the-data-exchange-api-category-management-feature.html
---

{% include pbc/all/install-features/202403.0/install-the-data-exchange-api-category-management-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-the-data-exchange-api-category-management-feature.md -->
{% include pbc/all/install-features/202404.0/install-the-data-exchange-api-category-management-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-the-data-exchange-api-category-management-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ template: feature-integration-guide-template
redirect_from:
- /docs/scos/dev/feature-integration-guides/{{page.version}}/merchant-feature-integration.html
- /docs/marketplace/dev/feature-integration-guides/{{page.version}}/feature-integration-guides.html
- /docs/pbc/all/merchant-management/202403.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ redirect_from:
- /docs/marketplace/dev/feature-integration-guides/202311.0/marketplace-merchant-portal-core-feature-integration.html -
- /docs/pbc/all/merchant-management/202311.0/marketplace/install-and-upgrade/install-the-marketplace-merchant-portal-core-feature.html
- /docs/marketplace/dev/feature-integration-guides/202204.0/marketplace-merchant-portal-core-feature-integration.html
- docs/pbc/all/merchant-management/202403.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-core-feature.html
---

{% include pbc/all/install-features/202403.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md -->
{% include pbc/all/install-features/202404.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/marketplace/install-the-marketplace-merchant-portal-core-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ template: concept-topic-template
last_updated: Jan 12, 2024
redirect_from:
- /docs/marketplace/dev/feature-walkthroughs/202403.0/marketplace-merchant-portal-core-feature-walkthrough/marketplace-merchant-portal-core-feature-walkthrough.html
- /docs/pbc/all/merchant-management/202403.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md
---

The Marketplace Merchant Portal Core enables server configuration and basic functions of the Merchant Portal application, such as secure login, GUI tables, and dashboards. Merchant Portal and Back Office are separate applications with different entry points, bootstraps, and possibilities to register application plugins, configure application base URLs, and debug.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ redirect_from:
- /docs/scos/dev/feature-integration-guides/202212.0/spryker-core-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202204.0/glue-api/glue-api-spryker-core-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202204.0/spryker-core-feature-integration.html
- /docs/pbc/all/miscellaneous/202403.0/install-and-upgrade/install-features/install-the-spryker-core-feature.html
related:
- title: Install the Spryker Core Glue API
link: docs/pbc/all/miscellaneous/page.version/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html
- title: Spryker Core feature walkthrough
link: docs/pbc/all/miscellaneous/page.version/spryker-core-feature-overview/spryker-core-feature-overview.html
---

{% include pbc/all/install-features/202403.0/install-the-spryker-core-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-the-spryker-core-feature.md -->
{% include pbc/all/install-features/202404.0/install-the-spryker-core-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-the-spryker-core-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ template: feature-integration-guide-template
redirect_from:
- /docs/marketplace/dev/feature-integration-guides/202200.0/acl-feature-integration.html
- /docs/marketplace/dev/feature-integration-guides/202311.0/acl-feature-integration.html
- /docs/pbc/all/user-management/202403.0/base-shop/install-and-upgrade/install-the-acl-feature.html
---

{% include pbc/all/install-features/202403.0/install-the-acl-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-the-acl-feature.md -->
{% include pbc/all/install-features/202404.0/install-the-acl-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-the-acl-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ redirect_from:
- /docs/scos/dev/feature-integration-guides/202200.0/agent-assist-feature-integration.html
- /docs/scos/dev/feature-integration-guides/202311.0/agent-assist-feature-integration.html
- /docs/pbc/all/user-management/202204.0/base-shop/install-and-upgrade/install-the-agent-assist-feature.html
- /docs/pbc/all/user-management/202403.0/base-shop/install-and-upgrade/install-the-agent-assist-feature.html
related:
- title: Install the Agent Assist Glue API
link: docs/pbc/all/user-management/page.version/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html
- title: Agent Assist feature walkthrough
link: docs/scos/dev/feature-walkthroughs/page.version/agent-assist-feature-walkthrough.html
---

{% include pbc/all/install-features/202403.0/install-the-agent-assist-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202403.0/install-the-agent-assist-feature.md -->
{% include pbc/all/install-features/202404.0/install-the-agent-assist-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202404.0/install-the-agent-assist-feature.md -->
Loading

0 comments on commit ed836bb

Please sign in to comment.