Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC-32057 Updated Marketplace Merchant, Warehouse User Management and Glue Authentication features. #2435

Merged
merged 10 commits into from
Jan 26, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install the required features:

| NAME | VERSION | INSTALLATION GUIDE |
| --- | --- | --- |
| Glue Backend Api Application | {{page.version}} | [Glue API - Glue Storefront and Backend API applications integration](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |
| Glue Backend Api Application | {{page.version}} | [Integrate Storefront and Backend Glue API applications](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |
| Glue Authentication | {{page.version}} | [Glue API - Authentication integration](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-the-authentication.html) |

### Install the required modules
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Install the Marketplace Merchant feature
last_updated: Jan 12, 2024
description: This integration guide describes how to integrate the Merchants feature into a Spryker project.
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

---

{% include pbc/all/install-features/{{page.version}}/marketplace/install-the-marketplace-merchant-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/{{page.version}}/marketplace/install-the-marketplace-merchant-feature.md -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Install the Warehouse User Management feature
description: Install the Warehouse User Management feature in your project
template: feature-integration-guide-template
last_updated: Jan 10, 2024
redirect_from:
- /docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-warehouse-user-management-feature.html
- /docs/pbc/all/warehouse-management-system/{{page.version}}/unified-commerce/fulfillment-app/install-and-upgrade/install-features/install-the-warehouse-user-management-feature.html
---

{% include pbc/all/install-features/{{page.version}}/unified-commerce/install-the-warehouse-user-management-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/{{page.version}}/unified-commerce/install-the-warehouse-user-management-feature.md -->
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install the required features:
| NAME | VERSION | INSTALLATION GUIDE |
|------------------------------| ----------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Spryker Core | {{site.version}} | [Install the Spryker Core feature](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) |
| Glue Backend API Application | {{page.version}} | [Glue Storefront and Backend API applications integration](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |
| Glue Backend API Application | {{page.version}} | [Integrate Storefront and Backend Glue API applications](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |

### 1) Install the required modules using Composer

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install the required features:

| NAME | VERSION | INSTALLATION GUIDE |
| -------------- | ----------------- | ----------------- |
| Glue Storefront and Backend API Applications | {{page.version}} | [Glue Storefront and Backend API applications integration](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |
| Glue Storefront and Backend API Applications | {{page.version}} | [Integrate Storefront and Backend Glue API applications](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-storefront-and-backend-glue-api-applications.html) |

### 1) Install the required modules using Composer

Expand Down
Loading