From d732053f26b28ef43fa14b8f37e14ede6542bd52 Mon Sep 17 00:00:00 2001 From: AntonKhabiuk Date: Wed, 20 Sep 2023 11:27:38 +0300 Subject: [PATCH 1/3] CC-30494 Update IG after code changes --- .../install-the-shipment-service-points-feature.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/pbc/all/install-features/202400.0/install-the-shipment-service-points-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-shipment-service-points-feature.md index 9c5ad09f291..a02ddf1bf9a 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-shipment-service-points-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-shipment-service-points-feature.md @@ -140,10 +140,10 @@ Make sure that entities were imported to the `spy_shipment_type_service_type` da 1. Enable the expanding of shipment type storage data with service type by registering the following plugins: -| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | -|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------| -| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage | -| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage | +| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | +|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|--------------------------------------------------------------------------------------| +| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage | +| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage | **src/Pyz/Client/ShipmentTypeStorage/ShipmentTypeStorageDependencyProvider.php** @@ -152,7 +152,7 @@ Make sure that entities were imported to the `spy_shipment_type_service_type` da namespace Pyz\Client\ShipmentTypeStorage; -use Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; +use Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; use Spryker\Client\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider; class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider @@ -176,7 +176,7 @@ class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDe namespace Pyz\Zed\ShipmentTypeStorage; -use Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; +use Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; use Spryker\Zed\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider; class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider From 532e707ce28ede46dfe453a575165bdda9cc0a2a Mon Sep 17 00:00:00 2001 From: Andrii Tserkovnyi Date: Mon, 13 Nov 2023 11:10:14 +0200 Subject: [PATCH 2/3] Update install-the-shipment-service-points-feature.md --- .../install-the-shipment-service-points-feature.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/pbc/all/install-features/202311.0/install-the-shipment-service-points-feature.md b/_includes/pbc/all/install-features/202311.0/install-the-shipment-service-points-feature.md index 37aa45c309d..f4d64080657 100644 --- a/_includes/pbc/all/install-features/202311.0/install-the-shipment-service-points-feature.md +++ b/_includes/pbc/all/install-features/202311.0/install-the-shipment-service-points-feature.md @@ -173,10 +173,10 @@ Make sure that entities have been imported into the `spy_shipment_type_service_t 1. Enable the expanding of shipment type storage data with the service type by registering the following plugins: -| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | -|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------| -| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage | -| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage | +| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | +|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------|---------------|--------------------------------------------------------------------------------------| +| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer` with the service type data by `ShipmentTypeStorageTransfer.servicetype.uuid`. | | Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage | +| ServiceTypeShipmentTypeStorageExpanderPlugin | Expands `ShipmentTypeStorageTransfer.serviceType` with the service type UUID. | | Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage | **src/Pyz/Client/ShipmentTypeStorage/ShipmentTypeStorageDependencyProvider.php** @@ -185,7 +185,7 @@ Make sure that entities have been imported into the `spy_shipment_type_service_t namespace Pyz\Client\ShipmentTypeStorage; -use Spryker\Client\ShipmentTypeServicePoint\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; +use Spryker\Client\ShipmentTypeServicePointStorage\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; use Spryker\Client\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider; class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider @@ -209,7 +209,7 @@ class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDe namespace Pyz\Zed\ShipmentTypeStorage; -use Spryker\Zed\ShipmentTypeServicePoint\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; +use Spryker\Zed\ShipmentTypeServicePointStorage\Communication\Plugin\ShipmentTypeStorage\ServiceTypeShipmentTypeStorageExpanderPlugin; use Spryker\Zed\ShipmentTypeStorage\ShipmentTypeStorageDependencyProvider as SprykerShipmentTypeStorageDependencyProvider; class ShipmentTypeStorageDependencyProvider extends SprykerShipmentTypeStorageDependencyProvider From e9fc7f75a3be4d334069547bb084e6a66367d1d1 Mon Sep 17 00:00:00 2001 From: Andrii Tserkovnyi Date: Mon, 13 Nov 2023 11:40:45 +0200 Subject: [PATCH 3/3] wrap --- .../glue-api-retrieve-business-unit-addresses.md | 5 ----- .../glue-api-retrieve-business-units.md | 13 ++++--------- .../glue-api-retrieve-companies.md | 8 ++------ .../glue-api-retrieve-company-roles.md | 10 +++------- .../glue-api-retrieve-company-users.md | 8 ++------ .../glue-api-search-by-company-users.md | 8 ++------ .../glue-api-manage-customer-addresses.md | 4 ---- .../customers/glue-api-manage-customers.md | 4 ---- ...nage-customer-access-to-glue-api-resources.md | 10 ---------- .../create-discounts-based-on-shipment.md | 10 ---------- ...ount-vouchers-in-carts-of-registered-users.md | 4 ---- .../manage-discount-vouchers-in-guest-carts.md | 4 ---- .../manage-discounts-via-glue-api.md | 4 ---- ...eve-discounts-in-carts-of-registered-users.md | 12 ++++++------ .../retrieve-discounts-in-customer-carts.md | 6 +++--- .../manage-gift-cards-of-guest-users.md | 4 ---- .../manage-gift-cards-of-registered-users.md | 4 ---- .../configure-basic-htaccess-authentication.md | 7 ------- .../202307.0/identity-access-management.md | 4 ---- .../glue-api-authenticate-as-a-company-user.md | 4 ---- .../glue-api-authenticate-as-a-customer.md | 5 ----- .../glue-api-authenticate-as-an-agent-assist.md | 5 ----- .../glue-api-confirm-customer-registration.md | 4 ---- .../glue-api-delete-expired-refresh-tokens.md | 4 ---- ...-manage-agent-assist-authentication-tokens.md | 5 ----- ...-manage-company-user-authentication-tokens.md | 4 ---- ...stomer-authentication-tokens-via-oauth-2.0.md | 9 --------- ...-api-manage-customer-authentication-tokens.md | 6 ------ .../glue-api-manage-customer-passwords.md | 7 ------- .../glue-api-retrieve-protected-resources.md | 4 ---- .../base-shop/glue-api-retrieve-orders.md | 16 ++++++---------- 31 files changed, 28 insertions(+), 174 deletions(-) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md index a03aba3efd9..eb5997c6ae8 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md @@ -6,11 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-business-unit-addresses originalArticleId: 9fd20b19-8917-4c1d-b1e6-b9eef0e4390f redirect_from: - - /2021080/docs/retrieving-business-unit-addresses - - /2021080/docs/en/retrieving-business-unit-addresses - - /docs/retrieving-business-unit-addresses - - /docs/en/retrieving-business-unit-addresses - - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-business-unit-addresses.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-business-unit-addresses.html - /docs/scos/dev/glue-api-guides/201907.0/managing-b2b-account/retrieving-business-unit-addresses.html - /docs/scos/dev/glue-api-guides/202005.0/managing-b2b-account/retrieving-business-unit-addresses.html diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md index 2894c4eb386..40843ef560f 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md @@ -6,11 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-business-units originalArticleId: 4926546b-9757-4f24-91b1-05202d352c73 redirect_from: - - /2021080/docs/retrieving-business-units - - /2021080/docs/en/retrieving-business-units - - /docs/retrieving-business-units - - /docs/en/retrieving-business-units - - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-business-units.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-business-units.html - /docs/scos/dev/glue-api-guides/202200.0/managing-b2b-account/retrieving-business-units.html - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-business-units.html @@ -67,10 +62,10 @@ To retrieve a business unit, send the request: | REQUEST | USAGE | | --- | --- | -| GET http://glue.mysprykershop.com/company-business-units/mine | Retrieve business units of the current authenticated company user. | -| GET http://glue.mysprykershop.com/company-business-units/b8a06475-73f5-575a-b1e9-1954de7a49ef | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef`. | -| GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=companies | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related companies included. | -| GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=company-business-unit-addresses | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related business unit addresses included. | +| `GET http://glue.mysprykershop.com/company-business-units/mine` | Retrieve business units of the current authenticated company user. | +| `GET http://glue.mysprykershop.com/company-business-units/b8a06475-73f5-575a-b1e9-1954de7a49ef` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef`. | +| `GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=companies` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related companies included. | +| `GET http://glue.mysprykershop.com/company-business-units/32b44d30-3c2d-5f0a-91d3-e66adad10dc1?include=company-business-unit-addresses` | Retrieve the business unit with the unique identifier `b8a06475-73f5-575a-b1e9-1954de7a49ef` and related business unit addresses included. | #### Response diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md index 24fd26ca008..ee8ad37ffb6 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-companies originalArticleId: 238c375f-b541-445c-ad9c-ab1b4afb036f redirect_from: - - /2021080/docs/retrieving-companies - - /2021080/docs/en/retrieving-companies - - /docs/retrieving-companies - - /docs/en/retrieving-companies - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-companies.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-companies.html - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-companies.html @@ -63,8 +59,8 @@ To retrieve information about a company, send the request: | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/companies/59b6c025-cc00-54ca-b101-191391adf2af | Retrieve information about the company with id `59b6c025-cc00-54ca-b101-191391adf2af`. | -| GET https://glue.mysprykershop.com/companies/mine | Retrieve information about the company of the currently authenticated company user. | +| `GET https://glue.mysprykershop.com/companies/59b6c025-cc00-54ca-b101-191391adf2af` | Retrieve information about the company with id `59b6c025-cc00-54ca-b101-191391adf2af`. | +| `GET https://glue.mysprykershop.com/companies/mine` | Retrieve information about the company of the currently authenticated company user. | #### Response diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md index f7a90aef4f8..4e644f87b8d 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-company-roles originalArticleId: 91e7d4fb-7088-4249-bb24-c146c3a63ea4 redirect_from: - - /2021080/docs/retrieving-company-roles - - /2021080/docs/en/retrieving-company-roles - - /docs/retrieving-company-roles - - /docs/en/retrieving-company-roles - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-company-roles.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-company-roles.html - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-roles.html @@ -64,9 +60,9 @@ To retrieve a company role, send the request: | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/company-roles/mine | Retrieve all the company roles of the current authenticated company user. | -| GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376 | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376`. | -| GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376?include=companies | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376` with related companies included. | +| `GET https://glue.mysprykershop.com/company-roles/mine` | Retrieve all the company roles of the current authenticated company user. | +| `GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376` | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376`. | +| `GET https://glue.mysprykershop.com/company-roles/2f0a9d3e-9e69-53eb-8518-284a0db04376?include=companies` | Retrieve the company role with the id `2f0a9d3e-9e69-53eb-8518-284a0db04376` with related companies included. | #### Response diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md index 192b19f4a9b..500da30408e 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-company-users originalArticleId: 4c9db88b-8496-4989-aff3-d0a676bf1a94 redirect_from: - - /2021080/docs/retrieving-company-users - - /2021080/docs/en/retrieving-company-users - - /docs/retrieving-company-users - - /docs/en/retrieving-company-users - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/retrieving-company-users.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/retrieving-company-users.html - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-users.html @@ -145,8 +141,8 @@ To retrieve information about a company user, send the request: | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/company-users/e1019900-88c4-5582-af83-2c1ea8775ac5 | Retrieve the company user with unique identifier `e1019900-88c4-5582-af83-2c1ea8775ac5`. | -| GET https://glue.mysprykershop.com/company-users/min?include=companies,company-business-units,company-roles | Retrieve company users and related companies, business units, and roles. | +| `GET https://glue.mysprykershop.com/company-users/e1019900-88c4-5582-af83-2c1ea8775ac5` | Retrieve the company user with unique identifier `e1019900-88c4-5582-af83-2c1ea8775ac5`. | +| `GET https://glue.mysprykershop.com/company-users/min?include=companies,company-business-units,company-roles` | Retrieve company users and related companies, business units, and roles. | ### Response diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md index e1d39d68024..df6dc20d616 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/searching-by-company-users originalArticleId: a0cc11ce-40e9-4fcf-8cd5-eddd23b02363 redirect_from: - - /2021080/docs/searching-by-company-users - - /2021080/docs/en/searching-by-company-users - - /docs/searching-by-company-users - - /docs/en/searching-by-company-users - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/searching-by-company-users.html related: - title: Retrieving companies @@ -64,8 +60,8 @@ To retrieve company users of the current authenticated customer, send the reques | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/company-users/mine | Retrieve all the company users the current authenticated customer can authenticate as. | -| GET https://glue.mysprykershop.com/company-users/mine?include=companies,company-business-units,company-roles | Retrieve all the company users the current authenticated customer can authenticate as. Include information about the company and business unit each company user belongs to. Include information about the roles of each company user. | +| `GET https://glue.mysprykershop.com/company-users/mine` | Retrieve all the company users the current authenticated customer can authenticate as. | +| `GET https://glue.mysprykershop.com/company-users/mine?include=companies,company-business-units,company-roles` | Retrieve all the company users the current authenticated customer can authenticate as. Include information about the company and business unit each company user belongs to. Include information about the roles of each company user. | ### Response diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md index 35edb37ee7e..4f51651a6c4 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-addresses-via-glue-api originalArticleId: 83f855ab-83ed-4a69-a087-196f88c0007b redirect_from: - - /2021080/docs/managing-customer-addresses-via-glue-api - - /2021080/docs/en/managing-customer-addresses-via-glue-api - - /docs/managing-customer-addresses-via-glue-api - - /docs/en/managing-customer-addresses-via-glue-api - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/managing-customer-addresses.html - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/managing-customer-addresses.html - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/managing-customer-addresses.html diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md index 7d5cc29b609..8ca4b2dacdd 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customers-via-glue-api originalArticleId: 246e73d7-562f-414f-bbc0-d102ef54ff5c redirect_from: - - /2021080/docs/managing-customers-via-glue-api - - /2021080/docs/en/managing-customers-via-glue-api - - /docs/managing-customers-via-glue-api - - /docs/en/managing-customers-via-glue-api - /docs/scos/user/back-office-user-guides/202200.0/customer/customer-customer-access-customer-groups/managing-customers.html - /docs/scos/dev/glue-api-guides/202200.0/managing-customers/managing-customers.html - /docs/scos/dev/glue-api-guides/202307.0/managing-customers/managing-customers.html diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/manage-customer-access-to-glue-api-resources.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/manage-customer-access-to-glue-api-resources.md index 9c824b9ae94..c9ce6125874 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/manage-customer-access-to-glue-api-resources.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/manage-customer-access-to-glue-api-resources.md @@ -5,16 +5,6 @@ template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-access-to-glue-api-resources originalArticleId: 8811d81a-5a7a-4c30-a73f-d1ae53494e9e redirect_from: - - /2021080/docs/managing-customer-access-to-glue-api-resources - - /2021080/docs/en/managing-customer-access-to-glue-api-resources - - /docs/managing-customer-access-to-glue-api-resources - - /docs/en/managing-customer-access-to-glue-api-resources - - /v6/docs/managing-customer-access-to-api-resources - - /v6/docs/en/managing-customer-access-to-api-resources - - /v5/docs/managing-customer-access-to-api-resources - - /v5/docs/en/managing-customer-access-to-api-resources - - /v4/docs/managing-customer-access-to-api-resources - - /v4/docs/en/managing-customer-access-to-api-resources - /docs/scos/dev/tutorials-and-howtos/howtos/glue-api-howtos/managing-customer-access-to-glue-api-resources.html related: - title: Authentication and Authorization diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/create-discounts-based-on-shipment.md b/docs/pbc/all/discount-management/202307.0/base-shop/create-discounts-based-on-shipment.md index 4569e7c9d14..7957e0f4e83 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/create-discounts-based-on-shipment.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/create-discounts-based-on-shipment.md @@ -6,16 +6,6 @@ template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier originalArticleId: 98408c10-05d0-4d84-a0a8-e01ba2cbdfea redirect_from: - - /2021080/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /2021080/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v6/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v6/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v5/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v5/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v4/docs/ht-activate-a-discount-rule-based-on-a-shipment-carrier - - /v4/docs/en/ht-activate-a-discount-rule-based-on-a-shipment-carrier - /docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-create-discounts-based-on-shipment.html - /docs/pbc/all/discount-management/202307.0/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html - /docs/pbc/all/discount-management/202204.0/base-shop/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.md b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.md index bfc3de3395a..34a7629dd33 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-discount-vouchers-in-carts-of-registered-users originalArticleId: fdd347a8-d5ae-4799-87f5-b4030c57cdec redirect_from: - - /2021080/docs/managing-discount-vouchers-in-carts-of-registered-users - - /2021080/docs/en/managing-discount-vouchers-in-carts-of-registered-users - - /docs/managing-discount-vouchers-in-carts-of-registered-users - - /docs/en/managing-discount-vouchers-in-carts-of-registered-users - /docs/scos/dev/glue-api-guides/202307.0/managing-carts/carts-of-registered-users/managing-discount-vouchers-in-carts-of-registered-users.html - /docs/pbc/all/discount-management/202307.0/manage-via-glue-api/manage-discount-vouchers-in-carts-of-registered-users.html related: diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-guest-carts.md b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-guest-carts.md index d8de68b63e3..aaaadefbab3 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-guest-carts.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discount-vouchers-in-guest-carts.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-discount-vouchers-in-guest-carts originalArticleId: ba8ecd12-244b-4dc4-bf64-b52977347916 redirect_from: - - /2021080/docs/managing-discount-vouchers-in-guest-carts - - /2021080/docs/en/managing-discount-vouchers-in-guest-carts - - /docs/managing-discount-vouchers-in-guest-carts - - /docs/en/managing-discount-vouchers-in-guest-carts - /docs/scos/dev/glue-api-guides/201811.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html - /docs/scos/dev/glue-api-guides/201903.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html - /docs/scos/dev/glue-api-guides/201907.0/managing-carts/guest-carts/managing-discount-vouchers-in-guest-carts.html diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discounts-via-glue-api.md b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discounts-via-glue-api.md index 8cf1aa5bab0..dcc1ee5cee6 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discounts-via-glue-api.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/manage-discounts-via-glue-api.md @@ -5,10 +5,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-promotional-items originalArticleId: d086d38c-dd6b-4419-a299-589c73a97f24 redirect_from: - - /2021080/docs/retrieving-promotional-items - - /2021080/docs/en/retrieving-promotional-items - - /docs/retrieving-promotional-items - - /docs/en/retrieving-promotional-items - /docs/scos/dev/glue-api-guides/201811.0/retrieving-promotional-items.html - /docs/scos/dev/glue-api-guides/201903.0/retrieving-promotional-items.html - /docs/scos/dev/glue-api-guides/201907.0/retrieving-promotional-items.html diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-carts-of-registered-users.md b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-carts-of-registered-users.md index 6a834d2753a..9f8084aaa8a 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-carts-of-registered-users.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-carts-of-registered-users.md @@ -44,9 +44,9 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/carts?include=cart-rules | Retrieve all carts of a user with cart rules. | -| GET https://glue.mysprykershop.com/carts?include=vouchers | Retrieve all carts of a user with information about applied vouchers. | -| GET https://glue.mysprykershop.com/carts?include=promotional-items | Retrieve information about promotional items for the cart. | +| `GET https://glue.mysprykershop.com/carts?include=cart-rules` | Retrieve all carts of a user with cart rules. | +| `GET https://glue.mysprykershop.com/carts?include=vouchers` | Retrieve all carts of a user with information about applied vouchers. | +| `GET https://glue.mysprykershop.com/carts?include=promotional-items` | Retrieve information about promotional items for the cart. | ### Response @@ -381,9 +381,9 @@ To retrieve a particular cart, send the request: | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/carts/2fd32609-b6b0-5993-9254-8d2f271941e4?include=cart-rules | Retrieve the `2fd32609-b6b0-5993-9254-8d2f271941e4` cart with cart rules. | -| GET https://glue.mysprykershop.com/carts/1ce91011-8d60-59ef-9fe0-4493ef3628b2?include=promotional-items | Retrieve the `1ce91011-8d60-59ef-9fe0-4493ef3628b2` cart with its promotional items. | -| GET https://glue.mysprykershop.com/carts/976af32f-80f6-5f69-878f-4ea549ee0830?include=vouchers | Retrieve the `976af32f-80f6-5f69-878f-4ea549ee0830` cart with detailed information on its vouchers. | +| `GET https://glue.mysprykershop.com/carts/2fd32609-b6b0-5993-9254-8d2f271941e4?include=cart-rules` | Retrieve the `2fd32609-b6b0-5993-9254-8d2f271941e4` cart with cart rules. | +| `GET https://glue.mysprykershop.com/carts/1ce91011-8d60-59ef-9fe0-4493ef3628b2?include=promotional-items` | Retrieve the `1ce91011-8d60-59ef-9fe0-4493ef3628b2` cart with its promotional items. | +| `GET https://glue.mysprykershop.com/carts/976af32f-80f6-5f69-878f-4ea549ee0830?include=vouchers` | Retrieve the `976af32f-80f6-5f69-878f-4ea549ee0830` cart with detailed information on its vouchers. | ### Response diff --git a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md index 0ca1aee0ebf..dedaa766236 100644 --- a/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md +++ b/docs/pbc/all/discount-management/202307.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md @@ -47,9 +47,9 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | REQUEST | USAGE | |-|-| -| GET https://glue.mysprykershop.com/customers/DE--1/?include=cart-rules | Retrieve all carts of a user with cart rules. | -| GET https://glue.mysprykershop.com/customers/DE--1/?include=vouchers | Retrieve all carts of a user with information about applied vouchers. | -| GET https://glue.mysprykershop.com/customers/DE--1/?include=promotional-items | Retrieve information about promotional items for the cart. | +| `GET https://glue.mysprykershop.com/customers/DE--1/?include=cart-rules` | Retrieve all carts of a user with cart rules. | +| `GET https://glue.mysprykershop.com/customers/DE--1/?include=vouchers` | Retrieve all carts of a user with information about applied vouchers. | +| `GET https://glue.mysprykershop.com/customers/DE--1/?include=promotional-items` | Retrieve information about promotional items for the cart. | ### Response diff --git a/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-guest-users.md b/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-guest-users.md index b93a18653bf..a4455c5c0f1 100644 --- a/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-guest-users.md +++ b/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-guest-users.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-gift-cards-of-guest-users originalArticleId: 59818732-fa5a-43df-acd9-3d4ea91ee1ac redirect_from: - - /2021080/docs/managing-gift-cards-of-guest-users - - /2021080/docs/en/managing-gift-cards-of-guest-users - - /docs/managing-gift-cards-of-guest-users - - /docs/en/managing-gift-cards-of-guest-users - /docs/scos/dev/glue-api-guides/201811.0/managing-carts/guest-carts/managing-gift-cards-of-guest-users.html - /docs/scos/dev/glue-api-guides/201903.0/managing-carts/guest-carts/managing-gift-cards-of-guest-users.html - /docs/scos/dev/glue-api-guides/201907.0/managing-carts/guest-carts/managing-gift-cards-of-guest-users.html diff --git a/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-registered-users.md b/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-registered-users.md index 93f67e23d89..ad1b4896567 100644 --- a/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-registered-users.md +++ b/docs/pbc/all/gift-cards/202307.0/manage-using-glue-api/manage-gift-cards-of-registered-users.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-gift-cards-of-registered-users originalArticleId: 8f557adb-ea3b-498c-872e-b2177d6202ed redirect_from: - - /2021080/docs/managing-gift-cards-of-registered-users - - /2021080/docs/en/managing-gift-cards-of-registered-users - - /docs/managing-gift-cards-of-registered-users - - /docs/en/managing-gift-cards-of-registered-users - /docs/scos/dev/glue-api-guides/201811.0/managing-carts/carts-of-registered-users/managing-gift-cards-of-registered-users.html - /docs/scos/dev/glue-api-guides/201903.0/managing-carts/carts-of-registered-users/managing-gift-cards-of-registered-users.html - /docs/scos/dev/glue-api-guides/201907.0/managing-carts/carts-of-registered-users/managing-gift-cards-of-registered-users.html diff --git a/docs/pbc/all/identity-access-management/202307.0/configure-basic-htaccess-authentication.md b/docs/pbc/all/identity-access-management/202307.0/configure-basic-htaccess-authentication.md index 0e9e39dde8f..1b275289721 100644 --- a/docs/pbc/all/identity-access-management/202307.0/configure-basic-htaccess-authentication.md +++ b/docs/pbc/all/identity-access-management/202307.0/configure-basic-htaccess-authentication.md @@ -5,13 +5,6 @@ last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/howto-configure-basic-htaccess-authentication originalArticleId: 092354ac-2368-4906-a4a7-33e93229bd2c -redirect_from: - - /2021080/docs/howto-configure-basic-htaccess-authentication - - /2021080/docs/en/howto-configure-basic-htaccess-authentication - - /docs/howto-configure-basic-htaccess-authentication - - /docs/en/howto-configure-basic-htaccess-authentication - - /v6/docs/howto-configure-basic-htaccess-authentication - - /v6/docs/en/howto-configure-basic-htaccess-authentication --- This document describes how to configure basic `.htaccess` authentication for the Storefront and the Back Office. diff --git a/docs/pbc/all/identity-access-management/202307.0/identity-access-management.md b/docs/pbc/all/identity-access-management/202307.0/identity-access-management.md index 36f1c2b66e8..01be2340171 100644 --- a/docs/pbc/all/identity-access-management/202307.0/identity-access-management.md +++ b/docs/pbc/all/identity-access-management/202307.0/identity-access-management.md @@ -4,10 +4,6 @@ description: last_updated: Oct 2, 2022 template: concept-topic-template redirect_from: - - /2021080/docs/logging-in-to-the-back-office - - /2021080/docs/en/logging-in-to-the-back-office - - /docs/logging-in-to-the-back-office - - /docs/en/logging-in-to-the-back-office - /docs/scos/user/back-office-user-guides/201811.0/logging-in-to-the-back-office.html - /docs/scos/user/back-office-user-guides/201903.0/logging-in-to-the-back-office.html - /docs/scos/user/back-office-user-guides/201907.0/logging-in-to-the-back-office.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md index 1bccfd920a1..04a59ea58e0 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/authenticating-as-a-company-user originalArticleId: 90ca8812-0b3c-473d-bcd7-b12805da2070 redirect_from: - - /2021080/docs/authenticating-as-a-company-user - - /2021080/docs/en/authenticating-as-a-company-user - - /docs/authenticating-as-a-company-user - - /docs/en/authenticating-as-a-company-user - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/authenticating-as-a-company-user.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/authenticating-as-a-company-user.html - /docs/scos/dev/glue-api-guides/202200.0/managing-b2b-account/authenticating-as-a-company-user.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md index f9d7a5b6d45..1338fc21e07 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md @@ -6,11 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/authenticating-as-a-customer originalArticleId: 4d61554f-dce0-40a2-9091-2db810bcf9a2 redirect_from: - - /2021080/docs/authenticating-as-a-customer - - /2021080/docs/en/authenticating-as-a-customer - - /docs/authenticating-as-a-customer - - /docs/en/authenticating-as-a-customer - - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/authenticating-as-a-customer.html - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/authenticating-as-a-customer.html - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/authenticating-as-a-customer.html - /docs/scos/dev/glue-api-guides/202200.0/managing-customers/authenticating-as-a-customer.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.md index c77c33a7f51..27a5da02694 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.md @@ -5,11 +5,6 @@ last_updated: Jun 22, 2021 template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/authenticating-as-an-agent-assist originalArticleId: 33952f89-fed4-4e33-95f4-79e969752e9d -redirect_from: - - /2021080/docs/authenticating-as-an-agent-assist - - /2021080/docs/en/authenticating-as-an-agent-assist - - /docs/authenticating-as-an-agent-assist - - /docs/en/authenticating-as-an-agent-assist related: - title: Agent Assist feature overview link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-confirm-customer-registration.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-confirm-customer-registration.md index 70bdce650db..9acbe251bec 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-confirm-customer-registration.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-confirm-customer-registration.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/confirming-customer-registration originalArticleId: ce75d090-7be3-4d28-98a2-4ea49eb0d00c redirect_from: - - /2021080/docs/confirming-customer-registration - - /2021080/docs/en/confirming-customer-registration - - /docs/confirming-customer-registration - - /docs/en/confirming-customer-registration - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/confirming-customer-registration.html - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/confirming-customer-registration.html - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/confirming-customer-registration.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-delete-expired-refresh-tokens.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-delete-expired-refresh-tokens.md index a4921fb16ac..14a50ac8960 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-delete-expired-refresh-tokens.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-delete-expired-refresh-tokens.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/deleting-expired-refresh-tokens originalArticleId: acf43e94-6fa4-46dd-8f39-b971e5f6aa04 redirect_from: - - /2021080/docs/deleting-expired-refresh-tokens - - /2021080/docs/en/deleting-expired-refresh-tokens - - /docs/deleting-expired-refresh-tokens - - /docs/en/deleting-expired-refresh-tokens - /docs/scos/dev/glue-api-guides/202204.0/deleting-expired-refresh-tokens.html related: - title: Authenticating as a customer diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.md index 2bac0e72ee6..fa70e3c6810 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.md @@ -5,11 +5,6 @@ last_updated: Jun 16, 2021 template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-agent-assist-authentication-tokens originalArticleId: a3ef0b2b-9ad0-4970-9f9f-bf5f2d975c65 -redirect_from: - - /2021080/docs/managing-agent-assist-authentication-tokens - - /2021080/docs/en/managing-agent-assist-authentication-tokens - - /docs/managing-agent-assist-authentication-tokens - - /docs/en/managing-agent-assist-authentication-tokens related: - title: Agent Assist feature overview link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md index f1653a1a6c5..ac40b63b015 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-company-user-authentication-tokens originalArticleId: 93de3785-709e-48d2-a1f5-d5edf0e4bc93 redirect_from: - - /2021080/docs/managing-company-user-authentication-tokens - - /2021080/docs/en/managing-company-user-authentication-tokens - - /docs/managing-company-user-authentication-tokens - - /docs/en/managing-company-user-authentication-tokens\ - /docs/scos/dev/glue-api-guides/201811.0/managing-b2b-account/managing-company-user-authentication-tokens.html - /docs/scos/dev/glue-api-guides/201903.0/managing-b2b-account/managing-company-user-authentication-tokens.html - /docs/scos/dev/glue-api-guides/201907.0/managing-b2b-account/managing-company-user-authentication-tokens.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md index 50417856d74..69423816383 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md @@ -5,15 +5,6 @@ last_updated: Jun 21, 2021 template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-authentication-tokens-via-oauth-20 originalArticleId: 4fe6c88f-3879-4f9f-bb91-c6a867d120fa -redirect_from: - - /2021080/docs/managing-customer-authentication-tokens-via-oauth-20 - - /2021080/docs/en/managing-customer-authentication-tokens-via-oauth-20 - - /docs/managing-customer-authentication-tokens-via-oauth-20 - - /docs/en/managing-customer-authentication-tokens-via-oauth-20 - - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/managing-customer-authentication-tokens-via-oauth-2.0.html - - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/managing-customer-authentication-tokens-via-oauth-2.0.html - - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/managing-customer-authentication-tokens-via-oauth-2.0.html - - /docs/scos/dev/glue-api-guides/202005.0/managing-customers/managing-customer-authentication-tokens-via-oauth-2.0.html related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md index ba8cb5617e1..e7b8a6f2434 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md @@ -5,12 +5,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-authentication-tokens originalArticleId: a0374f0f-170f-446e-aadd-32dbe7c1526a redirect_from: - - /2021080/docs/managing-customer-authentication-tokens - - /2021080/docs/en/managing-customer-authentication-tokens - - /docs/managing-customer-authentication-tokens - - /docs/en/managing-customer-authentication-tokens - - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/managing-customer-authentication-tokens.html - - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/managing-customer-authentication-tokens.html - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/managing-customer-authentication-tokens.html - /docs/scos/dev/glue-api-guides/202005.0/managing-customers/managing-customer-authentication-tokens.html related: diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-passwords.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-passwords.md index b9e0dab6c94..f9c69aa5db0 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-passwords.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-manage-customer-passwords.md @@ -6,13 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/managing-customer-passwords originalArticleId: 51bec82b-e9f6-4c92-a87d-4f609d8176e8 redirect_from: - - /2021080/docs/managing-customer-passwords - - /2021080/docs/en/managing-customer-passwords - - /docs/managing-customer-passwords - - /docs/en/managing-customer-passwords - - /docs/scos/dev/glue-api-guides/201811.0/managing-customers/managing-customer-passwords.html - - /docs/scos/dev/glue-api-guides/201903.0/managing-customers/managing-customer-passwords.html - - /docs/scos/dev/glue-api-guides/201907.0/managing-customers/managing-customer-passwords.html - /docs/scos/dev/glue-api-guides/202005.0/managing-customers/managing-customer-passwords.html related: - title: Authentication and authorization diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md index a08f18ca2a8..3393b570dc7 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-protected-resources originalArticleId: 549c4614-f8b4-4fa5-9609-c92b6cbc0e89 redirect_from: - - /2021080/docs/retrieving-protected-resources - - /2021080/docs/en/retrieving-protected-resources - - /docs/retrieving-protected-resources - - /docs/en/retrieving-protected-resources - /docs/scos/dev/glue-api-guides/202005.0/getting-the-list-of-protected-resources.html - /docs/scos/dev/glue-api-guides/202307.0/retrieving-protected-resources.html related: diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/glue-api-retrieve-orders.md b/docs/pbc/all/order-management-system/202307.0/base-shop/glue-api-retrieve-orders.md index 9361c1ff5e9..d2a35302332 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/glue-api-retrieve-orders.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/glue-api-retrieve-orders.md @@ -6,10 +6,6 @@ template: glue-api-storefront-guide-template originalLink: https://documentation.spryker.com/2021080/docs/retrieving-orders originalArticleId: 5774ec3a-945c-46f1-a51c-475e6e1d9df9 redirect_from: - - /2021080/docs/retrieving-orders - - /2021080/docs/en/retrieving-orders - - /docs/retrieving-orders - - /docs/en/retrieving-orders - /docs/scos/dev/glue-api-guides/202307.0/retrieving-orders.html related: - title: Retrieving customer orders @@ -60,10 +56,10 @@ To retrieve a list of all orders made by a registered customer, send the request | REQUEST | USAGE | | --- | --- | -| GET https://glue.mysprykershop.com/orders | Retrieve all orders. | -| GET https://glue.mysprykershop.com/orders?page[limit]=10 | Retrieve 10 orders. | -| GET https://glue.mysprykershop.com/orders?page[offset]=10&page[limit]=10 | Retrieve 10 orders starting from the eleventh order. | -| GET https://glue.mysprykershop.com/orders?page[offset]=20 | Retrieve all orders starting from the twenty first order. | +| `GET https://glue.mysprykershop.com/orders` | Retrieve all orders. | +| `GET https://glue.mysprykershop.com/orders?page[limit]=10` | Retrieve 10 orders. | +| `GET https://glue.mysprykershop.com/orders?page[offset]=10&page[limit]=10` | Retrieve 10 orders starting from the eleventh order. | +| `GET https://glue.mysprykershop.com/orders?page[offset]=20` | Retrieve all orders starting from the twenty first order. | ### Response @@ -139,8 +135,8 @@ To retrieve detailed information on an order, send the request: | REQUEST | USAGE | | ------------------ | --------------------- | -| GET https://glue.mysprykershop.com/orders/DE--1 | Retrieve information about the order with the id `DE--6`. | -| GET https://glue.mysprykershop.com/orders/DE--6?include=order-shipments | Retrieve information about the order with the id `DE--6` with order shipments included. | +| `GET https://glue.mysprykershop.com/orders/DE--1` | Retrieve information about the order with the id `DE--6`. | +| `GET https://glue.mysprykershop.com/orders/DE--6?include=order-shipments` | Retrieve information about the order with the id `DE--6` with order shipments included. | ### Response