diff --git a/Rakefile b/Rakefile index 9cbe97ca382..3b09fd0d216 100644 --- a/Rakefile +++ b/Rakefile @@ -216,7 +216,7 @@ task :check_pbc do /docs\/fes\/.+/, /docs\/acp\/.+/, /docs\/scu\/.+/, - /docs\/pbc\/\w+\/[\w-]+\/202204\.0\/.+/, + /docs\/pbc\/\w+\/[\w-]+\/202204\.0\/.+/, /docs\/pbc\/\w+\/[\w-]+\/202212\.0\/.+/, /docs\/pbc\/\w+\/[\w-]+\/202307\.0\/.+/, /docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/ diff --git a/_data/sidebars/pbc_all_sidebar.yml b/_data/sidebars/pbc_all_sidebar.yml index 1df46e4fde1..00ab8122d9f 100644 --- a/_data/sidebars/pbc_all_sidebar.yml +++ b/_data/sidebars/pbc_all_sidebar.yml @@ -2174,7 +2174,7 @@ entries: - "202212.0" - "202307.0" - title: Product Price Glue API - url: /docs/pbc/all/price-management/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.html + url: /docs/pbc/all/price-management/base-shop/install-and-upgrade/install-the-product-price-glue-api.html - title: Upgrade modules nested: - title: CRUD Scheduled Prices @@ -3157,7 +3157,7 @@ entries: - title: Catalog url: /docs/pbc/all/search/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html - title: CatalogSearchRestApi - url: /docs/pbc/all/search/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi–module.html + url: /docs/pbc/all/search/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.html - title: CategoryPageSearch url: /docs/pbc/all/search/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html - title: CmsPageSearch diff --git a/_includes/pbc/all/glue-api-guides/202204.0/check-out-purchases-request-attributes.md b/_includes/pbc/all/glue-api-guides/202204.0/check-out-purchases-request-attributes.md index 444c9af6b80..9f2cc2f444d 100644 --- a/_includes/pbc/all/glue-api-guides/202204.0/check-out-purchases-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202204.0/check-out-purchases-request-attributes.md @@ -1,6 +1,6 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| customer | Object | ✓ | A list of attributes describing the [customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) to submit checkout data of. | +| customer | Object | ✓ | A list of attributes describing the [customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) to submit checkout data of. | | customer.salutation | String | ✓ | Salutation to use when addressing the customer. | | customer.email | String | ✓ | Customer's email address. | | customer.firstName | String | ✓ | Customer's first name. | diff --git a/_includes/pbc/all/glue-api-guides/202204.0/submit-checkout-data-request-attributes.md b/_includes/pbc/all/glue-api-guides/202204.0/submit-checkout-data-request-attributes.md index cea4e165f61..4a221527c88 100644 --- a/_includes/pbc/all/glue-api-guides/202204.0/submit-checkout-data-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202204.0/submit-checkout-data-request-attributes.md @@ -1,7 +1,7 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | | billingAddress | Object | | Customer's billing [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). | -| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | billingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | billingAddress.email | String | ✓ | Customer's email address. | | billingAddress.firstName | String | ✓ | Customer's first name. | @@ -18,7 +18,7 @@ | shipments | Array | | A list of shipments. | | shipments.items | Array | ✓ | A list of items in a shipment. | | shipments.shippingAddress | Object | ✓ | Shipping address for the items in the shipment. | -| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipments.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, include the `company-business-unit-addresses` resource in your request. Alternatively, [retrieve a company business unit](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) with the company-business-unit-addresses resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipments.shippingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | shipments.shippingAddress.email | String | ✓ | Customer's email address. | diff --git a/_includes/pbc/all/glue-api-guides/202212.0/check-out-purchases-request-attributes.md b/_includes/pbc/all/glue-api-guides/202212.0/check-out-purchases-request-attributes.md index 444c9af6b80..12ddad7dbfd 100644 --- a/_includes/pbc/all/glue-api-guides/202212.0/check-out-purchases-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202212.0/check-out-purchases-request-attributes.md @@ -1,13 +1,13 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| customer | Object | ✓ | A list of attributes describing the [customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) to submit checkout data of. | +| customer | Object | ✓ | A list of attributes describing the [customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) to submit checkout data of. | | customer.salutation | String | ✓ | Salutation to use when addressing the customer. | | customer.email | String | ✓ | Customer's email address. | | customer.firstName | String | ✓ | Customer's first name. | | customer.lastName | String | ✓ | Customer's last name. | | idCart | String | ✓ | Unique identifier of the customer's [cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) to check out. | -| billingAddress | Object | ✓ | Customer's billing [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). | -| billingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| billingAddress | Object | ✓ | Customer's billing [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). | +| billingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | billingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | billingAddress.email | String | ✓ | Customer's email address. | | billingAddress.firstName | String | ✓ | Customer's first name. | @@ -25,9 +25,9 @@ | payments.paymentProviderName | String | ✓ | Name of the payment provider for this order. | | shipment | Object | ✓ | A list of attributes describing the shipping method selected for this order. | | shipment.items | object | ✓ | A list of items that are to be delivered to the shipping address defined in this shipment. | -| shipment.shippingAddress | Object | ✓ | Customer's shipping [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) for this shipment. | -| shipment.shippingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | -| shipment.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, [retrieve a company business unit](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) with the `company-business-unit-addresses` resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipment.shippingAddress | Object | ✓ | Customer's shipping [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) for this shipment. | +| shipment.shippingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipment.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, [retrieve a company business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) with the `company-business-unit-addresses` resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipment.shippingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | shipment.shippingAddress.email | String | ✓ | Customer's email address. | | shipment.shippingAddress.firstName | String | ✓ | Customer's first name. | diff --git a/_includes/pbc/all/glue-api-guides/202212.0/retrieve-an-order-response-attributes.md b/_includes/pbc/all/glue-api-guides/202212.0/retrieve-an-order-response-attributes.md index eb508ae0ce1..2aa5891c659 100644 --- a/_includes/pbc/all/glue-api-guides/202212.0/retrieve-an-order-response-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202212.0/retrieve-an-order-response-attributes.md @@ -181,4 +181,4 @@ | ATTRIBUTE | TYPE | DESCRIPTION | | -------- | ----- | ----------------------- | -| shipments | object | Information about the shipments used in this order. This value is returned only if you submit an order without split delivery. To learn how to do that, see [Check out purchases](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html). To see all the attributes that are returned when retrieving orders without split delivery, see [Retrieving orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html). To retrieve shipment details, include the order-shipments resource in the request. | +| shipments | object | Information about the shipments used in this order. This value is returned only if you submit an order without split delivery. To learn how to do that, see [Check out purchases](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html). To see all the attributes that are returned when retrieving orders without split delivery, see [Retrieving orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). To retrieve shipment details, include the order-shipments resource in the request. | diff --git a/_includes/pbc/all/glue-api-guides/202212.0/submit-checkout-data-request-attributes.md b/_includes/pbc/all/glue-api-guides/202212.0/submit-checkout-data-request-attributes.md index cea4e165f61..3f9e0c3284e 100644 --- a/_includes/pbc/all/glue-api-guides/202212.0/submit-checkout-data-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202212.0/submit-checkout-data-request-attributes.md @@ -1,7 +1,7 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| billingAddress | Object | | Customer's billing [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). | -| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| billingAddress | Object | | Customer's billing [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). | +| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | billingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | billingAddress.email | String | ✓ | Customer's email address. | | billingAddress.firstName | String | ✓ | Customer's first name. | @@ -18,8 +18,8 @@ | shipments | Array | | A list of shipments. | | shipments.items | Array | ✓ | A list of items in a shipment. | | shipments.shippingAddress | Object | ✓ | Shipping address for the items in the shipment. | -| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | -| shipments.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, include the `company-business-unit-addresses` resource in your request. Alternatively, [retrieve a company business unit](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) with the company-business-unit-addresses resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipments.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, include the `company-business-unit-addresses` resource in your request. Alternatively, [retrieve a company business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) with the company-business-unit-addresses resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipments.shippingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | shipments.shippingAddress.email | String | ✓ | Customer's email address. | | shipments.shippingAddress.firstName | String | ✓ | Customer's first name. | diff --git a/_includes/pbc/all/glue-api-guides/202307.0/check-out-purchases-request-attributes.md b/_includes/pbc/all/glue-api-guides/202307.0/check-out-purchases-request-attributes.md index 444c9af6b80..12ddad7dbfd 100644 --- a/_includes/pbc/all/glue-api-guides/202307.0/check-out-purchases-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202307.0/check-out-purchases-request-attributes.md @@ -1,13 +1,13 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| customer | Object | ✓ | A list of attributes describing the [customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) to submit checkout data of. | +| customer | Object | ✓ | A list of attributes describing the [customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) to submit checkout data of. | | customer.salutation | String | ✓ | Salutation to use when addressing the customer. | | customer.email | String | ✓ | Customer's email address. | | customer.firstName | String | ✓ | Customer's first name. | | customer.lastName | String | ✓ | Customer's last name. | | idCart | String | ✓ | Unique identifier of the customer's [cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) to check out. | -| billingAddress | Object | ✓ | Customer's billing [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). | -| billingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| billingAddress | Object | ✓ | Customer's billing [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). | +| billingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | billingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | billingAddress.email | String | ✓ | Customer's email address. | | billingAddress.firstName | String | ✓ | Customer's first name. | @@ -25,9 +25,9 @@ | payments.paymentProviderName | String | ✓ | Name of the payment provider for this order. | | shipment | Object | ✓ | A list of attributes describing the shipping method selected for this order. | | shipment.items | object | ✓ | A list of items that are to be delivered to the shipping address defined in this shipment. | -| shipment.shippingAddress | Object | ✓ | Customer's shipping [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) for this shipment. | -| shipment.shippingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | -| shipment.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, [retrieve a company business unit](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) with the `company-business-unit-addresses` resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipment.shippingAddress | Object | ✓ | Customer's shipping [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) for this shipment. | +| shipment.shippingAddress.id | String | | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [retrieve a customer's addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipment.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, [retrieve a company business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) with the `company-business-unit-addresses` resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipment.shippingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | shipment.shippingAddress.email | String | ✓ | Customer's email address. | | shipment.shippingAddress.firstName | String | ✓ | Customer's first name. | diff --git a/_includes/pbc/all/glue-api-guides/202307.0/retrieve-an-order-response-attributes.md b/_includes/pbc/all/glue-api-guides/202307.0/retrieve-an-order-response-attributes.md index eb508ae0ce1..2aa5891c659 100644 --- a/_includes/pbc/all/glue-api-guides/202307.0/retrieve-an-order-response-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202307.0/retrieve-an-order-response-attributes.md @@ -181,4 +181,4 @@ | ATTRIBUTE | TYPE | DESCRIPTION | | -------- | ----- | ----------------------- | -| shipments | object | Information about the shipments used in this order. This value is returned only if you submit an order without split delivery. To learn how to do that, see [Check out purchases](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html). To see all the attributes that are returned when retrieving orders without split delivery, see [Retrieving orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html). To retrieve shipment details, include the order-shipments resource in the request. | +| shipments | object | Information about the shipments used in this order. This value is returned only if you submit an order without split delivery. To learn how to do that, see [Check out purchases](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html). To see all the attributes that are returned when retrieving orders without split delivery, see [Retrieving orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). To retrieve shipment details, include the order-shipments resource in the request. | diff --git a/_includes/pbc/all/glue-api-guides/202307.0/submit-checkout-data-request-attributes.md b/_includes/pbc/all/glue-api-guides/202307.0/submit-checkout-data-request-attributes.md index cea4e165f61..ddde93f26c3 100644 --- a/_includes/pbc/all/glue-api-guides/202307.0/submit-checkout-data-request-attributes.md +++ b/_includes/pbc/all/glue-api-guides/202307.0/submit-checkout-data-request-attributes.md @@ -1,7 +1,7 @@ | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| billingAddress | Object | | Customer's billing [address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html). | -| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| billingAddress | Object | | Customer's billing [address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html). | +| billingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | | billingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | billingAddress.email | String | ✓ | Customer's email address. | | billingAddress.firstName | String | ✓ | Customer's first name. | @@ -18,8 +18,8 @@ | shipments | Array | | A list of shipments. | | shipments.items | Array | ✓ | A list of items in a shipment. | | shipments.shippingAddress | Object | ✓ | Shipping address for the items in the shipment. | -| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | -| shipments.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, include the `company-business-unit-addresses` resource in your request. Alternatively, [retrieve a company business unit](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) with the company-business-unit-addresses resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipments.shippingAddress.id | String | . | A hyphenated alphanumeric value of an existing customer address. To get it, include the `addresses` resource in your request or [add a customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). If you pass this value for a billing or shipping address, do not pass the other address attributes. | +| shipments.shippingAddress.idCompanyBusinessUnitAddress | String | | A hyphenated alphanumeric value of an existing company business unit address. To get it, include the `company-business-unit-addresses` resource in your request. Alternatively, [retrieve a company business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) with the company-business-unit-addresses resource included. If you pass this value for a billing or shipping address, do not pass the other address attributes. | | shipments.shippingAddress.salutation | String | ✓ | Salutation to use when addressing the customer. | | shipments.shippingAddress.email | String | ✓ | Customer's email address. | | shipments.shippingAddress.firstName | String | ✓ | Customer's first name. | diff --git a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-discontinued-products-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-discontinued-products-feature.md index 05e98890c63..4230da0cb44 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-discontinued-products-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-discontinued-products-feature.md @@ -14,7 +14,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --- | ---| --- | -| Alternative Products | {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html) | +| Alternative Products | {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html) | | Product | {{page.version}} | [Product feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-feature-integration.html) 0| ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-inventory-management-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-inventory-management-feature.md index d25889eb4f0..e18e6cb6f45 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-inventory-management-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-inventory-management-feature.md @@ -14,7 +14,7 @@ To start feature integration, review and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | |---|---|---| -|Alternative Products|{{page.version}}| [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| +|Alternative Products|{{page.version}}| [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| |Inventory Management|{{page.version}}| [Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-inventory-management-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-product-label-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-product-label-feature.md index 40a78a9056d..49330fc79a0 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-product-label-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-product-label-feature.md @@ -1,4 +1,4 @@ -This document describes how to integrate the [Product Labels](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-labels-feature-integration.html) feature into a Spryker project. +This document describes how to integrate the [Product Labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-labels-feature.html) feature into a Spryker project. This document describes how to integrate the Alternative Products + Product Label feature into a Spryker project. @@ -13,8 +13,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| -|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-labels-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| +|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-labels-feature.html)| ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-wishlist-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-wishlist-feature.md index 9dea06f31e2..6002afdb3c4 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-wishlist-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-alternative-products-wishlist-feature.md @@ -14,7 +14,7 @@ To start feature integration, integrate the required features and Glue APIs: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| |Wishlist|{{page.version}}| | ### 1) Add translations diff --git a/_includes/pbc/all/install-features/202204.0/install-the-cms-product-lists-catalog-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-cms-product-lists-catalog-feature.md index 7c6807b115f..b999bbba361 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-cms-product-lists-catalog-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-cms-product-lists-catalog-feature.md @@ -13,10 +13,10 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | -| Cms | {{page.version}} | [Install the CMS feature](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-feature.html) | -| Product Lists | {{page.version}} | [Product Lists feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-lists-feature-integration.html) | -| Catalog | {{page.version}} | | -| Customer | {{page.version}} | | +| Cms | {{page.version}} | [Install the CMS feature](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-feature.html) | +| Product Lists | {{page.version}} | [Product Lists feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-lists-featureinstall-features/install-the-product-lists-feature.html) | +| Catalog | {{page.version}} | | +| Customer | {{page.version}} | | ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202204.0/install-the-company-account-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-company-account-feature.md index e94a434ee0b..feaa385e4e1 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-company-account-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-company-account-feature.md @@ -652,7 +652,7 @@ class CompanyBusinessUnitGuiDependencyProvider extends SprykerCompanyBusinessUni Log in to a customer account that has multiple company users and a default one. In the session, check if the default company user is assigned to the customer and if the `IsOnBehalf` property is set correctly for the customer. -Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/generate-login-tokens.html). To make sure the `CompanyBusinessUnitCompanyUserStorageExpanderPlugin` is set up correctly, check the data exported to the key-value storage key `kv:company_user:1` for `id_company_business_unit:id` and `id_company_business_unit` must be set up to a correct foreign key of the business unit that the company user is assigned to. diff --git a/_includes/pbc/all/install-features/202204.0/install-the-configurable-bundle-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-configurable-bundle-feature.md index 7efd8217d99..12835328b4b 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-configurable-bundle-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-configurable-bundle-feature.md @@ -16,7 +16,7 @@ Install the required features: | Spryker Core | {{page.version}} | [Spryker Сore feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | | Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html)| | Product | {{page.version}} |[Product feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-feature-integration.html)| -| Product Lists | {{page.version}} | Product Lists feature integration | [Product Lists feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-lists-feature-integration.html) | +| Product Lists | {{page.version}} | Product Lists feature integration | [Product Lists feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-lists-featureinstall-features/install-the-product-lists-feature.html) | ### 1) Install the required modules using Composer @@ -926,7 +926,7 @@ class CartDependencyProvider extends SprykerCartDependencyProvider * The quantity of bundle has changed. * Do the following: - 1. Make clean up for the configured bundle item (in the `session/database` storage): `$itemTransfer->getConfiguredBundleItem()->setQuantityPerSlot(null)`. + 1. Make clean up for the configured bundle item (in the `session/database` storage): `$itemTransfer->getConfiguredBundleItem()->setQuantityPerSlot(null)`. 2. Reload the cart page and make sure that `ConfiguredBundleItem::quantityPerSlot` is not null. 3. For the configured bundle item, set the wrong quantity to `ConfiguredBundle::quantity`. 4. Make sure that after updating the configured bundle quantity on the cart page error flash message is displayed. diff --git a/_includes/pbc/all/install-features/202204.0/install-the-product-configuration-feature.md b/_includes/pbc/all/install-features/202204.0/install-the-product-configuration-feature.md index 621e5cb2193..2815b231416 100644 --- a/_includes/pbc/all/install-features/202204.0/install-the-product-configuration-feature.md +++ b/_includes/pbc/all/install-features/202204.0/install-the-product-configuration-feature.md @@ -16,7 +16,7 @@ Install the required features: | Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | | Product |{{page.version}} |[Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html)| | Cart| {{page.version}}| [Cart feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/cart-feature-integration.html)| -| Order Management| {{page.version}} |[Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/order-management-feature-integration.html)| +| Order Management| {{page.version}} |[Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html)| | Checkout |{{page.version}} |[Install the Checkout feature](/docs/scos/dev/feature-integration-guides/{{page.version}}/checkout-feature-integration.html)| | Prices |{{page.version}} |[Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-prices-feature.html)| | Inventory Management |{{page.version}} |[Inventory management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/inventory-management-feature-integration.html)| diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-company-account-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-company-account-glue-api.md index 9228e0b4b95..72e20108fa6 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-company-account-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-company-account-glue-api.md @@ -762,7 +762,7 @@ To verify that feature is set up correctly go throw the following steps: 1. [Authenticate as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html). -2. [Retrieve available company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/searching-by-company-users.html#retrieve-available-company-users). +2. [Retrieve available company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html#retrieve-available-company-users). 3. Using the company user ID you’ve retrieved in the previous step, [authenticate as a company user](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html#authenticate-as-a-company-user). Check that the response contains all the necessary data. diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md index 7d7e349654c..bedb8bb4055 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md @@ -193,5 +193,5 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Glue API: Configurable Bundle Feature | ✓ | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Glue API: Configurable Bundle Feature | ✓ | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | Glue API: Configurable Bundle + Product Feature | ✓ | [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md index e944095a420..dcedb1182eb 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md @@ -9,7 +9,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Spryker Core | {{page.version}} | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | -| Configurable Bundle | {{page.version}} | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Configurable Bundle | {{page.version}} | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | Product | {{page.version}} | [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) | ## 1) Install the required modules using Composer @@ -106,5 +106,5 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Glue API: Configurable Bundle | ✓ | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Glue API: Configurable Bundle | ✓ | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | GLUE: Configurable Bundle + Cart | ✓ | [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-customer-account-management-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-customer-account-management-glue-api.md index 72924b06ddc..ee3f13dbe61 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-customer-account-management-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-customer-account-management-glue-api.md @@ -739,7 +739,7 @@ Ensure that the following endpoints are available: Ensure that the addresses resource relationship is registered correctly: -1. [Add a customer address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html#add-an-address). +1. [Add a customer address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html#add-an-address). 2. Send the request: `GET https://glue.mysprykershop.com/customers/{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}?include=addresses`. diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-order-management-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-order-management-glue-api.md index 3c4a8e9e5da..262f7f7aa87 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-order-management-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-order-management-glue-api.md @@ -69,7 +69,7 @@ Activate the following plugins: {% info_block infoBox %} -`OrdersResourceRoutePlugin` GET verb is a protected resource. For more details, see the `configure` function [Resource routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +`OrdersResourceRoutePlugin` GET verb is a protected resource. For more details, see the `configure` function [Resource routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-product-relations-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-product-relations-glue-api.md index 6bde42e1b12..0d7f2c187ef 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-product-relations-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-product-relations-glue-api.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | REQUIRED SUB-FEATURE| |---|---|---| |Spryker Core| {{page.version}} |[Glue Application](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html)| -|Product Relation| {{page.version}} | [Product relations feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-relations-feature-integration.html)| +|Product Relation| {{page.version}} | [Product relations feature integration](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/install-the-product-relations-feature.html)| |Cart| {{page.version}}| [Cart API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html) || Product| {{page.version}} |[Products API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html)| diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shared-carts-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shared-carts-glue-api.md index 4b7abe03474..43c50071d9f 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shared-carts-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shared-carts-glue-api.md @@ -109,7 +109,7 @@ The result should be 0 records. * `CartPermissionGroupsResourceRoutePlugin` is a protected resource for the `GET` request. -For more details, see the `configure` function in [Resource Routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +For more details, see the `configure` function in [Resource Routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shipment-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shipment-glue-api.md index 57eb2dbf7aa..1c97d6b87a8 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shipment-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shipment-glue-api.md @@ -1,7 +1,7 @@ -This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/carrier-management.html) feature API into a Spryker project. +This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) feature API into a Spryker project. ## Install feature core diff --git a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shopping-lists-glue-api.md b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shopping-lists-glue-api.md index 9b52e5a3405..6c3cd8b211e 100644 --- a/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shopping-lists-glue-api.md +++ b/_includes/pbc/all/install-features/202212.0/install-glue-api/install-the-shopping-lists-glue-api.md @@ -108,7 +108,7 @@ SELECT COUNT(*) FROM spy_shopping_list_item WHERE uuid IS NULL; {% info_block infoBox %} -`ShoppingListsResourcePlugin` GET, POST, PATCH and DELETE, `ShoppingListItemsResourcePlugin` POST, PATCH and DELETE verbs are protected resources. For details, refer to the Configure section of [Glue Infrastructure documentation](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +`ShoppingListsResourcePlugin` GET, POST, PATCH and DELETE, `ShoppingListItemsResourcePlugin` POST, PATCH and DELETE verbs are protected resources. For details, refer to the Configure section of [Glue Infrastructure documentation](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-product-labels-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-product-labels-feature.md index 0cdd85e36af..e0860353169 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-product-labels-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-product-labels-feature.md @@ -12,8 +12,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| -|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-labels-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| +|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-labels-feature.html)| ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-wishlist-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-wishlist-feature.md index 9dea06f31e2..6002afdb3c4 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-wishlist-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-alternative-products-wishlist-feature.md @@ -14,7 +14,7 @@ To start feature integration, integrate the required features and Glue APIs: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| |Wishlist|{{page.version}}| | ### 1) Add translations diff --git a/_includes/pbc/all/install-features/202212.0/install-the-company-account-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-company-account-feature.md index e044750ea9e..db4fdb19001 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-company-account-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-company-account-feature.md @@ -652,7 +652,7 @@ class CompanyBusinessUnitGuiDependencyProvider extends SprykerCompanyBusinessUni Log in to a customer account which has multiple company users and a default one. In the session, check if the default company user is assigned to the customer and the `IsOnBehalf` property is set correctly for the customer. -Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html). To make sure the `CompanyBusinessUnitCompanyUserStorageExpanderPlugin` is set up correctly, check the data exported to the key-value storage key `kv:company_user:1` for the `id_company_business_unit:id`. `id_company_business_unit` must be set up to a correct foreign key of the business unit that the company user is assigned to. diff --git a/_includes/pbc/all/install-features/202212.0/install-the-order-management-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-order-management-feature.md index bfe62045f6f..879838928e8 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-order-management-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-order-management-feature.md @@ -1329,6 +1329,6 @@ Integrate the following related features: | Company Account + Order Management feature integration | | [Company Account + Order Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-order-management-feature.html) | | Product + Order Management feature integration | | [Product + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-order-management-feature-integration.html) | | Customer Account Management + Order Management feature integration | | [Customer Account Management + Order Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-order-management-feature.html) | -| Packaging Units feature integration | | [Packaging Units feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/packaging-units-feature-integration.html) | +| Packaging Units feature integration | | [Packaging Units feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html) | | Product + Order Management feature integration | | [Product + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-order-management-feature-integration.html) | -| Product Options + Order Management feature integration | | [Product Options + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-options-order-management-feature-integration.html) | +| Product Options + Order Management feature integration | | [Product Options + Order Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-options-order-management-feature.html) | diff --git a/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-cart-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-cart-feature.md index b5780838ec4..5cf2493c436 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-cart-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-cart-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | EXPECTED DIRECTORY | INTEGRATION GUIDE | | --- | --- | --- | -| Spryker Core | {{page.version}} | [Spryker Core feature integration](docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html)| +| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html)| | Product Bundles | {{page.version}} | [Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-feature-integration.html)| | Cart | {{page.version}} | | diff --git a/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-feature.md b/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-feature.md index 0eb04a72b9d..59ade5c1c8c 100644 --- a/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-feature.md +++ b/_includes/pbc/all/install-features/202212.0/install-the-product-bundles-feature.md @@ -294,4 +294,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Product Bundles + Punchout GUI | | [Eco: Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{site.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-product-bundles-feature.html) | +| Product Bundles + Punchout GUI | | [Eco: Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{site.version}}/install-features/install-the-eco-punchout-catalogs-product-bundles-feature.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md index 0b3f9fe1efb..8fbb54ebfdd 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-|-|-| -| Packaging Units | {{page.version}} | [Packaging Units feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/packaging-units-feature-integration.html) | +| Packaging Units | {{page.version}} | [Packaging Units feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html) | | Marketplace Inventory Management | {{page.version}} | [Marketplace Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-inventory-management-feature.html) | | Marketplace Order Management | {{page.version}} | [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-merchant-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-merchant-feature.md index 18cb97d2802..0d2363ee6b4 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-merchant-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-merchant-feature.md @@ -1531,4 +1531,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | -| -| Marketplace Merchant API | ✓ | [Marketplace Merchant feature integration ](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html) | +| Marketplace Merchant API | ✓ | [Marketplace Merchant feature integration ](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-cart-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-cart-feature.md index c329dc30ea3..90c6f6813b0 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-cart-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-cart-feature.md @@ -143,4 +143,4 @@ Make sure that the product offer reference (and sold by merchant) is added to th | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | - | -| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | +| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-feature.md index a62b3eb974b..a521ded2bcc 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-marketplace-product-offer-feature.md @@ -1729,10 +1729,10 @@ class ProductSearchWidgetDependencyProvider extends SprykerProductSearchWidgetDe |--------------|---------------|-----------------| | Combined Product Offer Import | | [Combined Product Offer Import integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/combined-product-offer-import-feature-integration.html) | | Marketplace Product Offer Prices | | [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | -| Marketplace Merchant Portal Product Offer Management | | [Marketplace Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | +| Marketplace Merchant Portal Product Offer Management | | [Marketplace Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | | Marketplace Product Offer API | | [Glue API: Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) | | Marketplace Product + Marketplace Product Offer | | [Marketplace Product + Marketplace Product Offer feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-marketplace-product-offer-feature.html) | -| Marketplace Product Offer + Cart | | [Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-cart-feature-integration.html) | -| Marketplace Product Offer + Checkout | | [Marketplace Product Offer + Checkout feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-checkout-feature-integration.html) | +| Marketplace Product Offer + Cart | | [Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-cart-feature.html) | +| Marketplace Product Offer + Checkout | | [Marketplace Product Offer + Checkout feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-checkout-feature.html) | | Marketplace Product Offer + Prices | | [Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | | Marketplace Product Offer + Quick Add to Cart | | [Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-opening-hours-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-opening-hours-feature.md index e7c79ecc2ce..7879b1599f2 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-opening-hours-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-opening-hours-feature.md @@ -688,4 +688,4 @@ Make sure that the following widget was registered: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | - | -| Merchant Opening Hours API | | [Glue API: Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) | +| Merchant Opening Hours API | | [Glue API: Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md index e552fd7c35c..23353a80bfb 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md @@ -8,7 +8,7 @@ To start feature integration, install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | --------- | ------------| -| Marketplace Merchant Portal Product Offer Management | {{page.version}} | [Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | +| Marketplace Merchant Portal Product Offer Management | {{page.version}} | [Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | | Merchant Portal - Marketplace Order Management | {{page.version}} | [Marketplace Merchant Portal Order Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-portal-marketplace-order-management-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md index e1462a36459..622a7434e9c 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | ------------------ | ----------- | ----------| -| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-feature-integration.html)| +| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-feature.html)| | Customer Account Management | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ### 1) Set up the transfer objects diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-feature.md index 05c3b1eaaca..48b10453e95 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-feature.md @@ -296,5 +296,5 @@ Make sure that the following widgets were registered: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | |--------------------------------------------------|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Merchant Switcher + Customer Account Management | | [Merchant Switcher + Customer Account Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-customer-account-management-feature-integration.html) | -| Merchant Switcher + Wishlist | | [ Merchant Switcher + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-wishlist-feature-integration.html) | +| Merchant Switcher + Customer Account Management | | [Merchant Switcher + Customer Account Management feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-customer-account-management-feature.html) | +| Merchant Switcher + Wishlist | | [ Merchant Switcher + Wishlist feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-wishlist-feature.html) | diff --git a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-wishlist-feature.md b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-wishlist-feature.md index 11034a400fb..30df321ab77 100644 --- a/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-wishlist-feature.md +++ b/_includes/pbc/all/install-features/202212.0/marketplace/install-the-merchant-switcher-wishlist-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-|-|-| -| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-feature-integration.html)| +| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-feature.html)| | Marketplace Wishlist | {{page.version}} | [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-customer-account-management-feature.md b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-customer-account-management-feature.md index ab010f5a665..3f298cff364 100644 --- a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-customer-account-management-feature.md @@ -52,7 +52,7 @@ class CustomerConfig extends SprykerCustomerConfig {% info_block warningBox "Verification" %} -1. [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html). +1. [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html). 2. On the **Customers** page, next to the created customer, click **View**. 3. On the **View Customer** page, make sure that the **Customer Reference** contains the prefix you've configured. diff --git a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-prices-feature.md b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-prices-feature.md index dedcbc24946..82e639af276 100644 --- a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-prices-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore-the-prices-feature.md @@ -24,7 +24,7 @@ Install the required features: Since Dynamic Multistore is now enabled, configuration of stores is stored in the database, making `config/Shared/stores.php` deprecated. The default store configuration is imported using new data import modules, like `CurrencyDataImport`. These modules populate the store configuration in the database. -The `Currency` module is responsible for extending store data and configuring it in the database. For upgrade instructions, see [Upgrade the Currency module](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/upgrade-the-currency-module.html). +The `Currency` module is responsible for extending store data and configuring it in the database. For upgrade instructions, see [Upgrade the Currency module](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-currency-module.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore.md b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore.md index b448a98cd62..6d18deb12be 100644 --- a/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore.md +++ b/_includes/pbc/all/install-features/202307.0/install-dynamic-multistore.md @@ -21,9 +21,9 @@ In order to make Dynamic Store work, new major versions of 3 modules must be upd | Currency | ^4.0.0 | Migration guides can be found here: -[Country](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/update-the-country-module.html) -[Locale](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/update-the-locale-module.html) -[Currency](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/update-the-currency-module.html) +[Country](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-country-module.html) +[Locale](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-locale-module.html) +[Currency](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-currency-module.html) ### 2) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-agent-assist-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-agent-assist-glue-api.md index f81e68e0d15..07420e9c9b1 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-agent-assist-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-agent-assist-glue-api.md @@ -11,7 +11,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Spryker Core | {{page.version}} | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | -| Customer Account Management + Agent Assist | {{page.version}} | [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | +| Customer Account Management + Agent Assist | {{page.version}} | [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | ## 1) Install the required modules using Composer @@ -84,7 +84,7 @@ Activate the following plugins: | AgentRestUserValidatorPlugin | Checks if the `RestRequest.restUser` is an Agent when an agent-only resource is accessed. | None | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | | AgentAccessTokenRestUserFinderPlugin | Finds the Rest user for the `X-Agent-Authorization` header. | None | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | | AgentAccessTokensResourceRoutePlugin | Provides the `/agent-access-tokens` resource route. | None | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | -| AgentCustomerImpersonationAccessTokensResourceRoutePlugin | Provides the `/agent-customer-impersonation-access-tokens` resource route. | The Customer impersonation grant type must be configured. See the [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) for details. | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | +| AgentCustomerImpersonationAccessTokensResourceRoutePlugin | Provides the `/agent-customer-impersonation-access-tokens` resource route. | The Customer impersonation grant type must be configured. See the [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) for details. | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | | AgentCustomerSearchResourceRoutePlugin | Provides the `/agent-customer-search` resource route. | None | Spryker\Glue\AgentAuthRestApi\Plugin\GlueApplication | @@ -211,5 +211,5 @@ Integrate the following related features: | FEATURE | INTEGRATION GUIDE | | --- | --- | -| Customer account management | [Customer account management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | -| Customer account management + Agent assist | [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | +| Customer account management | [Customer account management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Customer account management + Agent assist | [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-company-account-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-company-account-glue-api.md index f21a2b917c4..88bae91e8b0 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-company-account-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-company-account-glue-api.md @@ -15,7 +15,7 @@ To start the feature integration, overview and install the necessary features: | FEATURE OR GLUE API | VERSION | INTEGRATION GUIDE | | ----------------- | ---------- | --------------------- | | Glue API: Spryker Core | {{page.version}} | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | -| Company Account | {{page.version}} | [Company account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-company-account-feature.html) | +| Company Account | {{page.version}} | [Company account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html) | | Glue API: Customer Account Management | {{page.version}} | [Glue API: Customer Account Management feature integration](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-the-customer-account-management-glue-api.html) | | Glue API: Glue Application | {{page.version}} | [Glue API: Glue Application feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | UUID Generation Console | {{page.version}} | | @@ -762,7 +762,7 @@ To verify that feature is set up correctly go throw the following steps: 1. [Authenticate as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html). -2. [Retrieve available company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/searching-by-company-users.html#retrieve-available-company-users). +2. [Retrieve available company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html#retrieve-available-company-users). 3. Using the company user ID you’ve retrieved in the previous step, [authenticate as a company user](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html#authenticate-as-a-company-user). Check that the response contains all the necessary data. diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md index 7d7e349654c..bedb8bb4055 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md @@ -193,5 +193,5 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Glue API: Configurable Bundle Feature | ✓ | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Glue API: Configurable Bundle Feature | ✓ | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | Glue API: Configurable Bundle + Product Feature | ✓ | [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md index e944095a420..dcedb1182eb 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-product-glue-api.md @@ -9,7 +9,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Spryker Core | {{page.version}} | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | -| Configurable Bundle | {{page.version}} | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Configurable Bundle | {{page.version}} | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | Product | {{page.version}} | [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) | ## 1) Install the required modules using Composer @@ -106,5 +106,5 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Glue API: Configurable Bundle | ✓ | [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) | +| Glue API: Configurable Bundle | ✓ | [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | GLUE: Configurable Bundle + Cart | ✓ | [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-access-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-access-glue-api.md index 6472edb47c3..8405df6b645 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-access-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-access-glue-api.md @@ -16,7 +16,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Spryker Core | {{page.version}} | [Feature API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | -| Customer Access | {{page.version}} | [Feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-access-feature.html) | +| Customer Access | {{page.version}} | [Feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-access-feature.html) | ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-account-management-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-account-management-glue-api.md index 25988544b95..ee3f13dbe61 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-account-management-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-customer-account-management-glue-api.md @@ -22,7 +22,7 @@ Install the required features: | Glue API: Glue Application | {{page.version}} | [Glue API: Glue Application feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | Glue API: Shipment | {{page.version}} | [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) | | Glue API: Checkout | {{page.version}} | [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-checkout-feature-integration.html) | -| Customer Account Management | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Customer Account Management | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ## 1) Install the required modules using Composer @@ -739,7 +739,7 @@ Ensure that the following endpoints are available: Ensure that the addresses resource relationship is registered correctly: -1. [Add a customer address](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html#add-an-address). +1. [Add a customer address](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html#add-an-address). 2. Send the request: `GET https://glue.mysprykershop.com/customers/{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}?include=addresses`. diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-order-management-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-order-management-glue-api.md index 3c4a8e9e5da..262f7f7aa87 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-order-management-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-order-management-glue-api.md @@ -69,7 +69,7 @@ Activate the following plugins: {% info_block infoBox %} -`OrdersResourceRoutePlugin` GET verb is a protected resource. For more details, see the `configure` function [Resource routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +`OrdersResourceRoutePlugin` GET verb is a protected resource. For more details, see the `configure` function [Resource routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-rating-and-reviews-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-rating-and-reviews-glue-api.md index a46bd7b851d..daa8e75ea02 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-rating-and-reviews-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-rating-and-reviews-glue-api.md @@ -13,7 +13,7 @@ To start feature integration, integrate the required features and Glue APIs: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | -| Spryker Core Glue API | {{page.version}} | [Install the Spryker Core Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-spryker-core-feature-integration.html) | +| Spryker Core Glue API | {{page.version}} | [Install the Spryker Core Glue API](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | Product Rating & Reviews | {{page.version}} | [Install the Product Rating and Reviews feature](/docs/pbc/all/ratings-reviews/{{page.version}}/install-and-upgrade/install-the-product-rating-and-reviews-feature.html) | ### 1) Install the required modules using Composer @@ -89,12 +89,12 @@ Activate the following plugins: ```php {% endinfo_block %} - - - diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-relations-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-relations-glue-api.md index 6bde42e1b12..0d7f2c187ef 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-relations-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-product-relations-glue-api.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | REQUIRED SUB-FEATURE| |---|---|---| |Spryker Core| {{page.version}} |[Glue Application](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html)| -|Product Relation| {{page.version}} | [Product relations feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-relations-feature-integration.html)| +|Product Relation| {{page.version}} | [Product relations feature integration](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/install-the-product-relations-feature.html)| |Cart| {{page.version}}| [Cart API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html) || Product| {{page.version}} |[Products API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html)| diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-quotation-process-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-quotation-process-glue-api.md index 37fe8b7e005..2ddc51295c7 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-quotation-process-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-quotation-process-glue-api.md @@ -12,8 +12,8 @@ To start feature integration, integrate the required features and Glue APIs: |---------------------|------------------|--------------------| | Spryker Core API | {{page.version}} | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | Cart API | {{page.version}} | [Install the Cart Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html) | -| Company Account API | {{page.version}} | [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | -| Agent Assist API | {{page.version}} | [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) | +| Company Account API | {{page.version}} | [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | +| Agent Assist API | {{page.version}} | [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) | | Quotation Process | {{page.version}} | [Install the Quotation Process feature](/docs/pbc/all/request-for-quote/{{page.version}}/install-and-upgrade/install-features/install-the-quotation-process-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shared-carts-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shared-carts-glue-api.md index 4b7abe03474..43c50071d9f 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shared-carts-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shared-carts-glue-api.md @@ -109,7 +109,7 @@ The result should be 0 records. * `CartPermissionGroupsResourceRoutePlugin` is a protected resource for the `GET` request. -For more details, see the `configure` function in [Resource Routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +For more details, see the `configure` function in [Resource Routing](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shipment-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shipment-glue-api.md index 57eb2dbf7aa..1c97d6b87a8 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shipment-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shipment-glue-api.md @@ -1,7 +1,7 @@ -This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/carrier-management.html) feature API into a Spryker project. +This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) feature API into a Spryker project. ## Install feature core diff --git a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shopping-lists-glue-api.md b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shopping-lists-glue-api.md index 9b52e5a3405..6c3cd8b211e 100644 --- a/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shopping-lists-glue-api.md +++ b/_includes/pbc/all/install-features/202307.0/install-glue-api/install-the-shopping-lists-glue-api.md @@ -108,7 +108,7 @@ SELECT COUNT(*) FROM spy_shopping_list_item WHERE uuid IS NULL; {% info_block infoBox %} -`ShoppingListsResourcePlugin` GET, POST, PATCH and DELETE, `ShoppingListItemsResourcePlugin` POST, PATCH and DELETE verbs are protected resources. For details, refer to the Configure section of [Glue Infrastructure documentation](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastucture/glue-infrastructure.html). +`ShoppingListsResourcePlugin` GET, POST, PATCH and DELETE, `ShoppingListItemsResourcePlugin` POST, PATCH and DELETE verbs are protected resources. For details, refer to the Configure section of [Glue Infrastructure documentation](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/glue-infrastructure.html). {% endinfo_block %} diff --git a/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-cart-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-cart-feature.md index 1b89ec680b5..75d7df8f705 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-cart-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-cart-feature.md @@ -9,7 +9,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | ------------ | ------- | ------------------------------------------------------------ | | Spryker Core | {{page.version}} | [Spryker Сore feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | -| Agent Assist | {{page.version}} | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | +| Agent Assist | {{page.version}} | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | | Cart | {{page.version}} | [Install the Cart Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-cart-feature-integration.html) | @@ -58,4 +58,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | ----------------- | ------------ | ----------------------- | -| Agent Assist + Shopping List | | [Agent Assist + Shopping List feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-shopping-list-feature.html) | +| Agent Assist + Shopping List | | [Agent Assist + Shopping List feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-shopping-list-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-shopping-list-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-shopping-list-feature.md index 693095e75dc..84b95897f2a 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-shopping-list-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-agent-assist-shopping-list-feature.md @@ -9,7 +9,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | ------------- | ------- | ------------------------------------------------------------ | | Spryker Core | master | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | -| Agent Assist | master | [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | +| Agent Assist | master | [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | | Shopping List | master | [Shopping lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-shopping-lists-feature.html) | ## 1) Set up behavior @@ -56,5 +56,5 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | ---------- | ---------------- | ----------------- | -| Agent Assist | ✓ | [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | -| Agent Assist + Cart | | [Install the Agent Assist + Cart feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-cart-feature.html) | +| Agent Assist | ✓ | [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | +| Agent Assist + Cart | | [Install the Agent Assist + Cart feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-cart-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-product-labels-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-product-labels-feature.md index 0cdd85e36af..e0860353169 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-product-labels-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-product-labels-feature.md @@ -12,8 +12,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| -|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-labels-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| +|Product Labels| {{page.version}} | [Product Labels feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-labels-feature.html)| ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-wishlist-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-wishlist-feature.md index 9dea06f31e2..6002afdb3c4 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-wishlist-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-alternative-products-wishlist-feature.md @@ -14,7 +14,7 @@ To start feature integration, integrate the required features and Glue APIs: | NAME | VERSION | INTEGRATION GUIDE| |---|---|---| -|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/alternative-products-feature-integration.html)| +|Alternative Products| {{page.version}} | [Alternative Products feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html)| |Wishlist|{{page.version}}| | ### 1) Add translations diff --git a/_includes/pbc/all/install-features/202307.0/install-the-cart-notes-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-cart-notes-feature.md index 72032a70a48..8524590faf0 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-cart-notes-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-cart-notes-feature.md @@ -13,7 +13,7 @@ To start feature integration, integrate the required feature: | NAME | VERSION | INTEGRATE GUIDE | |------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------| -| Order Management | {{page.version}} | [Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-order-management-feature.html) | +| Order Management | {{page.version}} | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) | ## 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202307.0/install-the-company-account-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-company-account-feature.md index e044750ea9e..db4fdb19001 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-company-account-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-company-account-feature.md @@ -652,7 +652,7 @@ class CompanyBusinessUnitGuiDependencyProvider extends SprykerCompanyBusinessUni Log in to a customer account which has multiple company users and a default one. In the session, check if the default company user is assigned to the customer and the `IsOnBehalf` property is set correctly for the customer. -Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +Make sure that token generation for a company user works. For more information, see [HowTo: Generate a Token for Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html). To make sure the `CompanyBusinessUnitCompanyUserStorageExpanderPlugin` is set up correctly, check the data exported to the key-value storage key `kv:company_user:1` for the `id_company_business_unit:id`. `id_company_business_unit` must be set up to a correct foreign key of the business unit that the company user is assigned to. diff --git a/_includes/pbc/all/install-features/202307.0/install-the-customer-access-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-customer-access-feature.md index f3ab59fb33a..0415c9b01ea 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-customer-access-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-customer-access-feature.md @@ -1,6 +1,6 @@ -This document describes how to integrate the [Customer Access feature](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/customer-access-feature-overview.md) into a Spryker project. +This document describes how to integrate the [Customer Access feature](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/customer-access-feature-overview.html) into a Spryker project. ## Install Feature Core diff --git a/_includes/pbc/all/install-features/202307.0/install-the-customer-account-management-agent-assist-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-customer-account-management-agent-assist-feature.md index eaf597e78e9..13de197c997 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-customer-account-management-agent-assist-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-customer-account-management-agent-assist-feature.md @@ -12,8 +12,8 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | |-----------------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Customer Account ManagemenT | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | -| Agent Assist | {{page.version}} | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | +| Customer Account ManagemenT | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Agent Assist | {{page.version}} | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | ### 1) Install the required modules using Composer @@ -275,6 +275,6 @@ Install the following related features: | FEATURE | INTEGRATION GUIDE | |-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Customer Account Management | [Customer Acount Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | -| Agent Assist | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | -| Agent Assist API | [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) | +| Customer Account Management | [Customer Acount Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Agent Assist | [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | +| Agent Assist API | [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-file-manager-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-file-manager-feature.md index ca4d4db6865..015da5533f2 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-file-manager-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-file-manager-feature.md @@ -1,7 +1,7 @@ -This document describes how to integrate the [File Manager feature](/docs/scos/user/features/{{page.version}}/file-manager-feature-overview/file-manager-feature-overview.html) into a Spryker project. +This document describes how to integrate the [File Manager feature](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/file-manager-feature-overview.html) into a Spryker project. ## Install feature core diff --git a/_includes/pbc/all/install-features/202307.0/install-the-gift-cards-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-gift-cards-feature.md index 69591a53e17..d86039aca8e 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-gift-cards-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-gift-cards-feature.md @@ -12,12 +12,12 @@ Install the required features: | NAME | VERSION | INTEGRATE GUIDE | | --- | --- | --- | -| Spryker Core | {{site.version}}| [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | +| Spryker Core | {{site.version}}| [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | Cart | {{site.version}} |[Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html)| |Product | {{site.version}} |[Product feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html)| |Payments | {{site.version}} |[Payments feature integration](/docs/pbc/all/payment-service-provider/{{page.version}}/spryker-pay/base-shop/install-and-upgrade/install-the-payments-feature.html)| -| Shipment | {{site.version}} |[Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-the-shipment-feature.html)| -| Order Management | {{site.version}} |[Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/order-management-feature-integration.html)| +| Shipment | {{site.version}} |[Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html)| +| Order Management | {{site.version}} |[Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html)| | Mailing & Notifications | {{site.version}} |[Mailing & Notifications feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/mailing-and-notifications-feature-integration.html)| | Promotions & Discounts | {{site.version}} |[Integrate the Promotions & Discounts feature](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/install-the-promotions-and-discounts-feature.html)| diff --git a/_includes/pbc/all/install-features/202307.0/install-the-multiple-carts-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-multiple-carts-feature.md index b6410fa23e2..34172775a2e 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-multiple-carts-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-multiple-carts-feature.md @@ -1,7 +1,7 @@ -This document describes how to integrate the [Multiple Carts feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/multiple-carts-feature-overview.md) into a Spryker project. +This document describes how to integrate the [Multiple Carts feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/multiple-carts-feature-overview.html) into a Spryker project. ## Install feature core @@ -14,7 +14,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-----------------|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | Spryker Core | {{page.version}} | [Spryker Сore feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | -| Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/install-and-upgrade/install-features/install-the-cart-feature.html) | +| Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html) | | Persistent Cart | {{page.version}} | | @@ -471,7 +471,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-----------------|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | Spryker Core | {{page.version}} | [Spryker Сore feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | -| Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/install-and-upgrade/install-features/install-the-cart-feature.html) | +| Cart | {{page.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html) | | Persistent Cart | {{page.version}} | | ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202307.0/install-the-packaging-units-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-packaging-units-feature.md index 9b2a55d1aa3..a19053dc536 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-packaging-units-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-packaging-units-feature.md @@ -14,8 +14,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |---|---|---| | Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html)| -| Order Management | {{site.version}} | [Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/order-management-feature-integration.html) -| Inventory Management | {{site.version}} | [Inventory Management feature integration](docs/scos/dev/feature-integration-guides/{{site.version}}/install-the-inventory-management-feature.md) | +| Order Management | {{site.version}} | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) +| Inventory Management | {{site.version}} | [Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-inventory-management-feature.html) | | Product | {{site.version}} | [Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/product-feature-integration.html) | | Measurement Units | {{page.version}} | [Install the Measurement Units feature](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-measurement-units-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-cart-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-cart-feature.md index b5780838ec4..5cf2493c436 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-cart-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-cart-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | EXPECTED DIRECTORY | INTEGRATION GUIDE | | --- | --- | --- | -| Spryker Core | {{page.version}} | [Spryker Core feature integration](docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html)| +| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html)| | Product Bundles | {{page.version}} | [Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-feature-integration.html)| | Cart | {{page.version}} | | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-feature.md index 0eb04a72b9d..59ade5c1c8c 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-product-bundles-feature.md @@ -294,4 +294,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | --- | --- | --- | -| Product Bundles + Punchout GUI | | [Eco: Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{site.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-product-bundles-feature.html) | +| Product Bundles + Punchout GUI | | [Eco: Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{site.version}}/install-features/install-the-eco-punchout-catalogs-product-bundles-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/install-the-product-labels-promotions-and-discounts-feature.md b/_includes/pbc/all/install-features/202307.0/install-the-product-labels-promotions-and-discounts-feature.md index 33e76ae60f5..b2b1c15df4d 100644 --- a/_includes/pbc/all/install-features/202307.0/install-the-product-labels-promotions-and-discounts-feature.md +++ b/_includes/pbc/all/install-features/202307.0/install-the-product-labels-promotions-and-discounts-feature.md @@ -14,7 +14,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------| | Promotions & Discounts | {{site.version}} | [Promotions & Discounts feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/promotions-and-discounts-feature-integration.html) | -| Product Labels | {{site.version}} | [Product Labels feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/product-labels-feature-integration.html) | +| Product Labels | {{site.version}} | [Product Labels feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-labels-feature.html) | | Spryker Core | {{site.version}} | [Spryker Сore feature integration](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-marketplace-shipment-customer-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-marketplace-shipment-customer-feature.md index cfaed187e0e..7f45fcf6869 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-marketplace-shipment-customer-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-marketplace-shipment-customer-feature.md @@ -11,7 +11,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------- | ------ | -----------| | Marketplace Shipment | {{page.version}} | [Marketplace Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/marketplace/install-features/install-marketplace-shipment-feature.html) | -| Customer | {{page.version}} | [Customer account management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Customer | {{page.version}} | [Customer account management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md index 0b3f9fe1efb..8fbb54ebfdd 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-inventory-management-packaging-units-feature.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-|-|-| -| Packaging Units | {{page.version}} | [Packaging Units feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/packaging-units-feature-integration.html) | +| Packaging Units | {{page.version}} | [Packaging Units feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html) | | Marketplace Inventory Management | {{page.version}} | [Marketplace Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-inventory-management-feature.html) | | Marketplace Order Management | {{page.version}} | [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-merchant-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-merchant-feature.md index 18cb97d2802..0d2363ee6b4 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-merchant-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-merchant-feature.md @@ -1531,4 +1531,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | -| -| Marketplace Merchant API | ✓ | [Marketplace Merchant feature integration ](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html) | +| Marketplace Merchant API | ✓ | [Marketplace Merchant feature integration ](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-feature.md index 0238610370d..a490c98e2ac 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-feature.md @@ -287,7 +287,7 @@ class ProductManagementDependencyProvider extends SprykerProductManagementDepend Make sure that you can filter products by merchants at `https://zed.de.demo-spryker.com/product-management`. -Make sure that you can see the merchant name at `https://zed.de.demo-spryker.com/product-management/view?id-product-abstract={id-product-abstract}}`. It is applicable only for products that are assigned to some merchant. For details, the [6) Import merchant product data](#6-import-merchant-product-data) step. +Make sure that you can see the merchant name at `https://zed.de.demo-spryker.com/product-management/view?id-product-abstract={id-product-abstract}}`. It is applicable only for products that are assigned to some merchant. For details, the [6) Import merchant product data](#import-merchant-product-data) step. {% endinfo_block %} @@ -819,4 +819,3 @@ Make sure you can filter concrete products by merchant reference while searching | Marketplace Product + Inventory Management | | [Marketplace Product + Inventory Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-inventory-management-feature-integration.html) | | Marketplace Product + Cart | | [Marketplace Product + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-cart-feature-integration.html) | | Marketplace Product + Quick Add to Cart | | [Marketplace Product + Quick Add to Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-quick-add-to-cart-feature-integration.html) | - diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-cart-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-cart-feature.md index c329dc30ea3..90c6f6813b0 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-cart-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-cart-feature.md @@ -143,4 +143,4 @@ Make sure that the product offer reference (and sold by merchant) is added to th | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | - | -| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | +| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-feature.md index 5a9053b363d..d6cc14098b8 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |----------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | +| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | Marketplace Merchant | {{page.version}} | [Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html) | | Product | {{page.version}} | [Product feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-feature-integration.html) | @@ -234,7 +234,7 @@ class PublisherDependencyProvider extends SprykerPublisherDependencyProvider new ProductOfferStoreProductConcreteWritePublisherPlugin(), ]; } - + /** * @return array<\Spryker\Zed\PublisherExtension\Dependency\Plugin\PublisherTriggerPluginInterface> */ @@ -445,7 +445,7 @@ class MerchantProductOfferSearchConfig extends SprykerMerchantProductOfferSearch } ``` -4. Set up the product feature setup +4. Set up the product feature setup **src/Pyz/Zed/Product/ProductDependencyProvider.php** @@ -1626,7 +1626,7 @@ To start feature integration, integrate the following features: | NAME | VERSION | INTEGRATION GUIDE | |----------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | +| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | Marketplace Merchant | {{page.version}} | [Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html) | ### 1) Install the required modules using Composer @@ -1806,10 +1806,10 @@ class ProductSearchWidgetDependencyProvider extends SprykerProductSearchWidgetDe |------------------------------------------------------|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Combined Product Offer Import | | [Combined Product Offer Import integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/combined-product-offer-import-feature-integration.html) | | Marketplace Product Offer Prices | | [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | -| Marketplace Merchant Portal Product Offer Management | | [Marketplace Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | -| Marketplace Product Offer API | | [Glue API: Marketplace Product Offer feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-feature-integration.html) | +| Marketplace Merchant Portal Product Offer Management | | [Marketplace Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | +| Marketplace Product Offer API | | [Glue API: Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) | | Marketplace Product + Marketplace Product Offer | | [Marketplace Product + Marketplace Product Offer feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-marketplace-product-offer-feature.html) | -| Marketplace Product Offer + Cart | | [Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-cart-feature-integration.html) | -| Marketplace Product Offer + Checkout | | [Marketplace Product Offer + Checkout feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-checkout-feature-integration.html) | +| Marketplace Product Offer + Cart | | [Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-cart-feature.html) | +| Marketplace Product Offer + Checkout | | [Marketplace Product Offer + Checkout feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-checkout-feature.html) | | Marketplace Product Offer + Prices | | [Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | | Marketplace Product Offer + Quick Add to Cart | | [Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-prices-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-prices-feature.md index 9e80ca8b2e7..93f88639fcb 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-prices-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-prices-feature.md @@ -1,6 +1,6 @@ -This document describes how to integrate the [Marketplace Product Offer Prices](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-prices-feature-walkthrough.html) feature into a Spryker project. +This document describes how to integrate the [Marketplace Product Offer Prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/marketplace-product-offer-prices-feature-overview.html) feature into a Spryker project. ## Install feature core @@ -12,9 +12,9 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |---|---|---| -| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | +| Spryker Core | {{page.version}} | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | Prices | {{page.version}} |[Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-prices-feature.html) | -| Marketplace Product Offer | {{page.version}} | [Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-featurerketplace-product-offer-feature.html) | +| Marketplace Product Offer | {{page.version}} | [Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) | ### 1) Install the required modules using Composer @@ -1178,4 +1178,4 @@ Make sure the following: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | -------------- | -------------------------------- | ----------------- | -| Marketplace Product Offer + Prices API | | [Glue API: Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | \ No newline at end of file +| Marketplace Product Offer + Prices API | | [Glue API: Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-opening-hours-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-opening-hours-feature.md index e7c79ecc2ce..7879b1599f2 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-opening-hours-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-opening-hours-feature.md @@ -688,4 +688,4 @@ Make sure that the following widget was registered: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | - | - | - | -| Merchant Opening Hours API | | [Glue API: Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) | +| Merchant Opening Hours API | | [Glue API: Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md index e552fd7c35c..23353a80bfb 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-portal-marketplace-merchant-portal-product-offer-management-merchant-portal-order-management-feature.md @@ -8,7 +8,7 @@ To start feature integration, install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | --------- | ------------| -| Marketplace Merchant Portal Product Offer Management | {{page.version}} | [Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | +| Marketplace Merchant Portal Product Offer Management | {{page.version}} | [Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | | Merchant Portal - Marketplace Order Management | {{page.version}} | [Marketplace Merchant Portal Order Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-portal-marketplace-order-management-feature-integration.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md index e80b549687c..622a7434e9c 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-customer-account-management-feature.md @@ -12,8 +12,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | ------------------ | ----------- | ----------| -| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-feature-integration.html)| -| Customer Account Management | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-feature.html)| +| Customer Account Management | {{page.version}} | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ### 1) Set up the transfer objects diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-feature.md index 05c3b1eaaca..48b10453e95 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-feature.md @@ -296,5 +296,5 @@ Make sure that the following widgets were registered: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | |--------------------------------------------------|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Merchant Switcher + Customer Account Management | | [Merchant Switcher + Customer Account Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-customer-account-management-feature-integration.html) | -| Merchant Switcher + Wishlist | | [ Merchant Switcher + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-wishlist-feature-integration.html) | +| Merchant Switcher + Customer Account Management | | [Merchant Switcher + Customer Account Management feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-customer-account-management-feature.html) | +| Merchant Switcher + Wishlist | | [ Merchant Switcher + Wishlist feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-wishlist-feature.html) | diff --git a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-wishlist-feature.md b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-wishlist-feature.md index 11034a400fb..30df321ab77 100644 --- a/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-wishlist-feature.md +++ b/_includes/pbc/all/install-features/202307.0/marketplace/install-the-merchant-switcher-wishlist-feature.md @@ -12,7 +12,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-|-|-| -| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-feature-integration.html)| +| Merchant Switcher | {{page.version}} | [Merchant Switcher feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-switcher-feature.html)| | Marketplace Wishlist | {{page.version}} | [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202400.0/install-the-order-management-inventory-management-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-order-management-inventory-management-feature.md index 3752b139cbf..6367c97bd33 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-order-management-inventory-management-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-order-management-inventory-management-feature.md @@ -24,8 +24,8 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |----------------------|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------| -| Order Management | {{page.version}} | [Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/order-management-feature-integration.html) | -| Inventory Management | {{page.version}} | [Inventory Management feature integration](docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-inventory-management-feature.md) | +| Order Management | {{page.version}} | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) | +| Inventory Management | {{page.version}} | [Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-inventory-management-feature.html) | ### 1) Set up behavior diff --git a/_includes/pbc/all/install-features/202400.0/install-the-service-points-customer-account-management-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-service-points-customer-account-management-feature.md index 89642085cf6..70c9342701f 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-service-points-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-service-points-customer-account-management-feature.md @@ -1,7 +1,7 @@ -This document describes how to integrate the Service Points + [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-account-management-feature-overview.html) feature into a Spryker project. +This document describes how to integrate the Service Points + [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html) feature into a Spryker project. ## Install feature core @@ -14,7 +14,7 @@ To start feature integration, integrate the required features: | NAME | VERSION | INTEGRATION GUIDE | |-----------------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Service Points | {{page.version}} | [Install the Service Points feature](/docs/pbc/all/service-points/{{page.version}}/unified-commerce/install-the-service-points-feature.html) | -| Customer Account Management | {{page.version}} | [Install the Customer Account Management feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Customer Account Management | {{page.version}} | [Install the Customer Account Management feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ## 1) Add translations diff --git a/_includes/pbc/all/install-features/202400.0/install-the-shipment-customer-account-management-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-shipment-customer-account-management-feature.md index 5b284aea32e..133ba525f0e 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-shipment-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-shipment-customer-account-management-feature.md @@ -1,7 +1,7 @@ -This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) + [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-account-management-feature-overview.html) feature into a Spryker project. +This document describes how to integrate the [Shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) + [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html) feature into a Spryker project. ## Install feature core @@ -14,7 +14,7 @@ To start feature integration, integrate the required features: | NAME | VERSION | INTEGRATION GUIDE | |-----------------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Shipment | {{page.version}} | [Install the Shipment feature](/docs/pbc/all/carrier-management/{{page.version}}/install-and-upgrade/install-the-shipment-feature.html) | -| Customer Account Management | {{page.version}} | [Install the Customer Account Management feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | +| Customer Account Management | {{page.version}} | [Install the Customer Account Management feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | ## 1) Add translations diff --git a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-inventory-management-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-inventory-management-feature.md index 6b2c56854ca..7f6368180be 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-inventory-management-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-inventory-management-feature.md @@ -1,4 +1,4 @@ -This document describes how to integrate the Warehouse picking + [Inventory Management](/docs/pbc/all/warehouse-management-system/{{page.version}}/inventory-management-feature-overview.html) feature into a Spryker project. +This document describes how to integrate the Warehouse picking + [Inventory Management](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/inventory-management-feature-overview.html) feature into a Spryker project. ## Install feature core @@ -11,7 +11,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |----------------------|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------| | Warehouse Picking | {{page.version}} | [Warehouse Picking feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-warehouse-picking-feature.html) | -| Inventory Management | {{page.version}} | [Inventory Management feature integration](docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-inventory-management-feature.md) | +| Inventory Management | {{page.version}} | [Inventory Management feature integration](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-inventory-management-feature.html) | ## 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-order-management-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-order-management-feature.md index 04b2aef005c..4954a2e68b8 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-order-management-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-order-management-feature.md @@ -13,7 +13,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-------------------|------------------|------------------------------------------------------------------------------------------------------------------------------------------------| | Warehouse Picking | {{page.version}} | [Warehouse Picking feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-warehouse-picking-feature.html) | -| Order Management | {{page.version}} | [Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/order-management-feature-integration.html) | +| Order Management | {{page.version}} | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) | ## 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-shipment-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-shipment-feature.md index 278bd986bdf..d562cf98b41 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-shipment-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-warehouse-picking-shipment-feature.md @@ -15,7 +15,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |-------------------|------------------|------------------------------------------------------------------------------------------------------------------------------------------------| | Warehouse Picking | {{page.version}} | [Warehouse Picking feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/install-the-warehouse-picking-feature.html) | -| Shipment | {{page.version}} | [Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-feature.html) | +| Shipment | {{page.version}} | [Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | ## 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-glue-api.md b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-glue-api.md index 2a28c189357..fb55146c45d 100644 --- a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-glue-api.md @@ -132,6 +132,6 @@ Make sure that `MerchantByMerchantReferenceResourceRelationshipPlugin` is set up | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | -------------- | -------------------------------- | ----------------- | | Marketplace Product Offer + Prices API | | [Glue API: Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | -| Marketplace Product Offer + Volume Prices API | | [Glue API: Marketplace Product Offer + Volume Prices feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-volume-prices-feature-integration.html) | -| Marketplace Product Offer + Wishlist API | | [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | -| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | +| Marketplace Product Offer + Volume Prices API | | [Glue API: Marketplace Product Offer + Volume Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.html) | +| Marketplace Product Offer + Wishlist API | | [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | +| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md index 8ba5dd46d9d..affb43d303b 100644 --- a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md @@ -122,4 +122,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | |---|---|---| -| Marketplace Product Offer Prices + Wishlist Glue API | ✓ | [Glue API: Marketplace Product Offer Prices + Wishlist feature integration ](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-prices-wishlist-feature-integration.html) | +| Marketplace Product Offer Prices + Wishlist Glue API | ✓ | [Glue API: Marketplace Product Offer Prices + Wishlist feature integration ](//docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md index 865dc0a38c1..c21b098c7d4 100644 --- a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | ------- | ---------- | -| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-wishlist-feature-integration.html) | +| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | | Marketplace Product Offer Prices API | {{page.version}} |[Glue API: Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-merchant-opening-hours-glue-api.md b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-merchant-opening-hours-glue-api.md index 6dad6067d6b..100d5d5189a 100644 --- a/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-merchant-opening-hours-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202212.0/marketplace/install-the-merchant-opening-hours-glue-api.md @@ -11,7 +11,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | ----------- | ------ | --------------| -| Merchant Opening Hours | {{page.version}} | [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-opening-hours-feature.html) | +| Merchant Opening Hours | {{page.version}} | [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-opening-hours-feature.html) | ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/install-glue-api/202307.0/install-the-dynamic-multistore-glue-api.md b/_includes/pbc/all/install-glue-api/202307.0/install-the-dynamic-multistore-glue-api.md index e4b1688783a..4540369002a 100644 --- a/_includes/pbc/all/install-glue-api/202307.0/install-the-dynamic-multistore-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202307.0/install-the-dynamic-multistore-glue-api.md @@ -67,8 +67,8 @@ Send one of the following requests: | ENDPOINT | HEADER | |-|-| -| https://glue.mysprykershop.com | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | -| https://glue.mysprykershop.com?_store=DE | [{"key":"Accept-Language","value":"de_DE"}] | +| `https://glue.mysprykershop.com` | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | +| `https://glue.mysprykershop.com?_store=DE` | [{"key":"Accept-Language","value":"de_DE"}] | Make sure the response contains the following: * The `content-language` header set to `de_DE`. @@ -108,8 +108,8 @@ Send one of the following requests: | ENDPOINT | HEADER | |-|-| -| https://glue-backend.mysprykershop.com` | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | -| https://glue.mysprykershop.com?_store=DE | [{"key":"Accept-Language","value":"de_DE"}] | +| `https://glue-backend.mysprykershop.com` | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | +| `https://glue.mysprykershop.com?_store=DE` | [{"key":"Accept-Language","value":"de_DE"}] | Make sure you get a response containing the `content-language` header set to `de_DE`. @@ -173,8 +173,8 @@ Send one of the following requests: | ENDPOINT | HEADER | |-|-| -| https://glue-storefront.mysprykershop.com | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | -| https://glue.mysprykershop.com?_store=DE | [{"key":"Accept-Language","value":"de_DE"}] | +| `https://glue-storefront.mysprykershop.com` | [{"key":"Accept-Language","value":"de_DE"},{"key":"Store","value":"DE"}] | +| `https://glue.mysprykershop.com?_store=DE` | [{"key":"Accept-Language","value":"de_DE"}] | Make sure you get a response containing the `content-language` header set to `de_DE` diff --git a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-glue-api.md b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-glue-api.md index 2a28c189357..fb55146c45d 100644 --- a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-glue-api.md @@ -132,6 +132,6 @@ Make sure that `MerchantByMerchantReferenceResourceRelationshipPlugin` is set up | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | | -------------- | -------------------------------- | ----------------- | | Marketplace Product Offer + Prices API | | [Glue API: Marketplace Product Offer + Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | -| Marketplace Product Offer + Volume Prices API | | [Glue API: Marketplace Product Offer + Volume Prices feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-volume-prices-feature-integration.html) | -| Marketplace Product Offer + Wishlist API | | [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | -| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | +| Marketplace Product Offer + Volume Prices API | | [Glue API: Marketplace Product Offer + Volume Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.html) | +| Marketplace Product Offer + Wishlist API | | [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | +| Marketplace Product Offer + Cart API | | [Glue API: Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md index 8ba5dd46d9d..fc7a0f01fa1 100644 --- a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md @@ -122,4 +122,4 @@ Integrate the following related features: | FEATURE | REQUIRED FOR THE CURRENT FEATURE | INTEGRATION GUIDE | |---|---|---| -| Marketplace Product Offer Prices + Wishlist Glue API | ✓ | [Glue API: Marketplace Product Offer Prices + Wishlist feature integration ](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-prices-wishlist-feature-integration.html) | +| Marketplace Product Offer Prices + Wishlist Glue API | ✓ | [Glue API: Marketplace Product Offer Prices + Wishlist feature integration ](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md index 865dc0a38c1..c21b098c7d4 100644 --- a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-wishlist-glue-api.md @@ -10,7 +10,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | ------- | ---------- | -| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-wishlist-feature-integration.html) | +| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | | Marketplace Product Offer Prices API | {{page.version}} |[Glue API: Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | diff --git a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-merchant-opening-hours-glue-api.md b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-merchant-opening-hours-glue-api.md index 6dad6067d6b..100d5d5189a 100644 --- a/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-merchant-opening-hours-glue-api.md +++ b/_includes/pbc/all/install-glue-api/202307.0/marketplace/install-the-merchant-opening-hours-glue-api.md @@ -11,7 +11,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | ----------- | ------ | --------------| -| Merchant Opening Hours | {{page.version}} | [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-opening-hours-feature.html) | +| Merchant Opening Hours | {{page.version}} | [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-opening-hours-feature.html) | ### 1) Install the required modules using Composer diff --git a/_includes/pbc/all/upgrade-modules/upgrade-the-merchantgui-module.md b/_includes/pbc/all/upgrade-modules/upgrade-the-merchantgui-module.md index f84acf6cb30..205181e358a 100644 --- a/_includes/pbc/all/upgrade-modules/upgrade-the-merchantgui-module.md +++ b/_includes/pbc/all/upgrade-modules/upgrade-the-merchantgui-module.md @@ -11,7 +11,7 @@ Other changes are: {% info_block infoBox "Info" %} -Keep in mind that `MerchantGui` module migration depends on the [Merchant](/docs/scos/dev/module-migration-guides/migration-guide-merchant.html#upgrading-from-version-2-to-version-3) module migration. +Keep in mind that `MerchantGui` module migration depends on the [Merchant](/docs/pbc/all/merchant-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-the-merchant-module.html#upgrading-from-version-2-to-version-3) module migration. {% endinfo_block %} @@ -133,7 +133,7 @@ composer require spryker/merchant-gui:"^2.0.0" --update-with-dependencies {% info_block infoBox "Info" %} -Also, check the Migration Guide for the [Merchant](/docs/scos/dev/module-migration-guides/migration-guide-merchant.html#upgrading-from-version-1-to-version-2). +Also, check the Migration Guide for the [Merchant](/docs/pbc/all/merchant-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-the-merchant-module.html#upgrading-from-version-1-to-version-2). {% endinfo_block %} diff --git a/docs/marketplace/dev/data-export/202204.0/data-export-merchant-orders-csv-files-format.md b/docs/marketplace/dev/data-export/202204.0/data-export-merchant-orders-csv-files-format.md index 04dc8907114..fd87d55584d 100644 --- a/docs/marketplace/dev/data-export/202204.0/data-export-merchant-orders-csv-files-format.md +++ b/docs/marketplace/dev/data-export/202204.0/data-export-merchant-orders-csv-files-format.md @@ -5,7 +5,7 @@ description: This document contains content of merchant-orders, merchant order-i template: import-file-template related: - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- This document contains content of the following files you get when [exporting data on orders](/docs/scos/dev/data-export/{{page.version}}/data-export.html) generated in Spryker: diff --git a/docs/marketplace/dev/data-import/202204.0/file-details-merchant-oms-process.csv.md b/docs/marketplace/dev/data-import/202204.0/file-details-merchant-oms-process.csv.md index dedb789e427..ec61b735e0d 100644 --- a/docs/marketplace/dev/data-import/202204.0/file-details-merchant-oms-process.csv.md +++ b/docs/marketplace/dev/data-import/202204.0/file-details-merchant-oms-process.csv.md @@ -7,12 +7,12 @@ related: - title: Merchant Oms link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-order-management-feature-walkthrough/merchant-oms.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Execution order of data importers in Demo Shop link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `merchant_oms_process.csv` file to configure [Merchant state machines](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) in your Spryker shop. +This document describes the `merchant_oms_process.csv` file to configure [Merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) in your Spryker shop. To import the file, run: diff --git a/docs/marketplace/dev/data-import/202204.0/file-details-merchant-order-status.csv.md b/docs/marketplace/dev/data-import/202204.0/file-details-merchant-order-status.csv.md index 77a24eca7f2..8aa72b0d767 100644 --- a/docs/marketplace/dev/data-import/202204.0/file-details-merchant-order-status.csv.md +++ b/docs/marketplace/dev/data-import/202204.0/file-details-merchant-order-status.csv.md @@ -5,7 +5,7 @@ description: This document describes the merchant-order-status.csv file to updat template: import-file-template related: - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Execution order of data importers in Demo Shop link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- @@ -28,7 +28,7 @@ The file should have the following parameters: | merchant_reference | | String | | Unique | Identifier of the merchant in the system. | | merchant_order_reference | | String | | Unique | Identifier of the merchant order in the system. | | order_item_reference | ✓ | String | | Unique | Identifier of the item in the order. | -| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/marketplace/user/features/{{site.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | +| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/pbc/all/order-management-system/{{site.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | ## Import file dependencies diff --git a/docs/marketplace/dev/data-import/202204.0/marketplace-setup.md b/docs/marketplace/dev/data-import/202204.0/marketplace-setup.md index 5a446702ce9..237a56ea10c 100644 --- a/docs/marketplace/dev/data-import/202204.0/marketplace-setup.md +++ b/docs/marketplace/dev/data-import/202204.0/marketplace-setup.md @@ -19,7 +19,7 @@ The following table provides details about Marketplace setup data importers, the | Merchant category | Imports merchant categories. | `data:import merchant-category` | [merchant_category.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-category.csv.html) | [merchant.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant.csv.html) | | Merchant users | Imports merchant users of the merchant. | `data:import merchant-user` | [merchant_user.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-user.csv.html) | [merchant.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant.csv.html) | | Merchant stores | Imports merchant stores. | `data:import merchant-store` | [merchant_store.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-store.csv.html) | | -| Merchant stock | Imports merchant stock details. | `data:import merchant-stock` | [merchant_stock.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-stock.csv.html) | | +| Merchant stock | Imports merchant stock details. | `data:import merchant-stock` | [merchant_stock.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-stock.csv.html) | | | Merchant OMS processes | Imports Merchant OMS processes. | `data:import merchant-oms-process` | [merchant_oms_process.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-oms-process.csv.html) | | | Merchant product offer | Imports basic merchant product offer information. | `data:import merchant-product-offer` | [merchant_product_offer.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-product-offer.csv.html) | | | Merchant product offer price | Imports product offer prices. | `data:import price-product-offer` | [price-product-offer.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-price-product-offer.csv.html) | | diff --git a/docs/marketplace/dev/feature-integration-guides/202212.0/feature-integration-guides.md b/docs/marketplace/dev/feature-integration-guides/202212.0/feature-integration-guides.md index b99527cc373..ae36363a9d4 100644 --- a/docs/marketplace/dev/feature-integration-guides/202212.0/feature-integration-guides.md +++ b/docs/marketplace/dev/feature-integration-guides/202212.0/feature-integration-guides.md @@ -7,12 +7,3 @@ template: concept-topic-template This section contains the following Marketplace feature integration guides: * [Marketplace Dummy Payment feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-dummy-payment-feature-integration.html) -* [Merchant Category feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-category-feature-integration.html) -* [Merchant Opening Hours feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-opening-hours-feature-integration.html) -* [Merchant Switcher feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-feature-integration.html) -* [Merchant Switcher + Customer Account Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-customer-account-management-feature-integration.html) -* [Merchant Switcher + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-switcher-wishlist-feature-integration.html) -* [Merchant Portal feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-portal-feature-integration.html) -* [Merchant Portal - Marketplace Product feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-portal-marketplace-product-feature-integration.html) -* [Merchant Portal - Marketplace Product Options Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/merchant-portal-marketplace-product-options-management-feature-integration.html) -* [Merchant Portal - Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) diff --git a/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-merchant-portal-core-feature-walkthrough/marketplace-merchant-portal-core-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-merchant-portal-core-feature-walkthrough/marketplace-merchant-portal-core-feature-walkthrough.md index a30c6d0622b..da0b16d6e9c 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-merchant-portal-core-feature-walkthrough/marketplace-merchant-portal-core-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-merchant-portal-core-feature-walkthrough/marketplace-merchant-portal-core-feature-walkthrough.md @@ -67,7 +67,7 @@ The `GuiTable` frontend component knows how to create the table itself, where to {% info_block warningBox "Table design" %} -To learn more about table design, see [Table design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/). +To learn more about table design, see [Table design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-design.html). {% endinfo_block %} diff --git a/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-order-management-feature-walkthrough/marketplace-order-management-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-order-management-feature-walkthrough/marketplace-order-management-feature-walkthrough.md index 9bb51595ab2..e3d41dce5e0 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-order-management-feature-walkthrough/marketplace-order-management-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202204.0/marketplace-order-management-feature-walkthrough/marketplace-order-management-feature-walkthrough.md @@ -8,11 +8,11 @@ related: - title: Marketplace Shipment link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-shipment-feature-walkthrough.html - title: Marketplace and merchant state machines - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: 'How-to: Create a new MerchantOms flow' - link: docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html + link: docs/pbc/all/order-management-system/{{site.version}}/marketplace/create-merchant-oms-flows.html --- @@ -23,7 +23,7 @@ By using `MerchantSalesOrderFacade::createMerchantOrderCollection()`, you can de {% info_block warningBox "User documentation" %} -To learn more about the feature and to find out how end users use it, see [Marketplace Order Management](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html) feature overview for business users. +To learn more about the feature and to find out how end users use it, see [Marketplace Order Management](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html) feature overview for business users. {% endinfo_block %} @@ -93,4 +93,4 @@ The *merchant order total* is the sum of the totals of items of an order relatin |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| | [Marketplace Order Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-order-management-feature-integration.html) | [Retrieving Marketplace orders](/docs/marketplace/dev/glue-api-guides/{{page.version}}/retrieving-marketplace-orders.html) | [File details: merchant_oms_process.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-oms-process.csv.html) | [MerchantOms](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-order-management-feature-walkthrough/merchant-oms.html) | -| [Marketplace Order Management + Order Threshold feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-order-management-order-threshold-feature-integration.html) | | [File details: merchant-order-status.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-order-status.csv.html) | [How-to: Creation a new MerchantOms flow](/docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html) | \ No newline at end of file +| [Marketplace Order Management + Order Threshold feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-order-management-order-threshold-feature-integration.html) | | [File details: merchant-order-status.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-order-status.csv.html) | [How-to: Creation a new MerchantOms flow](/docs/pbc/all/order-management-system/{{site.version}}/marketplace/create-merchant-oms-flows.html) | \ No newline at end of file diff --git a/docs/marketplace/dev/feature-walkthroughs/202212.0/feature-walkthroughs.md b/docs/marketplace/dev/feature-walkthroughs/202212.0/feature-walkthroughs.md index 0b6b2044918..481a2229d1f 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202212.0/feature-walkthroughs.md +++ b/docs/marketplace/dev/feature-walkthroughs/202212.0/feature-walkthroughs.md @@ -9,7 +9,6 @@ redirect_from: --- This section provides descriptions of Marketplace features from a development perspective. It includes the following feature walkthroughs: -* [Marketplace Product Offer Prices](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-prices-feature-walkthrough.html) * [persistence ACL](/docs/pbc/all/user-management/{{page.version}}/marketplace/persistence-acl-feature-overview/persistence-acl-feature-overview.html) * [Merchant Category](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/merchant-category-feature-walkthrough.html) * [Merchant Opening Hours](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/merchant-opening-hours-feature-walkthrough.html) diff --git a/docs/marketplace/user/back-office-user-guides/202204.0/marketplace/orders/managing-marketplace-orders.md b/docs/marketplace/user/back-office-user-guides/202204.0/marketplace/orders/managing-marketplace-orders.md index 71390e449be..d5d06aa80a0 100644 --- a/docs/marketplace/user/back-office-user-guides/202204.0/marketplace/orders/managing-marketplace-orders.md +++ b/docs/marketplace/user/back-office-user-guides/202204.0/marketplace/orders/managing-marketplace-orders.md @@ -5,7 +5,7 @@ description: This document describes how to manage marketplace orders in the Bac template: back-office-user-guide-template related: - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html --- This document describes how to manage marketplace orders. @@ -70,7 +70,7 @@ All columns with headers having arrows in **List of orders** are sortable. | | Trigger all matching states inside this order | Action button for changing the available states for all the items in the order. For details, see [Changing marketplace order states](#changing-marketplace-order-states). | | Custom Order Reference | | Custom number that can be added to the order. | | Customer | | Section with the information about the customer who has submitted the order. | -| | Reference | Unique reference of the customer in the system. The reference is clickable and leads to the *[View Customer](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/view-customers.html)* page. | +| | Reference | Unique reference of the customer in the system. The reference is clickable and leads to the *[View Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersview-customers.html)* page. | | | Name | Name of the customer. | | | Email | Customer’s email address. | | | Previous orders count | Number of orders the customer has submitted. | diff --git a/docs/marketplace/user/back-office-user-guides/202204.0/sales/managing-main-merchant-orders.md b/docs/marketplace/user/back-office-user-guides/202204.0/sales/managing-main-merchant-orders.md index b62448455aa..f30ad912928 100644 --- a/docs/marketplace/user/back-office-user-guides/202204.0/sales/managing-main-merchant-orders.md +++ b/docs/marketplace/user/back-office-user-guides/202204.0/sales/managing-main-merchant-orders.md @@ -7,7 +7,7 @@ related: - title: Managing main merchant returns link: docs/marketplace/user/back-office-user-guides/page.version/sales/managing-main-merchant-returns.html - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Main Merchant concept link: docs/marketplace/user/features/page.version/marketplace-merchant-feature-overview/main-merchant-concept.html --- diff --git a/docs/marketplace/user/features/202204.0/marketplace-merchant-feature-overview/main-merchant-concept.md b/docs/marketplace/user/features/202204.0/marketplace-merchant-feature-overview/main-merchant-concept.md index 5318ca30ae6..5a656657cc9 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-merchant-feature-overview/main-merchant-concept.md +++ b/docs/marketplace/user/features/202204.0/marketplace-merchant-feature-overview/main-merchant-concept.md @@ -15,7 +15,7 @@ Thus, the main merchant acts as a common [marketplace merchant](/docs/marketplac ## Main merchant orders and returns -Being both a [marketplace operator](/docs/marketplace/user/intro-to-spryker-marketplace/marketplace-personas.html) and a seller and already performing tasks in the Back Office, the main merchant manages their [merchant orders](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html) also in the Back Office. For details, see [Managing main merchant orders](/docs/marketplace/user/merchant-portal-user-guides/{{page.version}}/orders/managing-merchant-orders.html). +Being both a [marketplace operator](/docs/marketplace/user/intro-to-spryker-marketplace/marketplace-personas.html) and a seller and already performing tasks in the Back Office, the main merchant manages their [merchant orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html) also in the Back Office. For details, see [Managing main merchant orders](/docs/marketplace/user/merchant-portal-user-guides/{{page.version}}/orders/managing-merchant-orders.html). ## Main merchant state machine diff --git a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md index 6212afc4c66..a01df7b9cf7 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md +++ b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md @@ -4,13 +4,13 @@ description: This document contains details about how the Marketplace and mercha template: concept-topic-template related: - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- When viewed independently of each other, the Marketplace and Merchant State Machines workflows look like this: diff --git a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md index bf679e0d734..26177fc01ac 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md +++ b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md @@ -4,13 +4,13 @@ description: This document contains concept information about the Marketplace an template: concept-topic-template related: - title: Marketplace and merchant state machines interaction - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- The basic concept of state machines allows creating a patterned behavior and automation for complicated processes defined by the business, for example, order processes. diff --git a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md index d43f1d33d8b..1c91312f388 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md +++ b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md @@ -4,18 +4,18 @@ description: This document contains concept information for the Marketplace orde template: concept-topic-template related: - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders link: docs/marketplace/user/back-office-user-guides/page.version/marketplace/orders/managing-marketplace-orders.html --- -When a customer places an order on the Marketplace, the *Marketplace order* is created in the system. Compared to a regular order in Spryker Commerce OS, the Marketplace order contains information about merchants and one or several [merchant orders](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html). Thus, the Marketplace order represents a list of items a customer has bought from one or multiple merchants in a single order. +When a customer places an order on the Marketplace, the *Marketplace order* is created in the system. Compared to a regular order in Spryker Commerce OS, the Marketplace order contains information about merchants and one or several [merchant orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html). Thus, the Marketplace order represents a list of items a customer has bought from one or multiple merchants in a single order. ![Marketplace order](https://spryker.s3.eu-central-1.amazonaws.com/docs/Features/Marketplace/Marketplace+and+Merchant+orders/Marketplace+order+feature+overview/marketplace-order.png) @@ -28,7 +28,7 @@ From the customer perspective, the Marketplace order is a single order with prod The items in the Marketplace order are grouped by merchant and split into different shipments automatically by default. However, you can change this behavior on the project level according to your business requirements. During the checkout, customers can check how many shipments to expect and select different delivery addresses or methods based on their items. To learn more about multiple shipments, see the [Split Delivery feature overview](/docs/scos/user/features/{{page.version}}/order-management-feature-overview/split-delivery-overview.html). -As the Marketplace order contains details about offers and products a customer has bought from multiple merchants, the Marketplace order list with the related information is only available to the Marketplace administrator in the Back Office. Each [merchant order](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html) can be accessed and managed by the relevant merchant in the Merchant Portal. +As the Marketplace order contains details about offers and products a customer has bought from multiple merchants, the Marketplace order list with the related information is only available to the Marketplace administrator in the Back Office. Each [merchant order](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html) can be accessed and managed by the relevant merchant in the Merchant Portal. ![Merchant order in the Merchant Portal](https://spryker.s3.eu-central-1.amazonaws.com/docs/Features/Marketplace/Marketplace+and+Merchant+orders/Marketplace+order+feature+overview/merchant-order-in-merchant-portal.png) @@ -37,12 +37,12 @@ You can coordinate the Marketplace and merchant orders processing by triggering For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}//marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). -For details about how the two state machines interact, see [Marketplace and merchant state machine interactions](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). +For details about how the two state machines interact, see [Marketplace and merchant state machine interactions](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). ## Marketplace order calculation By default, calculations for the Marketplace order items are performed using the item price (product offer price or the price inherited from the concrete or abstract product), their totals, subtotal aggregation, and tax information. -The Marketplace order contains all the [totals from the Merchant orders](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html) and is defined by the following formula: +The Marketplace order contains all the [totals from the Merchant orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html) and is defined by the following formula: {% info_block infoBox "Info" %} @@ -77,16 +77,16 @@ In some cases, due to rounding, the amounts of Marketplace order totals can diff {% endinfo_block %} ## Next steps -* [Learn about the merchant orders](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html) -* [Learn about the Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html) +* [Learn about the merchant orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html) +* [Learn about the Marketplace and merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html) ## Related Business User documents |FEATURE OVERVIEWS |MERCHANT PORTAL USER GUIDES |BACK OFFICE USER GUIDES | |---------|---------|---------| -|[Merchant order overview](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/merchant-order-overview.html) |[Managing merchant orders](/docs/marketplace/user/merchant-portal-user-guides/{{page.version}}/orders/managing-merchant-orders.html) | | -|[Marketplace and merchant state machines overview](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html) | | | -|[Marketplace and merchant state machines interaction](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html) | | | +|[Merchant order overview](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html) |[Managing merchant orders](/docs/marketplace/user/merchant-portal-user-guides/{{page.version}}/orders/managing-merchant-orders.html) | | +|[Marketplace and merchant state machines overview](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html) | | | +|[Marketplace and merchant state machines interaction](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html) | | | {% info_block warningBox "Developer guides" %} diff --git a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-overview.md b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-overview.md index 312e997a4f3..3207b2019b8 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-overview.md +++ b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-order-overview.md @@ -4,13 +4,13 @@ description: This document contains concept information for the Marketplace orde template: concept-topic-template related: - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders link: docs/marketplace/user/back-office-user-guides/page.version/marketplace/orders/managing-marketplace-orders.html --- diff --git a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/merchant-order-overview.md b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/merchant-order-overview.md index e0a07a45598..4b48e2a92af 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/merchant-order-overview.md +++ b/docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/merchant-order-overview.md @@ -4,13 +4,13 @@ description: This document contains concept information for the Merchant order f template: concept-topic-template related: - title: Marketplace Order Management feature overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing merchant orders link: docs/marketplace/user/merchant-portal-user-guides/page.version/orders/managing-merchant-orders.html --- diff --git a/docs/marketplace/user/features/202204.0/marketplace-shipment-feature-overview.md b/docs/marketplace/user/features/202204.0/marketplace-shipment-feature-overview.md index ac92735ea7a..6cf249e4111 100644 --- a/docs/marketplace/user/features/202204.0/marketplace-shipment-feature-overview.md +++ b/docs/marketplace/user/features/202204.0/marketplace-shipment-feature-overview.md @@ -4,11 +4,11 @@ description: This document contains concept information for the Marketplace Ship template: concept-topic-template --- -The *Marketplace Shipment* feature allows splitting the [marketplace order](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html) into different shipments based on merchants who will process them. +The *Marketplace Shipment* feature allows splitting the [marketplace order](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html) into different shipments based on merchants who will process them. A *shipment* is a set of two or more products combined by the same delivery address. -With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. +With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. ## Marketplace Shipment on the Storefront diff --git a/docs/marketplace/user/merchant-portal-user-guides/202204.0/orders/managing-merchant-orders.md b/docs/marketplace/user/merchant-portal-user-guides/202204.0/orders/managing-merchant-orders.md index 52634c76b75..6dd8b6984c2 100644 --- a/docs/marketplace/user/merchant-portal-user-guides/202204.0/orders/managing-merchant-orders.md +++ b/docs/marketplace/user/merchant-portal-user-guides/202204.0/orders/managing-merchant-orders.md @@ -4,9 +4,9 @@ description: This document describes the actions a merchant can do in the Orders template: back-office-user-guide-template related: - title: Merchant order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/merchant-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/marketplace/user/features/202204.0/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html --- diff --git a/docs/pbc/all/back-office/202212.0/spryker-core-back-office-feature-overview.md b/docs/pbc/all/back-office/202212.0/spryker-core-back-office-feature-overview.md index 4ef42c3434a..82dbf1ba9f9 100644 --- a/docs/pbc/all/back-office/202212.0/spryker-core-back-office-feature-overview.md +++ b/docs/pbc/all/back-office/202212.0/spryker-core-back-office-feature-overview.md @@ -66,5 +66,5 @@ You can always define what exactly is going to be needed for your specific proje |INSTALLATION GUIDES | REFERENCES| |---------|---------| -| [Install the Spryker Core Back Office feature](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-the-spryker-core-back-office-feature.html) | [Back Office Translations overview](/docs/scos/user/features/{{page.version}}/spryker-core-back-office-feature-overview/back-office-translations-overview.html) | +| [Install the Spryker Core Back Office feature](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-the-spryker-core-back-office-feature.html) | [Back Office Translations overview](/docs/pbc/all/back-office/{{page.version}}/back-office-translations-overview.html) | | [Microsoft Azure Active Directory](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-microsoft-azure-active-directory.html) | [Users and rights overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/user-and-rights-overview.html) | diff --git a/docs/pbc/all/back-office/202307.0/spryker-core-back-office-feature-overview.md b/docs/pbc/all/back-office/202307.0/spryker-core-back-office-feature-overview.md index dbe5d26d891..6e7d0f05501 100644 --- a/docs/pbc/all/back-office/202307.0/spryker-core-back-office-feature-overview.md +++ b/docs/pbc/all/back-office/202307.0/spryker-core-back-office-feature-overview.md @@ -60,11 +60,10 @@ You can always define what exactly is going to be needed for your specific proje |BACK OFFICE USER GUIDES| |---| | [Get a general idea of the Back Office Translations](/docs/pbc/all/back-office/{{page.version}}/back-office-translations-overview.html) | -| [Log in to the Back Office](/docs/pbc/all/identity-access-management/{{page.version}}/log-into-the-back-office.html) | ## Related Developer articles |INSTALLATION GUIDES | REFERENCES| |---------|---------| | [Install the Spryker Core Back Office feature](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-the-spryker-core-back-office-feature.html) | [Back Office Translations overview](/docs/pbc/all/back-office/{{page.version}}/back-office-translations-overview.html) | -| [Microsoft Azure Active Directory](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-microsoft-azure-active-directory.html) | [Users and rights overview](/docs/pbc/all/user-management/{{page.version}}/user-and-rights-overview.html) | +| [Microsoft Azure Active Directory](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-microsoft-azure-active-directory.html) | [Users and rights overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/user-and-rights-overview.html) | diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md b/docs/pbc/all/carrier-management/202204.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md index 805d9b1f3a1..855a92ca435 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md @@ -15,7 +15,7 @@ related: - title: Migration Guide - Shipment link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- The main concerns regarding shipping services are: diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md index e3c1fd208ca..b2ba35ec4d4 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md @@ -15,7 +15,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/scos/user/features/{{page.version}}/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. +This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. The `shipment_method_store.csv` file contains the links between each shipment method used by each existing store. diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md index 5a6e101246d..ce88f983733 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md @@ -15,7 +15,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/scos/user/features/{{page.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run: diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment.csv.md b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment.csv.md index 33c325eed64..b27286e6645 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment.csv.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/import-and-export-data/file-details-shipment.csv.md @@ -18,7 +18,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment.csv` file to configure the [shipment](/docs/scos/user/features/{{page.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md b/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md index 239c835994a..3de654b77d1 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md @@ -20,7 +20,7 @@ related: - title: Shipment feature walkthrough link: docs/scos/dev/feature-walkthroughs/page.version/shipment-feature-walkthrough/shipment-feature-walkthrough.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Shipment + Approval Process feature integration link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html --- diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md b/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md index 4a61d348dfd..fbdfa1099b8 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md @@ -35,7 +35,7 @@ related: - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- {% include pbc/all/upgrade-modules/upgrade-the-shipment-module.md %} diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-carrier-companies.md b/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-carrier-companies.md index 683f1f6eac8..fad24bb9770 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-carrier-companies.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-carrier-companies.md @@ -15,9 +15,9 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202204.0/administration/delivery-methods/add-carrier-companies.html related: - title: Creating and Managing Delivery Methods - link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-and-managing-delivery-methods.html + link: docs/pbc/all/carrier-management/page.version/base-shop/manage-in-the-back-office/add-delivery-methods.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- To add a carrier company in the Back Office, follow these steps: @@ -39,5 +39,3 @@ To add a carrier company in the Back Office, follow these steps: ## Next steps Add shipment methods for the added company. For instructions, see [Add delivery methods](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/manage-in-the-back-office/add-delivery-methods.html) and [Edit delivery methods](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/manage-in-the-back-office/edit-delivery-methods.html). - - diff --git a/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-delivery-methods.md b/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-delivery-methods.md index da06eee2fd4..2f8a3003b0d 100644 --- a/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-delivery-methods.md +++ b/docs/pbc/all/carrier-management/202204.0/base-shop/manage-in-the-back-office/add-delivery-methods.md @@ -15,7 +15,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202204.0/administration/delivery-methods/add-delivery-methods.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Creating a Carrier Company link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-carrier-companies.html --- diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md b/docs/pbc/all/carrier-management/202212.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md index b26bcb94329..d76866995b0 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md @@ -15,7 +15,7 @@ related: - title: Migration Guide - Shipment link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- The main concerns regarding shipping services are: diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md index d35e5a5cb1b..925c35b8fc3 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md @@ -17,7 +17,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. +This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. The `shipment_method_store.csv` file contains the links between each shipment method used by each existing store. diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md index a6d4d03ff0e..cf1ef3f15e4 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md @@ -16,7 +16,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run: diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment.csv.md b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment.csv.md index 664b905f251..48a299e9556 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment.csv.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/import-and-export-data/file-details-shipment.csv.md @@ -20,7 +20,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment.csv` file to configure the [shipment](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md b/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md index 58581d4746f..86437155e5c 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md @@ -17,7 +17,7 @@ related: - title: Shipment feature walkthrough link: docs/scos/dev/feature-walkthroughs/page.version/shipment-feature-walkthrough/shipment-feature-walkthrough.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Shipment + Approval Process feature integration link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html --- diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md b/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md index d165b3f84f0..8fb17c47ad4 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md @@ -10,8 +10,6 @@ redirect_from: related: - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html - - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html --- {% include pbc/all/upgrade-modules/upgrade-the-shipment-module.md %} diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-carrier-companies.md b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-carrier-companies.md index cc28df1cfb9..522abca06ad 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-carrier-companies.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-carrier-companies.md @@ -10,9 +10,9 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202212.0/administration/delivery-methods/creating-carrier-companies.html related: - title: Creating and Managing Delivery Methods - link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-and-managing-delivery-methods.html + link: docs/pbc/all/carrier-management/page.version/base-shop/manage-in-the-back-office/add-delivery-methods.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- To add a carrier company in the Back Office, follow these steps: diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-delivery-methods.md b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-delivery-methods.md index f25c8e17644..7002d1543c1 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-delivery-methods.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-in-the-back-office/add-delivery-methods.md @@ -17,7 +17,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202212.0/administration/delivery-methods/add-delivery-methods.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Creating a Carrier Company link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-carrier-companies.html --- diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md index cb1eda8e7dc..599100d861b 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md @@ -11,7 +11,7 @@ This document describes how to retrieve shipments and shipment methods when subm For detailed information about the modules that provide the API functionality and any related installation instructions, see the following guides: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) ## Submit checkout data diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md index 2496a882255..29daedc3185 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md @@ -11,7 +11,7 @@ This document describes how to retrieve shipments in orders. For full informatio For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) * [Glue API: Order Management Feature Integration](/docs/pbc/all/order-management-system/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html) ## Retrieve an order diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md index 1bf71a0b0f5..dee4a1bec5f 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md @@ -16,7 +16,7 @@ This endpoint allows finalizing the checkout process by placing an order. After For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) ## Place an order @@ -352,7 +352,7 @@ To retrieve order shipments, include `orders` and `order-shipments`. {% include pbc/all/glue-api-guides/202212.0/check-out-puchases-response-attributes-of-included-resources.md %} -For the attributes of other included resources, see [Retrieve customer's order](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-orders.html) +For the attributes of other included resources, see [Retrieve customer's order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) ## Possible errors diff --git a/docs/pbc/all/carrier-management/202212.0/base-shop/shipment-feature-overview.md b/docs/pbc/all/carrier-management/202212.0/base-shop/shipment-feature-overview.md index 942292e78b5..30f6da27cbb 100644 --- a/docs/pbc/all/carrier-management/202212.0/base-shop/shipment-feature-overview.md +++ b/docs/pbc/all/carrier-management/202212.0/base-shop/shipment-feature-overview.md @@ -67,8 +67,8 @@ composer require spryker-feature/shipment:"{{page.version}}" --update-with-depen | INSTALLATION GUIDES | UPGRADE GUIDES | TUTORIALS AND HOWTOS | REFERENCES | |---|---|---|---| -| [Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | [Upgrade the Shipment module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html) | [HowTo: Create discounts based on shipment](/docs/pbc/all/discount-management/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html) | [Shipment method plugins: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html) | -| [Integrate the Shipment Glue API](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) | [Upgrade the ShipmentGui module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentgui-module.html) | [HowTo: Add a new shipment method 2.0](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/tutorials-and-howtos/howto-add-a-new-shipment-method-2.0.html) | [Shipment method entities in the database: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/domain-model-and-relationships/shipment-method-entities-in-the-database-reference-information.html) | +| [Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | [Upgrade the Shipment module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html) | [HowTo: Create discounts based on shipment](/docs/pbc/all/discount-management/{{page.version}}/base-shop/create-discounts-based-on-shipment.html) | [Shipment method plugins: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html) | +| [Integrate the Shipment Glue API](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) | [Upgrade the ShipmentGui module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentgui-module.html) | [HowTo: Add a new shipment method 2.0](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/tutorials-and-howtos/howto-add-a-new-shipment-method-2.0.html) | [Shipment method entities in the database: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/domain-model-and-relationships/shipment-method-entities-in-the-database-reference-information.html) | | [Integrate the Shipment + Approval Process feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html) | [Upgrade the ShipmentCartConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html) | | | | [Integrate the Shipment + Cart feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-cart-feature.html) | [Upgrade the ShipmentCheckoutConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html) | | | | | [Upgrade the ShipmentDiscountConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html) | | | diff --git a/docs/pbc/all/carrier-management/202212.0/marketplace/marketplace-shipment-feature-overview.md b/docs/pbc/all/carrier-management/202212.0/marketplace/marketplace-shipment-feature-overview.md index 48dad6e945f..6425c989c3c 100644 --- a/docs/pbc/all/carrier-management/202212.0/marketplace/marketplace-shipment-feature-overview.md +++ b/docs/pbc/all/carrier-management/202212.0/marketplace/marketplace-shipment-feature-overview.md @@ -11,7 +11,7 @@ The *Marketplace Shipment* feature allows splitting the [marketplace order](/doc A *shipment* is a set of two or more products combined by the same delivery address. -With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. +With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. ## Marketplace Shipment on the Storefront diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md b/docs/pbc/all/carrier-management/202307.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md index 5bb62f48df2..4312bbb5f8e 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/extend-and-customize/shipment-method-plugins-reference-information.md @@ -15,7 +15,7 @@ related: - title: Migration Guide - Shipment link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- The main concerns regarding shipping services are: diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md index 14e474f38f7..1fd1f9c5013 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md @@ -17,7 +17,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. +This document describes the `shipment_method_store.csv` file to configure [Shipment Method](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) and Store relation to be added to your Spryker Demo Shop. The `shipment_method_store.csv` file contains the links between each shipment method used by each existing store. diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md index 13e6f31478d..bb6d3fc9be9 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment-price.csv.md @@ -16,7 +16,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment_price.csv` file to configure the [Shipment Price](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run: diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment.csv.md b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment.csv.md index d501786196a..6aa9f65c005 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment.csv.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/import-and-export-data/file-details-shipment.csv.md @@ -20,7 +20,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `shipment.csv` file to configure the [shipment](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `shipment.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) information in your Spryker Demo Shop. To import the file, run diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md b/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md index b31c7b2f2f2..5dcbaab4ceb 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.md @@ -17,7 +17,7 @@ related: - title: Shipment feature walkthrough link: docs/scos/dev/feature-walkthroughs/page.version/shipment-feature-walkthrough/shipment-feature-walkthrough.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Shipment + Approval Process feature integration link: docs/pbc/all/carrier-management/page.version/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html --- diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md b/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md index d4685b4e723..4c516f85f48 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.md @@ -11,7 +11,7 @@ related: - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- {% include pbc/all/upgrade-modules/upgrade-the-shipment-module.md %} diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-carrier-companies.md b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-carrier-companies.md index 952f836bc7a..1daa3584b31 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-carrier-companies.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-carrier-companies.md @@ -10,9 +10,9 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/administration/delivery-methods/creating-carrier-companies.html related: - title: Creating and Managing Delivery Methods - link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-and-managing-delivery-methods.html + link: docs/pbc/all/carrier-management/page.version/base-shop/manage-in-the-back-office/add-delivery-methods.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- To add a carrier company in the Back Office, follow these steps: diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-delivery-methods.md b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-delivery-methods.md index 3cc01f87487..3ec35f07899 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-delivery-methods.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-in-the-back-office/add-delivery-methods.md @@ -17,7 +17,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/administration/delivery-methods/add-delivery-methods.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Creating a Carrier Company link: docs/scos/user/back-office-user-guides/page.version/administration/delivery-methods/creating-carrier-companies.html --- diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md index 7319abafa9e..f9c23932bc5 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.md @@ -11,7 +11,7 @@ This document describes how to retrieve shipments and shipment methods when subm For detailed information about the modules that provide the API functionality and any related installation instructions, see the following guides: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) ## Submit checkout data diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md index 519360de323..2b83cc2b105 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-in-orders.md @@ -11,7 +11,7 @@ This document describes how to retrieve shipments in orders. For full informatio For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) * [Glue API: Order Management Feature Integration](/docs/pbc/all/order-management-system/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html) ## Retrieve an order diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md index a7bb1805ded..39a8c66630d 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/manage-via-glue-api/retrieve-shipments-when-checking-out-purchases.md @@ -16,7 +16,7 @@ This endpoint allows finalizing the checkout process by placing an order. After For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) -* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) +* [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) ## Place an order @@ -352,7 +352,7 @@ To retrieve order shipments, include `orders` and `order-shipments`. {% include pbc/all/glue-api-guides/202307.0/check-out-puchases-response-attributes-of-included-resources.md %} -For the attributes of other included resources, see [Retrieve customer's order](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-orders.html) +For the attributes of other included resources, see [Retrieve customer's order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) ## Possible errors diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/shipment-feature-overview.md b/docs/pbc/all/carrier-management/202307.0/base-shop/shipment-feature-overview.md index 31983a78a39..8970a9471b1 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/shipment-feature-overview.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/shipment-feature-overview.md @@ -67,8 +67,8 @@ composer require spryker-feature/shipment:"{{page.version}}" --update-with-depen | INSTALLATION GUIDES | UPGRADE GUIDES | TUTORIALS AND HOWTOS | REFERENCES | |---|---|---|---| -| [Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | [Upgrade the Shipment module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html) | [HowTo: Create discounts based on shipment](/docs/pbc/all/discount-management/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html) | [Shipment method plugins: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html) | -| [Integrate the Shipment Glue API](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-glue-api/install-the-shipment-glue-api.html) | [Upgrade the ShipmentGui module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentgui-module.html) | [HowTo: Add a new shipment method 2.0](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/tutorials-and-howtos/howto-add-a-new-shipment-method-2.0.html) | [Shipment method entities in the database: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/domain-model-and-relationships/shipment-method-entities-in-the-database-reference-information.html) | +| [Integrate the Shipment feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | [Upgrade the Shipment module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html) | [HowTo: Create discounts based on shipment](/docs/pbc/all/discount-management/{{page.version}}/base-shop/create-discounts-based-on-shipment.html) | [Shipment method plugins: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html) | +| [Integrate the Shipment Glue API](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/install-and-upgrade/install-the-shipment-glue-api.html) | [Upgrade the ShipmentGui module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentgui-module.html) | [HowTo: Add a new shipment method 2.0](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/tutorials-and-howtos/howto-add-a-new-shipment-method-2.0.html) | [Shipment method entities in the database: reference information](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/domain-model-and-relationships/shipment-method-entities-in-the-database-reference-information.html) | | [Integrate the Shipment + Approval Process feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html) | [Upgrade the ShipmentCartConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html) | | | | [Integrate the Shipment + Cart feature](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-cart-feature.html) | [Upgrade the ShipmentCheckoutConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html) | | | | | [Upgrade the ShipmentDiscountConnector module](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html) | | | diff --git a/docs/pbc/all/carrier-management/202307.0/base-shop/third-party-integrations/paqato.md b/docs/pbc/all/carrier-management/202307.0/base-shop/third-party-integrations/paqato.md index 57d7ac72a06..54c5c343025 100644 --- a/docs/pbc/all/carrier-management/202307.0/base-shop/third-party-integrations/paqato.md +++ b/docs/pbc/all/carrier-management/202307.0/base-shop/third-party-integrations/paqato.md @@ -7,9 +7,6 @@ originalLink: https://documentation.spryker.com/2021080/docs/paqato originalArticleId: a08912d4-c05c-498a-867b-b4e1d04bd30f redirect_from: - /docs/scos/user/technology-partners/202307.0/shipment/paqato.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/carrier-management/202307.0/marketplace/marketplace-shipment-feature-overview.md b/docs/pbc/all/carrier-management/202307.0/marketplace/marketplace-shipment-feature-overview.md index 3e21a3ec9f3..e2053146240 100644 --- a/docs/pbc/all/carrier-management/202307.0/marketplace/marketplace-shipment-feature-overview.md +++ b/docs/pbc/all/carrier-management/202307.0/marketplace/marketplace-shipment-feature-overview.md @@ -11,7 +11,7 @@ The *Marketplace Shipment* feature allows splitting the [marketplace order](/doc A *shipment* is a set of two or more products combined by the same delivery address. -With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/marketplace/user/features/{{page.version}}/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. +With the Marketplace Shipment feature, every merchant can define delivery price and expected delivery time, tax sets, and availability of the delivery method per store. Thus, a [marketplace order](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html) has multiple delivery methods from different merchants. ## Marketplace Shipment on the Storefront diff --git a/docs/pbc/all/carrier-management/202400.0/unified-commerce/install-and-upgrade/install-the-shipment-feature.md b/docs/pbc/all/carrier-management/202400.0/unified-commerce/install-and-upgrade/install-the-shipment-feature.md index 988fc2857f5..72fac093bcd 100644 --- a/docs/pbc/all/carrier-management/202400.0/unified-commerce/install-and-upgrade/install-the-shipment-feature.md +++ b/docs/pbc/all/carrier-management/202400.0/unified-commerce/install-and-upgrade/install-the-shipment-feature.md @@ -12,7 +12,7 @@ redirect_from: - /docs/en/shipment-feature-integration related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: Shipment + Approval Process feature integration link: docs/scos/dev/feature-integration-guides/page.version/shipment-approval-process-feature-integration.html --- diff --git a/docs/pbc/all/cart-and-checkout/202204.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md b/docs/pbc/all/cart-and-checkout/202204.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md index d27b92360e5..d1a39477bbd 100644 --- a/docs/pbc/all/cart-and-checkout/202204.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md +++ b/docs/pbc/all/cart-and-checkout/202204.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md @@ -62,7 +62,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/checkout-feature-overview/checkout-feature-overview.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/checkout-feature-overview/checkout-feature-overview.md index b3d4eaf07e2..8006ae1b22b 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/checkout-feature-overview/checkout-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/checkout-feature-overview/checkout-feature-overview.md @@ -42,4 +42,4 @@ With order thresholds, you can do the following: | INSTALLATION GUIDES | UPGRADE GUIDES| DATA IMPORT | |---------|---------|---------| | [Install the Checkout feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-checkout-feature.html) | [Upgrade the Checkout module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkout-module.html) | [File details: sales_order_threshold.csv](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/import-and-export-data/file-details-sales-order-threshold.csv.html) | -| [Merchant feature integration](/docs/pbc/all/merchant-management/{{site.version}}/base-shop/install-and-upgrade/install-the-merchant-feature.html) | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html) | | +| [Merchant feature integration](/docs/pbc/all/merchant-management/{{site.version}}/base-shop/install-and-upgrade/install-the-merchant-feature.html) | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html) | | diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md index f8be360eea3..c5bf9720859 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md @@ -5,7 +5,7 @@ last_updated: Jun 18, 2021 template: feature-integration-guide-template related: - title: Glue API - Configurable Bundle feature integration - link: docs/scos/dev/feature-integration-guides/page.version/glue-api/glue-api-configurable-bundle-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html --- {% include pbc/all/install-features/{{page.version}}/install-glue-api/install-the-configurable-bundle-cart-glue-api.md %} diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md index 3057e7b8371..5e1c4918351 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md @@ -17,7 +17,7 @@ related: - title: Managing Merchant Order Thresholds link: docs/scos/user/back-office-user-guides/page.version/administration/define-merchant-order-thresholds.html - title: Managing Merchant Relations - link: docs/scos/user/back-office-user-guides/page.version/marketplace/merchants-and-merchant-relations/managing-merchant-relations.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html - title: Order Thresholds feature overview link: docs/scos/user/features/page.version/checkout-feature-overview/order-thresholds-overview.html --- diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md index 1a9982af31f..1fceb7f469a 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md @@ -24,7 +24,7 @@ The endpoint also provides information on whether it is necessary to redirect th For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) * [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) @@ -1205,7 +1205,7 @@ To retrieve order shipments, include `orders` and `order-shipments`. {% include pbc/all/glue-api-guides/202212.0/check-out-puchases-response-attributes-of-included-resources.md %} -For the attributes of other included resources, see [Retrieve customer's order](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-orders.html) +For the attributes of other included resources, see [Retrieve customer's order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) ## Possible errors diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md index 4c756330ffb..0ca87f501ee 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md @@ -18,7 +18,7 @@ related: - title: Managing gift cards of registered users link: docs/pbc/all/gift-cards/page.version/manage-using-glue-api/manage-gift-cards-of-registered-users.html - title: Retrieving customer carts - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-carts.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows managing carts by creating, retrieving, and deleting them. @@ -154,7 +154,7 @@ To retrieve all carts, send the request: {% info_block infoBox "Note" %} -Alternatively, you can retrieve all carts belonging to a customer through the **/customers/*{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*/carts** endpoint. For details, see [Retrieving customer carts](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-carts.html). +Alternatively, you can retrieve all carts belonging to a customer through the **/customers/*{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*/carts** endpoint. For details, see [Retrieving customer carts](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). {% endinfo_block %} diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md index 7542649b43d..079bdcf112c 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md @@ -30,7 +30,7 @@ For detailed information on the modules that provide the API functionality and r * [Glue API: Promotions & Discounts feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-promotions-and-discounts-feature-integration.html) * [Glue API: Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundles-feature-integration.html) * [Glue API: Product Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundle-cart-feature-integration.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md index 8d951f6e268..a091521db18 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md @@ -29,7 +29,7 @@ For detailed information on the modules that provide the API functionality and r * [Glue API: Product options feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-options-feature-integration.html) * [Glue API: Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundles-feature-integration.html) * [Glue API: Product Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundle-cart-feature-integration.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) diff --git a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md index 68a25badad1..d7181ac0c75 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md @@ -22,7 +22,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -32,13 +32,13 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows retrieving a customer’s carts. @@ -62,7 +62,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md index 9a81daefb71..fc61866532e 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md @@ -8,5 +8,5 @@ redirect_from: --- This section provides a collection of articles that explain the Glue API endpoints for registered user carts in Spryker Marketplace: -* [Managing carts of registered users](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) +* [Managing carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) * [Managing items in carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.html) diff --git a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md index 23a7edf9cb5..7158f72af2e 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md @@ -28,7 +28,7 @@ For detailed information about the modules that provide the API functionality an * [Install the Shared Carts feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-shared-carts-feature.html) * [Glue API: Merchant Offers feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) * [Glue API: Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) -* [Glue API: Marketplace Product Offer Volume Prices feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-volume-prices-feature-integration.html) +* [Glue API: Marketplace Product Offer Volume Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.html) ## Create a cart @@ -2452,8 +2452,8 @@ For the attributes of the included resources, see: * [Managing gift cards of registered users](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Retrieving product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieving product availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) ## Retrieve a registered user's cart @@ -4345,8 +4345,8 @@ For the attributes of the included resources, see: * [Retrieve product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) -* [Retrieving product offers](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offers](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) ## Edit a cart diff --git a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md index c46bc2cd586..05446abeec3 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/glue-api-guides/202212.0/carts-of-registered-users/managing-items-in-carts-of-registered-users.html related: - title: Managing carts of registered users - link: docs/marketplace/dev/glue-api-guides/page.version/carts-of-registered-users/managing-carts-of-registered-users.html + link: docs/pbc/all/cart-and-checkout/page.version/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html --- This endpoint allows managing items in carts of registered users by adding, changing, and deleting them. @@ -35,7 +35,7 @@ To add items to a cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | ### Request @@ -1593,11 +1593,11 @@ It is the responsibility of the API Client to track whether the selected items a For the attributes of the included resources, see: * [Retrieving measurement units](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.html) -* [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) +* [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieving product availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) ## Change item quantity @@ -1611,7 +1611,7 @@ To change the number of items in a cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | | {% raw %}***{{item_group_key}}***{% endraw %} | Group key of the item. Usually, it is equal to the item’s SKU. | ### Request @@ -1781,7 +1781,7 @@ To remove an item from a registered user's cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | | {% raw %}***{{item_group_key}}***{% endraw %}| Group key of the item. Usually, it is equal to the item’s SKU. | diff --git a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md index 4f83725bcc8..3201eabb46e 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md @@ -1940,8 +1940,8 @@ For the attributes of other included resources, see: * [Retrieve product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) -* [Retrieving product offers](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offers](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) ## Assign a guest cart to a registered customer diff --git a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/marketplace-cart-feature-overview.md b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/marketplace-cart-feature-overview.md index 6e578f7217d..15dd6134be9 100644 --- a/docs/pbc/all/cart-and-checkout/202212.0/marketplace/marketplace-cart-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202212.0/marketplace/marketplace-cart-feature-overview.md @@ -28,7 +28,7 @@ In a situation where the same product variants are added to the cart with differ |INSTALLATION GUIDES |GLUE API GUIDES | |---------|---------|---------|--------| -| [Marketplace Cart feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/install/install-features/install-the-marketplace-cart-feature.html) | [Manage carts of registered users](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) | +| [Marketplace Cart feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/install/install-features/install-the-marketplace-cart-feature.html) | [Manage carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) | | | [Managing items in carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.html) | -| | [Manage guest carts](/docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.html) | -| | [Manage guest cart items](/docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-cart-items.html) | +| | [Manage guest carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.html) | +| | [Manage guest cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/guest-carts/manage-guest-cart-items.html) | diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/approval-process-feature-overview.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/approval-process-feature-overview.md index 4533662aac4..4e0dde8592e 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/approval-process-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/approval-process-feature-overview.md @@ -12,7 +12,7 @@ redirect_from: The *Approval Process* feature lets B2B customers have multiple people contributing to the ordering process but requires the manager's approval to proceed with the checkout. -Permissions related to the approval process are configured based on the restrictions applied to a [company role](/docs/pbc/all/customer-relationship-management/{{site.version}}/company-account-feature-overview/company-user-roles-and-permissions-overview.html). Generally, the approval process is initiated when the cart total exceeds a certain amount set in the *Buy up to grand total* permissions. For example, an employee in a company may have to send their order to the manager for approval if the total order cost is above a certain amount. Only after the manager has received the request and approved the order, the employee can proceed to the checkout. +Permissions related to the approval process are configured based on the restrictions applied to a [company role](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.html). Generally, the approval process is initiated when the cart total exceeds a certain amount set in the *Buy up to grand total* permissions. For example, an employee in a company may have to send their order to the manager for approval if the total order cost is above a certain amount. Only after the manager has received the request and approved the order, the employee can proceed to the checkout. {% info_block warningBox "Approvals within a business unit" %} diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/checkout-feature-overview/checkout-feature-overview.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/checkout-feature-overview/checkout-feature-overview.md index 05eb0d7335f..ab94d9b333c 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/checkout-feature-overview/checkout-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/checkout-feature-overview/checkout-feature-overview.md @@ -42,4 +42,4 @@ With order thresholds, you can do the following: | INSTALLATION GUIDES | UPGRADE GUIDES| DATA IMPORT | |---------|---------|---------| | [Install the Checkout feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-checkout-feature.html) | [Upgrade the Checkout module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkout-module.html) | [File details: sales_order_threshold.csv](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/import-and-export-data/file-details-sales-order-threshold.csv.html) | -| [Merchant feature integration](/docs/pbc/all/merchant-management/{{site.version}}/base-shop/install-and-upgrade/install-the-merchant-feature.html) | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html) | | +| [Merchant feature integration](/docs/pbc/all/merchant-management/{{site.version}}/base-shop/install-and-upgrade/install-the-merchant-feature.html) | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html) | | diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md index 595fd902721..4f68223dda3 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.md @@ -5,7 +5,7 @@ last_updated: Jun 18, 2021 template: feature-integration-guide-template related: - title: Glue API - Configurable Bundle feature integration - link: docs/scos/dev/feature-integration-guides/page.version/glue-api/glue-api-configurable-bundle-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html --- {% include pbc/all/install-features/202307.0/install-glue-api/install-the-configurable-bundle-cart-glue-api.md %} diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md index a81b44d8ab5..76fefbdb0f7 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-in-the-back-office/manage-threshold-settings.md @@ -17,7 +17,7 @@ related: - title: Managing Merchant Order Thresholds link: docs/scos/user/back-office-user-guides/page.version/administration/define-merchant-order-thresholds.html - title: Managing Merchant Relations - link: docs/scos/user/back-office-user-guides/page.version/marketplace/merchants-and-merchant-relations/managing-merchant-relations.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html - title: Order Thresholds feature overview link: docs/scos/user/features/page.version/checkout-feature-overview/order-thresholds-overview.html --- diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md index b7d8b4fd473..b1309dda4d4 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/check-out/check-out-purchases.md @@ -24,7 +24,7 @@ The endpoint also provides information on whether it is necessary to redirect th For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-checkout-feature-integration.html) * [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) @@ -1205,7 +1205,7 @@ To retrieve order shipments, include `orders` and `order-shipments`. {% include pbc/all/glue-api-guides/202307.0/check-out-puchases-response-attributes-of-included-resources.md %} -For the attributes of other included resources, see [Retrieve customer's order](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-orders.html) +For the attributes of other included resources, see [Retrieve customer's order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) ## Possible errors diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md index 18d967cbea8..6251635f4a2 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-carts-of-registered-users.md @@ -18,7 +18,7 @@ related: - title: Managing gift cards of registered users link: docs/pbc/all/gift-cards/page.version/manage-using-glue-api/manage-gift-cards-of-registered-users.html - title: Retrieving customer carts - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-carts.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows managing carts by creating, retrieving, and deleting them. @@ -154,7 +154,7 @@ To retrieve all carts, send the request: {% info_block infoBox "Note" %} -Alternatively, you can retrieve all carts belonging to a customer through the **/customers/*{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*/carts** endpoint. For details, see [Retrieving customer carts](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/retrieving-customer-carts.html). +Alternatively, you can retrieve all carts belonging to a customer through the **/customers/*{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*/carts** endpoint. For details, see [Retrieving customer carts](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). {% endinfo_block %} diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md index 449e780efa0..658bfc2ffce 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.md @@ -30,7 +30,7 @@ For detailed information on the modules that provide the API functionality and r * [Glue API: Promotions & Discounts feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-promotions-and-discounts-feature-integration.html) * [Glue API: Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundles-feature-integration.html) * [Glue API: Product Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundle-cart-feature-integration.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md index b0cf1e93bf8..4fadfd49dfe 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-cart-items.md @@ -29,7 +29,7 @@ For detailed information on the modules that provide the API functionality and r * [Glue API: Product options feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-options-feature-integration.html) * [Glue API: Product Bundles feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundles-feature-integration.html) * [Glue API: Product Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-product-bundle-cart-feature-integration.html) -* [Glue API: Configurable Bundle feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-feature-integration.html) +* [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) * [Glue API: Configurable Bundle + Cart feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-cart-feature-integration.html) * [Glue API: Configurable Bundle + Product feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/glue-api/glue-api-configurable-bundle-product-feature-integration.html) diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md index b584f6ea530..3e809616404 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/manage-using-glue-api/retrieve-customer-carts.md @@ -22,7 +22,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -32,13 +32,13 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows retrieving a customer’s carts. @@ -62,7 +62,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/shared-carts-feature-overview.md b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/shared-carts-feature-overview.md index 55f8d2cc176..23e07de438f 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/base-shop/shared-carts-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/base-shop/shared-carts-feature-overview.md @@ -131,7 +131,7 @@ If the shared cart has been dismissed individually by a user, this user can't se ## Current constraints -With the current functionality, the shopping cart cannot be shared outside of the [business unit](/docs/pbc/all/customer-relationship-management/{{site.version}}/company-account-feature-overview/business-units-overview.html) to which the owner belongs to. +With the current functionality, the shopping cart cannot be shared outside of the [business unit](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/company-account-feature-overview/business-units-overview.html) to which the owner belongs to. ## Shared Cart on the Storefront diff --git a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md index ae292c989ff..68dc9b05070 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.md @@ -8,5 +8,5 @@ redirect_from: --- This section provides a collection of articles that explain the Glue API endpoints for registered user carts in Spryker Marketplace: -* [Managing carts of registered users](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) +* [Managing carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) * [Managing items in carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.html) diff --git a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md index 723e6905f6c..597dfe484df 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.md @@ -28,7 +28,7 @@ For detailed information about the modules that provide the API functionality an * [Install the Shared Carts feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-shared-carts-feature.html) * [Glue API: Merchant Offers feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) * [Glue API: Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) -* [Glue API: Marketplace Product Offer Volume Prices feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-volume-prices-feature-integration.html) +* [Glue API: Marketplace Product Offer Volume Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.html) ## Create a cart @@ -2452,8 +2452,8 @@ For the attributes of the included resources, see: * [Managing gift cards of registered users](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Retrieving product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieving product availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) ## Retrieve a registered user's cart @@ -4345,8 +4345,8 @@ For the attributes of the included resources, see: * [Retrieve product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) -* [Retrieving product offers](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offers](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) ## Edit a cart diff --git a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md index b5d42897220..ddfdbbcd627 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/glue-api-guides/202307.0/carts-of-registered-users/managing-items-in-carts-of-registered-users.html related: - title: Managing carts of registered users - link: docs/marketplace/dev/glue-api-guides/page.version/carts-of-registered-users/managing-carts-of-registered-users.html + link: docs/pbc/all/cart-and-checkout/page.version/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html --- This endpoint allows managing items in carts of registered users by adding, changing, and deleting them. @@ -35,7 +35,7 @@ To add items to a cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | ### Request @@ -1593,11 +1593,11 @@ It is the responsibility of the API Client to track whether the selected items a For the attributes of the included resources, see: * [Retrieving measurement units](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.html) -* [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) +* [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieving product availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) ## Change item quantity @@ -1611,7 +1611,7 @@ To change the number of items in a cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | | {% raw %}***{{item_group_key}}***{% endraw %} | Group key of the item. Usually, it is equal to the item’s SKU. | ### Request @@ -1781,7 +1781,7 @@ To remove an item from a registered user's cart, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | +| {% raw %}***{{cart_uuid}}***{% endraw %} | Unique identifier of a cart. [Create a cart](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) or [retrieve a registered user's carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html#retrieve-a-registered-users-cart) to get it. | | {% raw %}***{{item_group_key}}***{% endraw %}| Group key of the item. Usually, it is equal to the item’s SKU. | diff --git a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md index 972f95babcd..d9afbd94a30 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.md @@ -1940,8 +1940,8 @@ For the attributes of other included resources, see: * [Retrieve product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) -* [Retrieving product offers](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieving product offers](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) ## Assign a guest cart to a registered customer diff --git a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/marketplace-cart-feature-overview.md b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/marketplace-cart-feature-overview.md index 6e578f7217d..15dd6134be9 100644 --- a/docs/pbc/all/cart-and-checkout/202307.0/marketplace/marketplace-cart-feature-overview.md +++ b/docs/pbc/all/cart-and-checkout/202307.0/marketplace/marketplace-cart-feature-overview.md @@ -28,7 +28,7 @@ In a situation where the same product variants are added to the cart with differ |INSTALLATION GUIDES |GLUE API GUIDES | |---------|---------|---------|--------| -| [Marketplace Cart feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/install/install-features/install-the-marketplace-cart-feature.html) | [Manage carts of registered users](/docs/marketplace/dev/glue-api-guides/{{page.version}}/carts-of-registered-users/managing-carts-of-registered-users.html) | +| [Marketplace Cart feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/install/install-features/install-the-marketplace-cart-feature.html) | [Manage carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html) | | | [Managing items in carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.html) | -| | [Manage guest carts](/docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.html) | -| | [Manage guest cart items](/docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-cart-items.html) | +| | [Manage guest carts](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.html) | +| | [Manage guest cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/marketplace/manage-using-glue-api/guest-carts/manage-guest-cart-items.html) | diff --git a/docs/pbc/all/content-management-system/202212.0/base-shop/manage-in-the-back-office/manage-file-tree.md b/docs/pbc/all/content-management-system/202212.0/base-shop/manage-in-the-back-office/manage-file-tree.md index 77973947d27..950a7550d8a 100644 --- a/docs/pbc/all/content-management-system/202212.0/base-shop/manage-in-the-back-office/manage-file-tree.md +++ b/docs/pbc/all/content-management-system/202212.0/base-shop/manage-in-the-back-office/manage-file-tree.md @@ -20,8 +20,6 @@ related: link: docs/pbc/all/content-management-system/page.version/base-shop/manage-in-the-back-office/add-and-edit-mime-types.html - title: File Manager feature overview link: docs/pbc/all/content-management-system/page.version/base-shop/file-manager-feature-overview.html - - title: File uploader overview - link: docs/scos/user/features/page.version/file-manager-feature-overview/file-uploader.html --- --- diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/manage-file-tree.md b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/manage-file-tree.md index 0da2033a704..85cbeb7abd2 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/manage-file-tree.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/manage-file-tree.md @@ -20,8 +20,6 @@ related: link: docs/pbc/all/content-management-system/page.version/base-shop/manage-in-the-back-office/add-and-edit-mime-types.html - title: File Manager feature overview link: docs/pbc/all/content-management-system/page.version/base-shop/file-manager-feature-overview.html - - title: File uploader overview - link: docs/scos/user/features/page.version/file-manager-feature-overview/file-uploader.html --- --- diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/pages/manage-cms-pages.md b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/pages/manage-cms-pages.md index 470520ccade..361290bd539 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/pages/manage-cms-pages.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-in-the-back-office/pages/manage-cms-pages.md @@ -25,7 +25,7 @@ This article describes how to manage CMS pages. ## Prerequisites -1. To preview CMS pages as a specific customer, [assign the customer to your user](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html). +1. To preview CMS pages as a specific customer, [assign the customer to your user](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html). 2. To start managing CMS pages, got to **Content > Pages**. diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-using-glue-api/retrieve-banner-content-items.md b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-using-glue-api/retrieve-banner-content-items.md index 5b2b17f6acf..4c91076a467 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/manage-using-glue-api/retrieve-banner-content-items.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/manage-using-glue-api/retrieve-banner-content-items.md @@ -14,8 +14,6 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/retrieving-content-items/retrieving-banner-content-items.html - /docs/pbc/all/content-management-system/202307.0/manage-using-glue-api/retrieve-banner-content-items.html related: - - title: REST API Reference - link: docs/scos/dev/glue-api-guides/page.version/rest-api-reference.html - title: Content Items feature overview link: docs/pbc/all/content-management-system/page.version/base-shop/content-items-feature-overview.html --- diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/censhare.md b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/censhare.md index 60ccca5381d..aa6417dfeba 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/censhare.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/censhare.md @@ -11,9 +11,6 @@ redirect_from: - /docs/en/censhare - /docs/scos/user/technology-partners/202307.0/content-management/censhare.html - /docs/pbc/all/content-management-system/202307.0/third-party-integrations/censhare.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/e-spirit.md b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/e-spirit.md index 947ba93ce5e..b410303f87e 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/e-spirit.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/e-spirit.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/e-spirit - /docs/scos/user/technology-partners/202307.0/content-management/e-spirit.html - /docs/pbc/all/content-management-system/202307.0/third-party-integrations/e-spirit.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/magnolia.md b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/magnolia.md index a81c0e12bd1..1c13df457fe 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/magnolia.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/magnolia.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/magnolia-cms - /docs/scos/user/technology-partners/202307.0/content-management/magnolia.html - /docs/pbc/all/content-management-system/202307.0/third-party-integrations/magnolia.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/styla.md b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/styla.md index 46a9e0541d3..f19e795e57b 100644 --- a/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/styla.md +++ b/docs/pbc/all/content-management-system/202307.0/base-shop/third-party-integrations/styla.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/styla - /docs/scos/user/technology-partners/202307.0/content-management/styla.html - /docs/pbc/all/content-management-system/202307.0/third-party-integrations/styla.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/business-units-overview.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/business-units-overview.md index a03795dfe8c..5d04b935f08 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/business-units-overview.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/business-units-overview.md @@ -82,8 +82,8 @@ This moves the address to the **UNASSIGNED ADDRESSES** section. | [Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html) | | [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/edit-company-units.html) | | [Create company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.html) | -| [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) | -.md +| [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) | + {% info_block warningBox "Developer guides" %} Are you a developer? See [Company Account feature walkthrough](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/company-account-feature-walkthrough.html) for developers. diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/company-account-feature-overview.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/company-account-feature-overview.md index ac0e4054780..9baafa8793d 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/company-account-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/company-account-feature-overview/company-account-feature-overview.md @@ -47,10 +47,10 @@ Setting up company structure: | INSTALLATION GUIDES | UPGRADE GUIDES| GLUE API GUIDES | TUTORIALS AND HOWTOS | REFERENCES | |---------|---------|---------|---------|---------| -| [Install the Company Account feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html)| [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Retrieving companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) |[ HowTo - Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | -| [Install the Company Account Glue API](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | [BusinessOnBehalfDataImport migration guide](/docs/scos/dev/module-migration-guides/migration-guide-business-on-behalf-data-import.html) | [Retrieving business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) | | | -| | | [Retrieving business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) | | | -| | | [Retrieving company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html) | | | -| | | [Retrieving company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) | | | +| [Install the Company Account feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html)| [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Retrieving companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) |[ HowTo - Generate a token for login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | +| [Install the Company Account Glue API](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | [BusinessOnBehalfDataImport migration guide](/docs/scos/dev/module-migration-guides/migration-guide-business-on-behalf-data-import.html) | [Retrieving business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) | | | +| | | [Retrieving business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) | | | +| | | [Retrieving company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html) | | | +| | | [Retrieving company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) | | | | | | [Authenticating as a company user](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html) | | | | | | [Managing company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) | | | diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md index b4deada151b..56154ea1aa2 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md @@ -42,10 +42,10 @@ Also, it lets you manage customer access, request a password change, or change i | INSTALLATION GUIDES | UPGRADE GUIDES | GLUE API GUIDES | DATA IMPORT | REFERENCES | |---|---|---|---|---| -| [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Authenticating as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html) | [File details: customer.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html) | [Reference information: Customer module overview](/docs/scos/dev/feature-walkthroughs/{{page.version}}/customer-account-management-feature-walkthrough/customer-module-overview-reference-information.html)| +| [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Authenticating as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html) | [File details: customer.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html) | [Reference information: Customer module overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.html)| | [Install the Company Account feature](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html) | | [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html) | | | | [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | | [Managing customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) | | | | [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) | | | | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | [Managing customer authentication tokens via OAuth 2.0](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html) | | | | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | [Managing customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.html) | | | -| | | [Managing customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) | | | +| | | [Managing customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) | | | diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md index 0c8e6883858..7ff5c38550e 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md @@ -57,7 +57,7 @@ A developer can verify a customer's email address using Glue API regardless of t {% endinfo_block %} -To learn how a developer creates customer accounts using Glue API, see [Create a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html). +To learn how a developer creates customer accounts using Glue API, see [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html). To learn how a developer confirms a customer's email address, see [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html). diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md index 8f47cfd205d..9517b02c76d 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md @@ -81,7 +81,7 @@ Combining the three parts, an example URL with the full token looks like the fol http://mysprykershop.com/access-token/eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIn0.eyJhdWQiOiJmcm9udGVuZCIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIiwiaWF0IjoxNTU3OTI2NjIwLCJuYmYiOjE1NTc5MjY2MjAsImV4cCI6MTU1Nzk1NTQyMCwic3ViIjoie1wiY3VzdG9tZXJfcmVmZXJlbmNlXCI6bnVsbCxcImlkX2N1c3RvbWVyXCI6NixcImlkX2NvbXBhbnlfdXNlclwiOlwiMVwiLFwicGVybWlzc2lvbnNcIjpudWxsfSIsInNjb3BlcyI6W119.v6kvCtNMM-_x-sRWugigT2j7qXVXQ9Ds5a-65sD_d4Oaun0toGnM_A-458mCyV1FCdyOHU572hdz7w3SFcIHzFw4zGGr_cqMdBmCF6VJS21lcOK401j2Li4NJB-8TmOHMk1XmjrJ92EyBScvycTg8TCkY3w4jcIGN7TPGAwzvEWaJhIwqYGjEUcTWtsiIemeWijTWVYd4qE6gnXdzMeyekFLon9syLnXdxeAQ8qNM7BML5QfvazvuMBvFQWfatDcRd2SFfIkNmMrxEQ6daEaPEfyqpdXpHfhpzvuQpA0hQQ9BfYBrwvTskpH_CWTht7IsOqlY4KYRNIg-t3tcZYt6Q ``` -In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html). Token-based authentication works closely with the [Punch Out](/docs/pbc/all/punchout/{{page.version}}/punchout-catalogs.html) feature. It lets B2B buyers log in from their ERP system to a Spryker company user account using a token without entering the username and password and to buy products from the Spryker ecommerce shop. diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md index 498e255fba2..0999ef8bdb5 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md @@ -17,13 +17,13 @@ related: - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html --- {% include pbc/all/install-features/{{page.version}}/install-glue-api/install-the-company-account-glue-api.md %} diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md index fe9d55ed044..9133590fedf 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md @@ -16,13 +16,13 @@ related: - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html --- diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md index 56df51f4018..455e36b3fa7 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md @@ -14,7 +14,7 @@ related: - title: Edit company roles link: docs/scos/user/back-office-user-guides/202204.0/customer/company-users/edit-company-users.html - title: Create company roles - link: docs/scos/user/back-office-user-guides/page.version/customer/company-roles/create-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html - title: Managing Companies link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md index 3bc39ad7eb4..40e4e6ebcc1 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md @@ -10,7 +10,7 @@ related: - title: Create company users link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-users/create-company-users.html - title: Create company roles - link: docs/scos/user/back-office-user-guides/page.version/customer/company-roles/create-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html - title: Managing Companies link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md index dd0450659f9..cc1e705ee5b 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.md @@ -14,19 +14,19 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html --- diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md index 0e0cfc704bd..13c08cf2b03 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.md @@ -13,19 +13,19 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html related: - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Business Units overview @@ -248,6 +248,6 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md index ced4b838202..1c083c8215d 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.md @@ -12,19 +12,19 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-retrieve-companies.html related: - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Company Accounts overview @@ -111,7 +111,7 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md index ad70593effb..c3de22a100d 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.md @@ -12,19 +12,19 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html - title: Authenticating as a customer @@ -177,5 +177,5 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md index 8cd14d9d4f5..b94b8252647 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.md @@ -12,19 +12,19 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Company Accounts overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-accounts-overview.html --- @@ -371,8 +371,8 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md index 421999e21f9..f6650357781 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/customer-relationship-management/202212.0/manage-using-glue-api/company-account/glue-api-search-by-company-users.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Company Accounts overview diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md index 64c6c401309..2a0aa6344f2 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.md @@ -24,7 +24,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -34,13 +34,13 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoints allows retrieving and edit customer addresses. @@ -60,7 +60,7 @@ To add an address to a customer, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| ***{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}*** | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}*** | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request @@ -94,7 +94,7 @@ Request sample: add an address | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| customer_reference | String | ✓ | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer) | +| customer_reference | String | ✓ | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer) | | salutation | String | ✓ | Salutation to use when addressing the customer. | | firstName | String | ✓ | Customer's first name. | | lastName | String | ✓ | Customer's last name. | @@ -432,6 +432,6 @@ To view generic errors that originate from the Glue Application, see [Reference * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) * [Manage customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) * [Manage customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.html) diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md index af6f176fef6..75efbac08f4 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.md @@ -14,7 +14,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/searching-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -26,11 +26,11 @@ related: - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- The Customer API allows creating customers and manage their account data. This includes the possibility to maintain a set of customer addresses as separate resources. In the checkout process, you can retrieve and use these address resources to speed up the buying process. The API supports authentication via OAuth 2.0 and password restoration. diff --git a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md index 2110ff67b9c..b4f7bd25a36 100644 --- a/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md +++ b/docs/pbc/all/customer-relationship-management/202212.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md @@ -15,7 +15,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -25,11 +25,11 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html --- @@ -56,7 +56,7 @@ Alternatively, you can retrieve all orders made by a customer through the **/ord | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-on-behalf-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-on-behalf-overview.md index 75393f13ef7..3cb2be1af29 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-on-behalf-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-on-behalf-overview.md @@ -13,7 +13,7 @@ redirect_from: - /docs/scos/user/features/202307.0/company-account-feature-overview/business-on-behalf-overview.html --- -Every [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) includes some company users that have specific permissions within this business unit. The *Business on Behalf* feature lets you have multiple company users per customer account with the possibility to assign one company user to be a *default user*. This default user can switch between the assigned business units. +Every [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) includes some company users that have specific permissions within this business unit. The *Business on Behalf* feature lets you have multiple company users per customer account with the possibility to assign one company user to be a *default user*. This default user can switch between the assigned business units. For example, as a shop owner, you might have a financial manager in your company who, for audit purposes, can access company business units' accounts to check their order histories and shopping lists. @@ -57,7 +57,7 @@ Company users can assign and unassign a company business unit to their accounts |BACK OFFICE USER GUIDES| |---| -| [Assign a company user to a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/edit-company-users.html) | +| [Assign a company user to a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/edit-company-users.html) | {% info_block warningBox "Developer guides" %} @@ -68,4 +68,4 @@ Are you a developer? See [Company Account feature walkthrough](/docs/scos/dev/fe ## See next -[Customer Login by Token overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/customer-login-by-token-overview.html) +[Customer Login by Token overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/customer-login-by-token-overview.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-units-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-units-overview.md index 7dc2dbd409a..c2678f5088d 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-units-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/business-units-overview.md @@ -82,10 +82,10 @@ This moves the address to the **UNASSIGNED ADDRESSES** section. |BACK OFFICE USER GUIDES| |---| -| [Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/create-company-units.html) | -| [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/edit-company-units.html) | -| [Create company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.html) | -| [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) | +| [Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html) | +| [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/edit-company-units.html) | +| [Create company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.html) | +| [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) | {% info_block warningBox "Developer guides" %} @@ -95,4 +95,4 @@ Are you a developer? See [Company Account feature walkthrough](/docs/scos/dev/fe ## See next -[Company user rules and permissions overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-user-roles-and-permissions-overview.html) +[Company user rules and permissions overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-account-feature-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-account-feature-overview.md index 171728f7cd2..0c2e5644b85 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-account-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-account-feature-overview.md @@ -40,20 +40,20 @@ Setting up company structure: |BACK OFFICE USER GUIDES| |---| -| [Get a general idea of Company Accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html) | -| [Get a general idea of Business Units](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) | -| [Get a general idea of Business on Behalf](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-on-behalf-overview.html) | -| [Get a general idea of company user roles and permissions](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-user-roles-and-permissions-overview.html) | +| [Get a general idea of Company Accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html) | +| [Get a general idea of Business Units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) | +| [Get a general idea of Business on Behalf](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-on-behalf-overview.html) | +| [Get a general idea of company user roles and permissions](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.html) | ## Related Developer documents | INSTALLATION GUIDES | UPGRADE GUIDES| GLUE API GUIDES | TUTORIALS AND HOWTOS | REFERENCES | |---------|---------|---------|---------|---------| -| [Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-company-account-feature.html)| [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Retrieving companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) |[ HowTo - Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | -| [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | [BusinessOnBehalfDataImport migration guide](/docs/scos/dev/module-migration-guides/migration-guide-business-on-behalf-data-import.html) | [Retrieving business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) | | | -| | | [Retrieving business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) | | | -| | | [Retrieving company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html) | | | -| | | [Retrieving company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) | | | +| [Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html)| [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Retrieving companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) |[ HowTo - Generate a token for login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | +| [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html) | [BusinessOnBehalfDataImport migration guide](/docs/scos/dev/module-migration-guides/migration-guide-business-on-behalf-data-import.html) | [Retrieving business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) | | | +| | | [Retrieving business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) | | | +| | | [Retrieving company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html) | | | +| | | [Retrieving company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) | | | | | | [Authenticating as a company user](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html) | | | | | | [Managing company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) | | | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-accounts-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-accounts-overview.md index 7064dd5bbd0..b28d2eafc75 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-accounts-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-accounts-overview.md @@ -105,7 +105,7 @@ Company users can perform the following actions on the Storefront: |BACK OFFICE USER GUIDES| |---| -| [Manage companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html) | +| [Manage companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html) | {% info_block warningBox "Developer guides" %} @@ -115,4 +115,4 @@ Are you a developer? See [Company Account feature walkthrough](/docs/scos/dev/fe {% endinfo_block %} ## See next -[Business Units overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) +[Business Units overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.md index f9d4397e396..5a827ce8c5f 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.md @@ -152,10 +152,10 @@ Every company role includes a set of permissions that can be enabled/disabled ac |BACK OFFICE USER GUIDES| |---| -| [Create company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-roles/create-company-roles.html) | -| [Edit company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-roles/edit-company-roles.html) | -| [Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/create-company-users.html) | -| [Edit company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/edit-company-users.html) | +| [Create company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html) | +| [Edit company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-roles/edit-company-roles.html) | +| [Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/create-company-users.html) | +| [Edit company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/edit-company-users.html) | @@ -167,4 +167,4 @@ Are you a developer? See [Company Account feature walkthrough](/docs/scos/dev/fe ## See next -[Business on Behalf overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-on-behalf-overview.html) +[Business on Behalf overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-on-behalf-overview.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-access-feature-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-access-feature-overview.md index 1fa85eede31..898edf11a7b 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-access-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-access-feature-overview.md @@ -55,11 +55,11 @@ Even if the **Add to Cart** button is available, an unauthenticated customer is |BACK OFFICE USER GUIDES| |---| -| [Manage customer access](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-customer-access.html) | +| [Manage customer access](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-customer-access.html) | ## Related Developer documents |INSTALLATION GUIDES | GLUE API GUIDES | TUTORIALS AND HOWTOS | |---------|---------|---------| -| [Customer access feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-access-feature.html) | [Retrieving protected resources](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-retrieve-protected-resources.html) | [Managing customer access to Glue API resources](/docs/scos/dev/tutorials-and-howtos/howtos/glue-api-howtos/managing-customer-access-to-glue-api-resources.html) | +| [Customer access feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-access-feature.html) | [Retrieving protected resources](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-retrieve-protected-resources.html) | [Managing customer access to Glue API resources](/docs/scos/dev/tutorials-and-howtos/howtos/glue-api-howtos/managing-customer-access-to-glue-api-resources.html) | | [Glue API Customer access feature integration](/docs/pbc/all/identity-access-management/{{page.version}}/install-and-upgrade/install-the-customer-access-glue-api.html) | | | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md index 83f33c41c31..3bd49de8dd1 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.md @@ -35,20 +35,20 @@ Also, it lets you manage customer access, request a password change, or change i |BACK OFFICE USER GUIDES| |---| -| [Get a general idea of Customer Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-accounts-overview.html) | -| [Get a general idea of Customer Registration](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-registration-overview.html) | -| [Get a general idea of Customer Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-login-overview.html) | -| [Get a general idea of Customer Groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-groups-overview.html) | -| [Get a general idea of Password Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/password-management-overview.html) | +| [Get a general idea of Customer Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-accounts-overview.html) | +| [Get a general idea of Customer Registration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-registration-overview.html) | +| [Get a general idea of Customer Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-login-overview.html) | +| [Get a general idea of Customer Groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-groups-overview.html) | +| [Get a general idea of Password Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/password-management-overview.html) | ## Related Developer documents | INSTALLATION GUIDES | UPGRADE GUIDES | GLUE API GUIDES | DATA IMPORT | REFERENCES | |---|---|---|---|---| -| [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Authenticating as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html) | [File details: customer.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html) | [Reference information: Customer module overview](/docs/scos/dev/feature-walkthroughs/{{page.version}}/customer-account-management-feature-walkthrough/customer-module-overview-reference-information.html)| -| [Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-company-account-feature.html) | | [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html) | | | -| [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | | [Managing customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) | | | -| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) | | | +| [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | [CompanyUser migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html) | [Authenticating as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html) | [File details: customer.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html) | [Reference information: Customer module overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.html)| +| [Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html) | | [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html) | | | +| [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | | [Managing customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) | | | +| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) | | | | [Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) | | [Managing customer authentication tokens via OAuth 2.0](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html) | | | | [Glue API: Spryker Core feature integration](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/install-glue-api/install-the-spryker-core-glue-api.html) | | [Managing customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.html) | | | -| | | [Managing customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) | | | +| | | [Managing customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) | | | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-accounts-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-accounts-overview.md index fcd2bb12963..795b5b688cd 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-accounts-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-accounts-overview.md @@ -40,7 +40,7 @@ There are slight differences in customer accounts' information for the B2B and B | Shopping Carts | ✓ | | | Wishlist | | ✓ | -For details about how customer accounts can be created, see [Customer Registration overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-registration-overview.html). +For details about how customer accounts can be created, see [Customer Registration overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-registration-overview.html). Customers manage their accounts directly on the Storefront. If a customer updates an account, the data is synchronized, and the Back Office user sees the updated information in the Back Office > **Customers > Customers** section. The exceptions are newsletter subscriptions and password changes: this information is not stored in the Back Office. @@ -65,8 +65,8 @@ A Back Office user can do the following: * Check the last orders of a customer in the shop. For details, see the following: -* [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html) -* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-notes-to-customers.html) +* [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) +* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.html) ## Customer account on the Storefront A customer can perform the following actions on the Storefront: @@ -103,9 +103,9 @@ A customer can perform the following actions on the Storefront: |BACK OFFICE USER GUIDES| |---| -| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html) | -| [Edit customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/edit-customers.html) | -| [View customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/view-customers.html) | -| [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-notes-to-customers.html) | -| [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-customer-addresses.html) | -| [Edit customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/edit-customer-addresses.html) | +| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) | +| [Edit customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/edit-customers.html) | +| [View customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/view-customers.html) | +| [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.html) | +| [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html) | +| [Edit customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/edit-customer-addresses.html) | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-groups-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-groups-overview.md index 6b198e1e6a6..6935389f6de 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-groups-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-groups-overview.md @@ -20,4 +20,4 @@ redirect_from: |BACK OFFICE USER GUIDES| |---| -| [Manage customer groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-customer-groups.html) | +| [Manage customer groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-customer-groups.html) | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-login-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-login-overview.md index 28f9512cc22..ec6a33b02d9 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-login-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-login-overview.md @@ -22,7 +22,7 @@ You can define separate settings for a Storefront user and agent. ## Demo Shop default configuration -The feature’s default configuration in the Spryker Demo Shop is as follows. When a user tries to log in and the number of unsuccessful login attempts reaches the preset limit (11 attempts for a Storefront user and 10 for an [agent](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html)), the user account is locked out for some time (5 minutes for a Storefront user and 6 for an agent). After the last unsuccessful attempt, the user is notified that the ban is applied, and the user cannot log in until the ban expires. +The feature’s default configuration in the Spryker Demo Shop is as follows. When a user tries to log in and the number of unsuccessful login attempts reaches the preset limit (11 attempts for a Storefront user and 10 for an [agent](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html)), the user account is locked out for some time (5 minutes for a Storefront user and 6 for an agent). After the last unsuccessful attempt, the user is notified that the ban is applied, and the user cannot log in until the ban expires. To minimize login issues for real customers, the ban is applied by the IP address, which means you can log in to the same user account from one IP address while being locked out of another IP address. All information about blocked accounts is stored in Redis. diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md index eeb431252a8..cf7aae2453a 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/customer-registration-overview.md @@ -48,7 +48,7 @@ After checkout registration, the cart created by a customer as a guest user is c A Back Office user can register a customer by entering customer account details. The verification email is sent to the email address specified by the Back Office user. Until the customer verifies their account using the link in the email, in the Back Office, the status of their account remains `Unverified`. Once they click the link, the status changes to `Verified`. -To learn how a Back Office user creates customer accounts, see [Creating customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html). +To learn how a Back Office user creates customer accounts, see [Creating customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html). ### Registration using Glue API @@ -60,7 +60,7 @@ A developer can verify a customer's email address using Glue API regardless of t {% endinfo_block %} -To learn how a developer creates customer accounts using Glue API, see [Create a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html). +To learn how a developer creates customer accounts using Glue API, see [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html). To learn how a developer confirms a customer's email address, see [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html). @@ -72,4 +72,4 @@ A developer can register a customer by importing their customer account details. |BACK OFFICE USER GUIDES| |---| -| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html) | +| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/password-management-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/password-management-overview.md index c0498c7f354..3d8e9fd4552 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/password-management-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-account-management-feature-overview/password-management-overview.md @@ -16,7 +16,7 @@ redirect_from: *Password Management* lets Spryker admins manage customer account passwords. It also lets B2B and B2C Shoppers manage their own account passwords. -When you create a customer account in the Back Office, you do not enter the password. Instead, you can select to send a password reset email to the customer account’s email address. This way, the customer knows that the account has been created, and they need to reset the password to access it. To learn how Spryker admin sends password reset emails when creating customer accounts, see [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html). +When you create a customer account in the Back Office, you do not enter the password. Instead, you can select to send a password reset email to the customer account’s email address. This way, the customer knows that the account has been created, and they need to reset the password to access it. To learn how Spryker admin sends password reset emails when creating customer accounts, see [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html). You can create customer accounts by [importing](/docs/scos/dev/data-import/{{page.version}}/importing-data-with-a-configuration-file.html#console-commands-to-run-import) a [`customerCSV file`](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html). In this case, you can specify the passwords of the customer accounts to import, but it’s not mandatory. If you do not specify the passwords, you can send password reset emails to the customers without passwords by running `console customer:password:set`. Also, you can send password reset emails to all customers by running console `customer:password:reset`. To learn how a developer can import customer data, see [Importing Data with a Configuration File](/docs/scos/dev/data-import/{{page.version}}/importing-data-with-a-configuration-file.html). @@ -28,8 +28,8 @@ On the Storefront, it is mandatory to enter a password when creating a customer |BACK OFFICE USER GUIDES| |---| -| [Get a general idea of Customer Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-accounts-overview.html) | -| [Get a general idea of Customer Registration](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-registration-overview.html) | -| [Get a general idea of Customer Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-login-overview.html) | -| [Get a general idea of Customer Groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-groups-overview.html) | -| [Get a general idea of Password Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/password-management-overview.html) | +| [Get a general idea of Customer Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-accounts-overview.html) | +| [Get a general idea of Customer Registration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-registration-overview.html) | +| [Get a general idea of Customer Login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-login-overview.html) | +| [Get a general idea of Customer Groups](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-groups-overview.html) | +| [Get a general idea of Password Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/password-management-overview.html) | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-relationship-management.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-relationship-management.md index 6eee64156e9..ba8abf0ee33 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-relationship-management.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/customer-relationship-management.md @@ -7,7 +7,7 @@ template: concept-topic-template The *Customer Relationship Management (CRM)* capability lets you manage customer and company accounts and their information. You can define accesses of accounts to different resources and permissions to perform actions. To learn about the capability, see the following feature overviews: -* [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-account-management-feature-overview.html) -* [Company Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-account-feature-overview.html) -* [Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-access-feature-overview.html) -* [Reorder](/docs/pbc/all/customer-relationship-management/{{page.version}}/reorder-feature-overview.html) +* [Customer Account Management](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html) +* [Company Account](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-account-feature-overview.html) +* [Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-access-feature-overview.html) +* [Reorder](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/reorder-feature-overview.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/company-account-module-relations.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/company-account-module-relations.md index 2747caa9156..59cfcafdc3f 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/company-account-module-relations.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/company-account-module-relations.md @@ -33,7 +33,7 @@ The schema below illustrates relations between modules of the business on behalf -The following schema represents module relations of the [Customer Login by Token](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/customer-login-by-token-overview.html) feature: +The following schema represents module relations of the [Customer Login by Token](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/customer-login-by-token-overview.html) feature:
diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md index d3f8cbd2c3e..95256c16da3 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-login-by-token-reference-information.md @@ -80,7 +80,7 @@ Combining the three parts, an example URL with the full token looks like the fol http://mysprykershop.com/access-token/eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIn0.eyJhdWQiOiJmcm9udGVuZCIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIiwiaWF0IjoxNTU3OTI2NjIwLCJuYmYiOjE1NTc5MjY2MjAsImV4cCI6MTU1Nzk1NTQyMCwic3ViIjoie1wiY3VzdG9tZXJfcmVmZXJlbmNlXCI6bnVsbCxcImlkX2N1c3RvbWVyXCI6NixcImlkX2NvbXBhbnlfdXNlclwiOlwiMVwiLFwicGVybWlzc2lvbnNcIjpudWxsfSIsInNjb3BlcyI6W119.v6kvCtNMM-_x-sRWugigT2j7qXVXQ9Ds5a-65sD_d4Oaun0toGnM_A-458mCyV1FCdyOHU572hdz7w3SFcIHzFw4zGGr_cqMdBmCF6VJS21lcOK401j2Li4NJB-8TmOHMk1XmjrJ92EyBScvycTg8TCkY3w4jcIGN7TPGAwzvEWaJhIwqYGjEUcTWtsiIemeWijTWVYd4qE6gnXdzMeyekFLon9syLnXdxeAQ8qNM7BML5QfvazvuMBvFQWfatDcRd2SFfIkNmMrxEQ6daEaPEfyqpdXpHfhpzvuQpA0hQQ9BfYBrwvTskpH_CWTht7IsOqlY4KYRNIg-t3tcZYt6Q ``` -In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/generate-login-tokens.html). Token-based authentication works closely with the [Punch Out](/docs/pbc/all/punchout/{{page.version}}/punchout-catalogs.html) feature. It lets B2B buyers log in from their ERP system to a Spryker company user account using a token without entering the username and password and to buy products from the Spryker ecommerce shop. diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.md index 4437a70ead0..76db4971e28 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/domain-model-and-relationships/customer-module-overview-reference-information.md @@ -73,7 +73,7 @@ When creating a custom implementation, check and follow the applicable legislati ## Customer experience -Spryker consistently delivers the scalable operating system without coupling it to a project infrastructure. As a consequence, the project should take care of the impact of the **Customer Delete** functionality on customer experience. Read more about session-sensitive actions in [Migration Guide - Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customer-module.html). +Spryker consistently delivers the scalable operating system without coupling it to a project infrastructure. As a consequence, the project should take care of the impact of the **Customer Delete** functionality on customer experience. Read more about session-sensitive actions in [Migration Guide - Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customer-module.html). ### Case insensitive queries for email diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/generate-login-tokens.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/generate-login-tokens.md index 16ead9aca6e..7232aa5c377 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/generate-login-tokens.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/generate-login-tokens.md @@ -16,7 +16,7 @@ related: link: docs/scos/user/features/page.version/company-account-feature-overview/customer-login-by-token-overview.html --- -The [Customer Login by Token](/docs/pbc/all/customer-relationship-management/{{site.version}}/company-account-feature-overview/customer-login-by-token-overview.html) feature lets B2B users log in to a Spryker Shop using a token. +The [Customer Login by Token](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/company-account-feature-overview/customer-login-by-token-overview.html) feature lets B2B users log in to a Spryker Shop using a token. A token is a unique identifier that contains all the information needed for authentication to fetch a specific resource without using a username and password. The tokens are JSON strings that are encoded in the `base64url` format. diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/import-file-details-customer.csv.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/import-file-details-customer.csv.md index 47274a44cff..1a8e9c3f603 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/import-file-details-customer.csv.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/import-file-details-customer.csv.md @@ -18,7 +18,7 @@ related: link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- -This document describes the `customer.csv` file to configure [Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-account-management-feature-overview.html) information in your Spryker Demo Shop. +This document describes the `customer.csv` file to configure [Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html) information in your Spryker Demo Shop. ## Import file parameters diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.md index 316328ecb73..678027a986c 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.md @@ -14,9 +14,9 @@ redirect_from: - /docs/scos/dev/feature-integration-guides/202307.0/company-account-feature-integration.html related: - title: Glue API - Company Account feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html - title: Company Account + Order Management feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-features/install-the-company-account-order-management-feature.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-features/install-the-company-account-order-management-feature.html --- {% include pbc/all/install-features/{{page.version}}/install-the-company-account-feature.md %} diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.md index 1d1a2155949..78cab0ac07a 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.md @@ -18,8 +18,6 @@ related: link: docs/scos/dev/feature-integration-guides/page.version/customer-account-management-order-management-feature-integration.html - title: Install the Customer Account Management Glue API link: docs/pbc/all/identity-access-management/page.version/install-and-upgrade/install-the-customer-account-management-glue-api.html - - title: Customer Account Management feature walkthrough - link: docs/scos/dev/feature-walkthroughs/page.version/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.html --- {% include pbc/all/install-features/202307.0/install-the-customer-account-management-feature.md %} diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md index 8548e034657..91e0214bda8 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.md @@ -14,19 +14,19 @@ redirect_from: - /docs/scos/dev/feature-integration-guides/202307.0/glue-api/glue-api-company-account-feature-integration.html related: - title: Company Account feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-features/install-the-company-account-feature.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html --- {% include pbc/all/install-features/{{page.version}}/install-glue-api/install-the-company-account-glue-api.md %} diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md index 9a1bb1afd49..39d95ed0ede 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.md @@ -13,19 +13,19 @@ redirect_from: - /docs/scos/dev/feature-integration-guides/202204.0/glue-api/glue-api-customer-account-management-feature-integration.html related: - title: Customer Account Management feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-features/install-the-customer-account-management-feature.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html --- diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/create-company-roles.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/create-company-roles.md index d606c0fc63e..dc89fb9f72b 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/create-company-roles.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/create-company-roles.md @@ -16,7 +16,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/company-roles/create-company-roles.html related: - title: Managing Companies - link: docs/pbc/all/customer-relationship-management/page.version/manage-in-the-back-office/manage-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html --- @@ -25,7 +25,7 @@ This document describes how to create company roles in the Back Office. ## Prerequisites -* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). +* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). * Review the [reference information](#create-a-company-role) before you start, or look up the necessary information as you go through the process. ## Create a company role @@ -52,4 +52,4 @@ This document describes how to create company roles in the Back Office. ## Next steps -[Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/create-company-users.html) +[Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/create-company-users.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/edit-company-roles.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/edit-company-roles.md index 136f9d9ea09..a2657ba6a7b 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/edit-company-roles.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-roles/edit-company-roles.md @@ -7,7 +7,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/company-account/managing-company-roles.html related: - title: Managing Companies - link: docs/pbc/all/customer-relationship-management/page.version/manage-in-the-back-office/manage-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html --- @@ -34,7 +34,7 @@ Review the [reference information](#edit-a-company-role) before you start, or lo | ATTRIBUTE |DESCRIPTION | | --- | --- | -| COMPANY | A company this role belongs to. To define a role's company, [create](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-roles/create-company-roles.html) it from scratch. | +| COMPANY | A company this role belongs to. To define a role's company, [create](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html) it from scratch. | | NAME | Unique identifier of the role. | | IS DEFAULT | Defines if this role is used by default for all the new company users created. If the selected **COMPANY** already has a default role, by selecting this option you change the default role to this one. | | ASSIGNED PERMISSIONS | Permissions that are assigned to this role. The permissions are defined on a code level. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.md index 193dd70b250..54956633add 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.md @@ -22,7 +22,7 @@ This document describes how to create company unit addresses in the Back Office. ## Prerequisites -* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). +* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). * Review the [reference information](#reference-information-create-a-company-unit-address) before you start, or look up the necessary information as you go through the process. ## Create a company unit address @@ -45,7 +45,7 @@ This document describes how to create company unit addresses in the Back Office. | ATTRIBUTE | DESCRIPTION | | --- | --- | -| COMPANY | A company to assign this address to. To learn how to create a company, see [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). | +| COMPANY | A company to assign this address to. To learn how to create a company, see [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). | | COUNTRY | Country. | | CITY | City. | | ZIP CODE | Zip code. | @@ -57,7 +57,7 @@ This document describes how to create company unit addresses in the Back Office. ## Next steps -* [Assign the address to a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/edit-company-units.html) -* [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) -* [Create company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-roles/create-company-roles.html) -* [Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/create-company-users.html) +* [Assign the address to a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/edit-company-units.html) +* [Edit company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/edit-company-unit-addresses.html) +* [Create company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html) +* [Create company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/create-company-users.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/create-company-units.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/create-company-units.md index 426eabfb20f..7911de525e6 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/create-company-units.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/create-company-units.md @@ -22,7 +22,7 @@ This document describes how to create company units. ## Prerequisites -* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). +* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). * Review the [reference information](#reference-information-create-a-company-unit) before you start, or look up the necessary information as you go through the process. ## Create a company unit @@ -49,4 +49,4 @@ This document describes how to create company units. ## Next steps -Add addresses to the company unit. For instructions, see [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/edit-company-units.html) +Add addresses to the company unit. For instructions, see [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/edit-company-units.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/edit-company-units.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/edit-company-units.md index 59f1429f1ca..1fab201158f 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/edit-company-units.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-units/edit-company-units.md @@ -15,7 +15,7 @@ Learn how to edit company units in the Back Office. Additionally, this is the on ## Prerequisites -* Optional: [Create company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.html). They will be needed to assign addresses to the company unit you are going to edit. +* Optional: [Create company unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-unit-addresses/create-company-unit-addresses.html). They will be needed to assign addresses to the company unit you are going to edit. * Review the [reference information](#reference-information-edit-a-company-unit) before you start, or look up the necessary information as you go through the process. @@ -35,7 +35,7 @@ Learn how to edit company units in the Back Office. Additionally, this is the on | ATTRIBUTE | DESCRIPTION | | --- | --- | -| COMPANY | A company this unit belongs to. You can define the company only when [creating a unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/create-company-units.html). | +| COMPANY | A company this unit belongs to. You can define the company only when [creating a unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html). | | PARENT | A parent business unit of this unit. | | NAME | Name. | | IBAN | International Bank Account Number. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md index a88236c87f2..e1cab12278c 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/create-company-users.md @@ -17,9 +17,9 @@ related: - title: Edit company roles link: docs/scos/user/back-office-user-guides/202204.0/customer/company-users/edit-company-users.html - title: Create company roles - link: docs/scos/user/back-office-user-guides/page.version/customer/company-roles/create-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html - title: Managing Companies - link: docs/pbc/all/customer-relationship-management/page.version/manage-in-the-back-office/manage-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html --- @@ -28,9 +28,9 @@ This document describes how to create company users in the Back Office. ## Prerequisites -1. [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). -2. [Create a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/create-company-units.html). -3. [Create a company role](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-roles/create-company-roles.html). +1. [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). +2. [Create a company unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html). +3. [Create a company role](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html). 4. Review the [reference information](#reference-information-create-a-company-user) before you start, or look up the necessary information as you go through the process. ## Create a company user @@ -62,7 +62,7 @@ This document describes how to create company users in the Back Office. | GENDER | Customer gender. | | DATE OF BIRTH | Date of birth. | | PHONE | Phone number. | -| COMPANY | A company to create this user for. To create one, see [Managing companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). | -| BUSINESS UNIT | A company unit to to assign the user to. To create one, see [Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/create-company-units.html). | +| COMPANY | A company to create this user for. To create one, see [Managing companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). | +| BUSINESS UNIT | A company unit to to assign the user to. To create one, see [Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html). | | ASSIGNED ROLES | Roles assigned to the user. | | UNASSIGNED ROLES | Roles that you can assign to the user. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md index 1f4c67f63ae..4927d4930ef 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/company-users/edit-company-users.md @@ -7,11 +7,11 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/company-account/managing-company-users.html related: - title: Create company users - link: docs/pbc/all/customer-relationship-management/page.version/manage-in-the-back-office/company-users/create-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-users/create-company-users.html - title: Create company roles - link: docs/scos/user/back-office-user-guides/page.version/customer/company-roles/create-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/company-roles/create-company-roles.html - title: Managing Companies - link: docs/pbc/all/customer-relationship-management/page.version/manage-in-the-back-office/manage-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-in-the-back-office/manage-companies.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html --- @@ -43,7 +43,7 @@ Review the [reference information](#reference-information-edit-a-company-user) b | ATTRIBUTE |DESCRIPTION | | --- | --- | -| EMAIL | Email address that is used to log into the Storefront. You can define it only when [creating a company user](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-users/create-company-users.html). | +| EMAIL | Email address that is used to log into the Storefront. You can define it only when [creating a company user](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-users/create-company-users.html). | | SALUTATION | Formal salutation. | | FIRST NAME | First name. | | LAST NAME | Last name. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-customer-addresses.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-customer-addresses.md index 4ade39c0365..4adbe604d68 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-customer-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-customer-addresses.md @@ -15,7 +15,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customer-customer-access-customer-groups/managing-customer-addresses.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- This topic describes how to add customer addresses in the Back Office. @@ -45,7 +45,7 @@ Review the [reference information](#reference-information-add-a-customer-address The **View** page opens with the address displayed in the **ADDRESSES** pane. **Tips and tricks** -The first address added is used for both billing and shipping. To use different addresses, add one more address for the customer and select billing and shipping addresses by [editing the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/edit-customers.html) +The first address added is used for both billing and shipping. To use different addresses, add one more address for the customer and select billing and shipping addresses by [editing the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/edit-customers.html) ## Reference information: Add a customer address @@ -63,9 +63,9 @@ The following table describes the attributes you enter and select when adding a |ZIP CODE | ZIP code. | |COUNTRY | Country. | |PHONE| Phone number. | -|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | +|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). | |COMMENT| Any comment about the address. For example, `Use only for billing`. | ## Next steps -To select addresses for a customer, [edit a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/edit-customers.html) +To select addresses for a customer, [edit a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/edit-customers.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.md index fa72a4b531f..1b6fd430f5a 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customers/add-notes-to-customers.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/create-customers.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/create-customers.md index 130d0df1ea2..0e5d12f9680 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/create-customers.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/create-customers.md @@ -13,7 +13,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customer-customer-access-customer-groups/managing-customers.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- This document describes how to create customers in the Back Office. @@ -55,11 +55,11 @@ Once you create a customer, a verification email is sent to their email address, | GENDER | Gender.| | DATE OF BIRTH | Date of birth.| | PHONE | Phone number.| -|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | +|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). | | LOCALE | Locale.| | SEND PASSWORD TOKEN THROUGH EMAIL | If you select the checkbox, after saving the customer, an email will be sent to the customer containing a link. By accessing the link, the customer will be able to set a password for the account. If you don’t select this option, the customer will still be able request this email on the Storefront. | ## Next steps -* [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-customer-addresses.html) -* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-notes-to-customers.html) +* [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html) +* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-notes-to-customers.html) diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customer-addresses.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customer-addresses.md index 43dedc3f0d8..17d8171b926 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customer-addresses.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customer-addresses.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customers/edit-customer-addresses.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- This document describes how to edit customer addresses in the Back Office. @@ -50,5 +50,5 @@ Review the [reference information](#reference-information-edit-a-customer-addres |ZIP CODE | ZIP code. | |COUNTRY | Country. | |PHONE| Phone number. | -|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | +|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). | |COMMENT| Any comment about the address. For example, `Use only for billing`. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customers.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customers.md index 60d72df121f..f4b870faee8 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customers.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/edit-customers.md @@ -6,14 +6,14 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customers/edit-customers.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- This document describes how to edit customers in the Back Office. ## Prerequisites -* Optional: To select billing and shipping addresses, [add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-customer-addresses.html). +* Optional: To select billing and shipping addresses, [add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). * Review the [reference information](#reference-information-edit-a-customer) before you start or look up the necessary information as you go through the process. @@ -41,15 +41,15 @@ This document describes how to edit customers in the Back Office. |ATTRIBUTE| DESCRIPTION| |---|---| -| EMAIL | Email address. To change a customer's email address, you have to [create the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/create-customers.html) from scratch. | +| EMAIL | Email address. To change a customer's email address, you have to [create the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) from scratch. | | SALUTATION | Formal salutation. | | FIRST NAME | First name. | | LAST NAME | Last name. | | GENDER | Gender.| | DATE OF BIRTH | Date of birth.| | PHONE | Phone number.| -|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | +|COMPANY| Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). | | LOCALE | Locale. | | SEND PASSWORD TOKEN THROUGH EMAIL | If you select the checkbox, after saving the customer, an email will be sent to the customer containing a link. By accessing the link, the customer will be able to set a password for the account. If you don’t select this option, the customer will still be able to request the password reset email on the Storefront. | -| BILLING ADDRESS | When placing an order, this address will be selected by default for billing. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-customer-addresses.html). | -| SHIPPING ADDRESS | When placing an order, this address will be selected by default for shipping. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/add-customer-addresses.html). | +| BILLING ADDRESS | When placing an order, this address will be selected by default for billing. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). | +| SHIPPING ADDRESS | When placing an order, this address will be selected by default for shipping. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/view-customers.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/view-customers.md index 9314e33bc40..fbb00b817c6 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/view-customers.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/customers/view-customers.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customers/view-customers.html related: - title: Customer Account Management feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- To view a customer in the Back Office, follow the steps: @@ -25,11 +25,11 @@ To view a customer in the Back Office, follow the steps: | First Name | First name. | | Last name | Last name. | | Email | Email address. | -|Company | Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | +|Company | Company. Not to be confused with a [B2B company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). | | Customer Reference | Unique identifier of the customer. | | Gender | Gender. | | Locale | Locale. | | Phone | Phone number.| | Date of birth | Date of birth.| | Registered at | Date and time of the customer's creation. | -| Zed Account Reference | Unique identifier of the Back Office user this [customer is assigned](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html) to. | +| Zed Account Reference | Unique identifier of the Back Office user this [customer is assigned](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html) to. | diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-companies.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-companies.md index bd871030b86..c2a17aab8dc 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-companies.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-companies.md @@ -33,7 +33,7 @@ To start managing companies, go to **Customers  {% info_block warningBox "Company headquarters" %} -Once a company is created, one business unit for it is created automatically. This business unit is the company's headquarters. To edit it, see [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/edit-company-units.html). +Once a company is created, one business unit for it is created automatically. This business unit is the company's headquarters. To edit it, see [Edit company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/edit-company-units.html). {% endinfo_block %} @@ -70,4 +70,4 @@ To deactivate a company, click **Deactivate**. ## Next steps -[Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/company-units/create-company-units.html). +[Create company units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/company-units/create-company-units.html). diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-customer-access.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-customer-access.md index 5534388d5a4..90e955ac892 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-customer-access.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-in-the-back-office/manage-customer-access.md @@ -15,7 +15,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/customer/customer-customer-access-customer-groups/managing-customer-access.html related: - title: Customer access feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-access-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-access-feature-overview.html --- This document describes how to manage customer access in the Back Office. Customer access defines what guest users can see and do on the Storefront. 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 f876d7a9bd1..a03aba3efd9 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 @@ -17,19 +17,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202120.0/managing-b2b-account/retrieving-business-unit-addresses.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.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 da7c8fddfc9..2894c4eb386 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 @@ -16,19 +16,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-business-units.html related: - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Business Units overview @@ -37,11 +37,11 @@ related: link: docs/scos/user/features/page.version/company-account-feature-overview/company-accounts-overview.html --- -In the B2B world, users represent their companies rather than act on their own behalf. Such users, called [Company Accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html), are organized in business units depending on their job role and the scope of their activity. The endpoints allows retrieving business unit information. +In the B2B world, users represent their companies rather than act on their own behalf. Such users, called [Company Accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html), are organized in business units depending on their job role and the scope of their activity. The endpoints allows retrieving business unit information. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Retrieve a company business unit @@ -251,6 +251,6 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) 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 fa6e6251808..24fd26ca008 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 @@ -15,19 +15,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-companies.html related: - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Company Accounts overview @@ -38,7 +38,7 @@ This endpoint allows retrieving information about companies. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Retrieve a company @@ -114,7 +114,7 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) 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 e01b4cc6c39..f7a90aef4f8 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 @@ -15,30 +15,30 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-roles.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Company user roles and permissions overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-user-roles-and-permissions-overview.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html --- -In corporate environments, where users act as company representatives rather than private buyers, companies can leverage [Company Roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-user-roles-and-permissions-overview.html) to distribute scopes and permissions among [Company Users](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). This endpoint allows retrieving information about the company roles. +In corporate environments, where users act as company representatives rather than private buyers, companies can leverage [Company Roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.html) to distribute scopes and permissions among [Company Users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html). This endpoint allows retrieving information about the company roles. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Retrieve a company role @@ -180,5 +180,5 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) 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 46316122752..192b19f4a9b 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 @@ -15,19 +15,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/retrieving-company-users.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Company Accounts overview link: docs/scos/user/features/page.version/company-account-feature-overview/company-accounts-overview.html --- @@ -36,7 +36,7 @@ This endpoint allows retrieving information about company users. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Retrieve company users @@ -374,8 +374,8 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) 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 3da355d55c8..e1d39d68024 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 @@ -13,21 +13,21 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-b2b-account/searching-by-company-users.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Company Accounts overview @@ -35,14 +35,14 @@ related: - title: Merchant Custom Prices feature overview link: docs/pbc/all/price-management/page.version/base-shop/merchant-custom-prices-feature-overview.html - title: Password Management overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html --- This endpoint allows [authenticated customers](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html#authenticate-as-a-customer) to search by the company users available to them. Usually, authenticated customers search for a company user which they want to authenticate as. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Retrieve available company users 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 f30d486affd..4357d06ba56 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 @@ -19,15 +19,15 @@ related: - title: Managing Wishlists link: docs/pbc/all/shopping-list-and-wishlist/page.version/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html - title: Login & Registration Forms - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-login-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-login-overview.html - title: Password Management - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/password-management-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/password-management-overview.html - title: Customer Accounts - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-account-management-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -37,13 +37,13 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoints allows retrieving and edit customer addresses. @@ -63,7 +63,7 @@ To add an address to a customer, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | -| ***{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}*** | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customer_id{% raw %}}}{% endraw %}*** | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request @@ -97,7 +97,7 @@ Request sample: add an address | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | --- | --- | --- | --- | -| customer_reference | String | ✓ | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer) | +| customer_reference | String | ✓ | Unique identifier of the customer to add the address to. To get it, [Retrieve customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [Create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer) | | salutation | String | ✓ | Salutation to use when addressing the customer. | | firstName | String | ✓ | Customer's first name. | | lastName | String | ✓ | Customer's last name. | @@ -435,6 +435,6 @@ To view generic errors that originate from the Glue Application, see [Reference * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) * [Manage customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) * [Manage customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.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 b6b9f55c01d..914e2a3221b 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 @@ -17,7 +17,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -29,11 +29,11 @@ related: - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- The Customer API allows creating customers and manage their account data. This includes the possibility to maintain a set of customer addresses as separate resources. In the checkout process, you can retrieve and use these address resources to speed up the buying process. The API supports authentication via OAuth 2.0 and password restoration. diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md index a23da58a75f..5d8b5857719 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.md @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -28,11 +28,11 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html --- @@ -59,7 +59,7 @@ Alternatively, you can retrieve all orders made by a customer through the **/ord | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | Customer unique identifier to retrieve orders of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request 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 5675b4f1882..9c824b9ae94 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 @@ -23,9 +23,9 @@ related: link: docs/pbc/all/identity-access-management/page.version/install-and-upgrade/install-the-customer-access-glue-api.html --- -The [Customer Access API](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-retrieve-protected-resources.html) allows storefront owners to prevent unauthorized (guest) users from accessing certain REST API resources. This capability is tied up to the [Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-customer-access.html) feature that allows you to restrict access to certain content items in *Spryker Back Office*. +The [Customer Access API](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-retrieve-protected-resources.html) allows storefront owners to prevent unauthorized (guest) users from accessing certain REST API resources. This capability is tied up to the [Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-customer-access.html) feature that allows you to restrict access to certain content items in *Spryker Back Office*. -The access to resources protected by the API depends on the setup of the *(Customer Access)[/docs/pbc/all/customer-relationship-management/{{site.version}}/customer-access-feature-overview.hrml]* feature. If a certain type of information is restricted to *customer access only*, all API resources associated with it are protected from unauthorized access. If the access is unrestricted, the respective resources are available to guest users as well. For example, if you restrict the *can place an order* functionality to customer access only, customers can check out an order only when authenticated. Alongside that, the associated API resources (`checkout` and `checkout-data)` are available only upon authentication. If you don’t restrict access, everyone can use the resources. In other words, you can prevent access only to the resources that belong to one of the Customer Access feature items. +The access to resources protected by the API depends on the setup of the *(Customer Access)[/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/customer-access-feature-overview.hrml]* feature. If a certain type of information is restricted to *customer access only*, all API resources associated with it are protected from unauthorized access. If the access is unrestricted, the respective resources are available to guest users as well. For example, if you restrict the *can place an order* functionality to customer access only, customers can check out an order only when authenticated. Alongside that, the associated API resources (`checkout` and `checkout-data)` are available only upon authentication. If you don’t restrict access, everyone can use the resources. In other words, you can prevent access only to the resources that belong to one of the Customer Access feature items. This document shows how to map API resources to the Customer Access feature items. @@ -70,7 +70,7 @@ For constants that represent the content item types, see file `src/Spryker/Share For constants that represent API resource types, see configuration files of the corresponding APIs. 3. Save the file. -4. You can restrict access to the Customer Access feature items that are mapped to the REST API resources you want to protect. This is done in Spryker Back Office*. For detailed instructions, see [Managing Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-customer-access.html). +4. You can restrict access to the Customer Access feature items that are mapped to the REST API resources you want to protect. This is done in Spryker Back Office*. For detailed instructions, see [Managing Customer Access](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-customer-access.html). {% info_block infoBox %} diff --git a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/reorder-feature-overview.md b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/reorder-feature-overview.md index 0a801318754..4c98305a726 100644 --- a/docs/pbc/all/customer-relationship-management/202307.0/base-shop/reorder-feature-overview.md +++ b/docs/pbc/all/customer-relationship-management/202307.0/base-shop/reorder-feature-overview.md @@ -26,4 +26,4 @@ One of the biggest factors that influences customer loyalty and persuades them t | INSTALLATION GUIDES | UPGRADE GUIDES| |---------|---------| -| [Install the Multiple Carts + Reorder feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-reorder-feature.html) | [CustomerReorderWidget migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerreorderwidget-module.html) | +| [Install the Multiple Carts + Reorder feature](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-reorder-feature.html) | [CustomerReorderWidget migration guide](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerreorderwidget-module.html) | diff --git a/docs/pbc/all/discount-management/202204.0/base-shop/create-discounts-based-on-shipment.md b/docs/pbc/all/discount-management/202204.0/base-shop/create-discounts-based-on-shipment.md index 21cba6f6207..5a352527989 100644 --- a/docs/pbc/all/discount-management/202204.0/base-shop/create-discounts-based-on-shipment.md +++ b/docs/pbc/all/discount-management/202204.0/base-shop/create-discounts-based-on-shipment.md @@ -21,7 +21,7 @@ redirect_from: - /docs/pbc/all/discount-management/202204.0/base-shop/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html --- diff --git a/docs/pbc/all/discount-management/202204.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md b/docs/pbc/all/discount-management/202204.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md index 72cd939b936..6706f5649c6 100644 --- a/docs/pbc/all/discount-management/202204.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md +++ b/docs/pbc/all/discount-management/202204.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md @@ -29,7 +29,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/discount-management/202212.0/base-shop/create-discounts-based-on-shipment.md b/docs/pbc/all/discount-management/202212.0/base-shop/create-discounts-based-on-shipment.md index 21cba6f6207..5a352527989 100644 --- a/docs/pbc/all/discount-management/202212.0/base-shop/create-discounts-based-on-shipment.md +++ b/docs/pbc/all/discount-management/202212.0/base-shop/create-discounts-based-on-shipment.md @@ -21,7 +21,7 @@ redirect_from: - /docs/pbc/all/discount-management/202204.0/base-shop/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html --- diff --git a/docs/pbc/all/discount-management/202212.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md b/docs/pbc/all/discount-management/202212.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md index 9ab3b74eca6..c352df2da03 100644 --- a/docs/pbc/all/discount-management/202212.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md +++ b/docs/pbc/all/discount-management/202212.0/base-shop/manage-via-glue-api/retrieve-discounts-in-customer-carts.md @@ -31,7 +31,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request 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 7ae3299bfab..4569e7c9d14 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 @@ -21,7 +21,7 @@ redirect_from: - /docs/pbc/all/discount-management/202204.0/base-shop/tutorials-and-howtos/howto-create-discounts-based-on-shipment.html related: - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html - title: "Reference information: Shipment method plugins" link: docs/pbc/all/carrier-management/page.version/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html --- 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 ad26784c0dc..f5b5b1cd058 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 @@ -31,7 +31,7 @@ Alternatively, you can retrieve all carts belonging to a customer through the ** | PATH PARAMETER | DESCRIPTION | |-|-| -| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/managing-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | +| ***{% raw %}{{{% endraw %}customerId{% raw %}}}{% endraw %}*** | The Customer's unique ID to retrieve the carts of. To get it, [retrieve a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html#retrieve-customers) or [create a customer](/docs/pbc/all/identity-access-management/{{site.version}}/manage-using-glue-api/glue-api-create-customers.html#create-a-customer). | ### Request diff --git a/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore-prices-feature.md b/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore-prices-feature.md index 19faaadf315..eb07b2dbfa9 100644 --- a/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore-prices-feature.md +++ b/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore-prices-feature.md @@ -1,5 +1,5 @@ --- -title: Install Dynamic Multistore + Prices feature +title: Install Dynamic Multistore + the Prices feature description: Learn how to integrate the Dynamic multiple stores & Prices feature into a Spryker project. last_updated: Apr 25, 2023 template: feature-integration-guide-template diff --git a/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore.md b/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore.md index 8c4bb81576a..e24133d61a8 100644 --- a/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore.md +++ b/docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/install-dynamic-multistore.md @@ -3,21 +3,6 @@ title: Install Dynamic Multistore description: Learn how to integrate the Dynamic Store feature into your project last_updated: Feb 1, 2023 template: feature-integration-guide-template -related: - - title: Glue API - Dynamic multiple stores installation and configuration - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/manage-via-glue-api/dynamic-stores-feature-integration.md - - title: Install Dynamic Multistore + Avalability Notification feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-availability-notification-feature-integration.md - - title: Install Dynamic Multistore + Cart feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-cart-feature-integration.md - - title: Install Dynamic Multistore + CMS feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-cms-feature-integration.md - - title: Install Dynamic Multistore + Customer Account Management feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-customer-account-management-feature-integration.md - - title: Install Dynamic Multistore + Prices feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-prices-feature-integration.md - - title: Install Dynamic Multistore + Product feature - link: docs/pbc/all/dynamic-multistore/202307.0/base-shop/install-and-upgrade/install-features/dynamic-stores-product-feature-integration.md --- {% include pbc/all/install-features/202307.0/install-dynamic-multistore.md %} diff --git a/docs/pbc/all/emails/202307.0/third-party-integrations/inxmail.md b/docs/pbc/all/emails/202307.0/third-party-integrations/inxmail.md index 100d6928960..173ddf22dc9 100644 --- a/docs/pbc/all/emails/202307.0/third-party-integrations/inxmail.md +++ b/docs/pbc/all/emails/202307.0/third-party-integrations/inxmail.md @@ -5,15 +5,6 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/inxmail originalArticleId: 8ec1729f-d277-42ae-b8e2-36e15ff2a937 -redirect_from: - - /2021080/docs/inxmail - - /2021080/docs/en/inxmail - - /docs/inxmail - - /docs/en/inxmail - - /industry_partners/performance/inxmail.htm -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/identity-access-management/202204.0/identity-access-management.md b/docs/pbc/all/identity-access-management/202204.0/identity-access-management.md index 51e938b1b14..0dd4b71877f 100644 --- a/docs/pbc/all/identity-access-management/202204.0/identity-access-management.md +++ b/docs/pbc/all/identity-access-management/202204.0/identity-access-management.md @@ -53,11 +53,7 @@ The feature has the following functional constraint: Each of the identity managers is an ECO module that must be developed separately. After the module development, the identity manager’s roles and permissions must be mapped to the roles and permissions in Spryker. The mapping is always implemented at the project level. -## Related Business User documents -|BACK OFFICE USER GUIDES| -|---| -| [Log in to the Back Office](/docs/pbc/all/identity-access-management/{{page.version}}/log-into-the-back-office.html) | diff --git a/docs/pbc/all/identity-access-management/202204.0/manage-using-glue-api/glue-api-confirm-customer-registration.md b/docs/pbc/all/identity-access-management/202204.0/manage-using-glue-api/glue-api-confirm-customer-registration.md index 564219c6000..e9aa21a0142 100644 --- a/docs/pbc/all/identity-access-management/202204.0/manage-using-glue-api/glue-api-confirm-customer-registration.md +++ b/docs/pbc/all/identity-access-management/202204.0/manage-using-glue-api/glue-api-confirm-customer-registration.md @@ -37,7 +37,7 @@ related: link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html --- -After a customer has been created (to create a customer, see [Customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. +After a customer has been created (to create a customer, see [Customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. ## Installation diff --git a/docs/pbc/all/identity-access-management/202212.0/identity-access-management.md b/docs/pbc/all/identity-access-management/202212.0/identity-access-management.md index 240af909033..a978c8ffa5d 100644 --- a/docs/pbc/all/identity-access-management/202212.0/identity-access-management.md +++ b/docs/pbc/all/identity-access-management/202212.0/identity-access-management.md @@ -78,11 +78,7 @@ The feature has the following functional constraint: Each of the identity managers is an ECO module that must be developed separately. After the module development, the identity manager’s roles and permissions must be mapped to the roles and permissions in Spryker. The mapping is always implemented at the project level. -## Related Business User documents -|BACK OFFICE USER GUIDES| -|---| -| [Log in to the Back Office](/docs/pbc/all/identity-access-management/{{page.version}}/log-into-the-back-office.html) | diff --git a/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-the-customer-account-management-glue-api.md b/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-the-customer-account-management-glue-api.md index c330e3836ce..b2dd86bddab 100644 --- a/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-the-customer-account-management-glue-api.md +++ b/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-the-customer-account-management-glue-api.md @@ -10,13 +10,13 @@ related: - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html --- diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md index 3cc89203946..b2052c16fee 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-company-user.md @@ -15,19 +15,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202200.0/managing-b2b-account/authenticating-as-a-company-user.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html --- @@ -70,7 +70,7 @@ Request sample: authenticate as a company user | ATTRIBUTE | TYPE | DESCRIPTION | | --- | --- | --- | -| idCompanyUser | String | Unique identifier of a company user to authenticate as. To get it, [Retrieve available company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/searching-by-company-users.html#retrieve-available-company-users). | +| idCompanyUser | String | Unique identifier of a company user to authenticate as. To get it, [Retrieve available company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html#retrieve-available-company-users). | ### Response @@ -116,9 +116,9 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html) -* [Retrieve companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html) +* [Retrieve companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html) diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md index c9c6d117d5b..b9bd4ff3141 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-authenticate-as-a-customer.md @@ -19,7 +19,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer authentication tokens @@ -27,15 +27,15 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows authenticating as a customer. As an authenticated customer, you can send requests to [protected resources](/docs/scos/dev/glue-api-guides/{{page.version}}/authentication-and-authorization.html#protected-resources). @@ -124,7 +124,7 @@ Note that depending on the Login feature configuration for your project, too man | expiresIn | Integer | The time in seconds in which the token expires. | | accessToken | String | Authentication token used to send requests to the protected resources available for a customer. | | refreshToken | String | Authentication token used to refresh the `accessToken`. | -| idCompanyUser | string | A unique identifier of a user within a company. Use it to [retrieve a company user](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html). | +| idCompanyUser | string | A unique identifier of a user within a company. Use it to [retrieve a company user](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html). | ## Possible errors @@ -141,8 +141,8 @@ To view generic errors that originate from the Glue Application, see [Reference * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) * [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) -* [Manage customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) -* [Manage customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) +* [Manage customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) +* [Manage customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) * [Manage customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.html) diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-confirm-customer-registration.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-confirm-customer-registration.md index a2a3fea1063..1f359ce31f4 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-confirm-customer-registration.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-confirm-customer-registration.md @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Managing customer authentication tokens @@ -26,18 +26,18 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- -After a customer has been created (to create a customer, see [Customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. +After a customer has been created (to create a customer, see [Customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. ## Installation diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-create-customers.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-create-customers.md index c738bbf41cc..ba1f85f5fe6 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-create-customers.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-create-customers.md @@ -8,7 +8,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md index a2a16903822..3dd74a22f2c 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.md @@ -16,19 +16,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202005.0/managing-b2b-account/managing-company-user-authentication-tokens.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html --- This endpoint allows refreshing a company user access token or revoking a refresh token. diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md index b6f1f72106e..971a597ce46 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.md @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -26,15 +26,15 @@ related: - title: Managing customer authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows authenticating as a customer and refreshing customer authentication tokens via OAuth 2.0. diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md index e940bf4c210..4d90f29a2aa 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.md @@ -17,7 +17,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -25,15 +25,15 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows refreshing customer authentication tokens and revoking customer refresh tokens. You may want to refresh an authentication token when it expires. Revocation is useful when an authentication token is compromised. diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-passwords.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-passwords.md index a1d350ef44d..35360dad86b 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-passwords.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-manage-customer-passwords.md @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -28,13 +28,13 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Password Management overview link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/password-management-overview.html --- diff --git a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md index 520c9b0076f..93d50a205d2 100644 --- a/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md +++ b/docs/pbc/all/identity-access-management/202212.0/manage-using-glue-api/glue-api-retrieve-protected-resources.md @@ -18,7 +18,7 @@ related: - title: Customer Access feature overview link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-access-feature-overview.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html --- Since shop owners can define which resources are protected, the list is different in each shop. That's why, before sending any requests, you might need to check which resources are protected and [authenticate](/docs/scos/dev/glue-api-guides/{{page.version}}/authentication-and-authorization.html). 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 2fc0e644c22..36f1c2b66e8 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 @@ -26,7 +26,7 @@ Back Office supports login via two types of accounts: ### Login with a Back Office account -Only an existing Back Office user with sufficient permissions or a developer can create Back Office accounts. That is, if you want to onboard a new Back Office user, you need to create an account for them. For instructions on creating accounts in the Back Office, see [Create users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html). +Only an existing Back Office user with sufficient permissions or a developer can create Back Office accounts. That is, if you want to onboard a new Back Office user, you need to create an account for them. For instructions on creating accounts in the Back Office, see [Create users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html). To log in, on the Back Office login page, a user enters the email address and password of their account. If the credentials are correct and their account is active at that time, they are logged in. @@ -78,12 +78,6 @@ The feature has the following functional constraint: Each of the identity managers is an ECO module that must be developed separately. After the module development, the identity manager’s roles and permissions must be mapped to the roles and permissions in Spryker. The mapping is always implemented at the project level. -## Related Business User documents - -|BACK OFFICE USER GUIDES| -|---| -| [Log in to the Back Office](/docs/pbc/all/identity-access-management/{{page.version}}/log-into-the-back-office.html) | - ## Related Developer documents diff --git a/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-access-glue-api.md b/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-access-glue-api.md index ac8e03056e9..e1a8d687426 100644 --- a/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-access-glue-api.md +++ b/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-access-glue-api.md @@ -12,7 +12,7 @@ redirect_from: - /docs/en/glue-api-customer-access-feature-integration related: - title: Customer Access feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-features/install-the-customer-access-feature.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-features/install-the-customer-access-feature.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html --- diff --git a/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-account-management-glue-api.md b/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-account-management-glue-api.md index 5c263ca549f..6d5e7653638 100644 --- a/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-account-management-glue-api.md +++ b/docs/pbc/all/identity-access-management/202307.0/install-and-upgrade/install-the-customer-account-management-glue-api.md @@ -4,19 +4,19 @@ last_updated: Jul 13, 2021 template: feature-integration-guide-template related: - title: Customer Account Management feature integration - link: docs/pbc/all/customer-relationship-management/page.version/install-and-upgrade/install-features/install-the-customer-account-management-feature.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.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 7dcffe6ad3f..1bccfd920a1 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 @@ -15,19 +15,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202200.0/managing-b2b-account/authenticating-as-a-company-user.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: Managing company user authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html --- @@ -36,7 +36,7 @@ This endpoint allows authenticating as a company user. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company Account Feature Integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Authenticate as a company user @@ -70,7 +70,7 @@ Request sample: authenticate as a company user | ATTRIBUTE | TYPE | DESCRIPTION | | --- | --- | --- | -| idCompanyUser | String | Unique identifier of a company user to authenticate as. To get it, [Retrieve available company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/searching-by-company-users.html#retrieve-available-company-users). | +| idCompanyUser | String | Unique identifier of a company user to authenticate as. To get it, [Retrieve available company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html#retrieve-available-company-users). | ### Response @@ -116,9 +116,9 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -* [Retrieve company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html) -* [Retrieve companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) -* [Retrieve business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) -* [Retrieve company company roles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-roles.html) -* [Retrieve business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) +* [Retrieve company users](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html) +* [Retrieve companies](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html) +* [Retrieve business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html) +* [Retrieve company company roles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html) +* [Retrieve business unit addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html) * [Manage company user authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-company-user-authentication-tokens.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 9918bc27ff7..b324b0f6adf 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 @@ -19,7 +19,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Managing customer authentication tokens @@ -27,15 +27,15 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows authenticating as a customer. As an authenticated customer, you can send requests to [protected resources](/docs/scos/dev/glue-api-guides/{{page.version}}/authentication-and-authorization.html#protected-resources). @@ -89,7 +89,7 @@ If you are authenticating as a newly created customer, make sure to verify your {% info_block warningBox %} -Note that depending on the Login feature configuration for your project, too many unsuccessful login attempts may result in the 429 error, and the user will be locked out for some time. For details, see [Customer Login feature overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-login-overview.html). +Note that depending on the Login feature configuration for your project, too many unsuccessful login attempts may result in the 429 error, and the user will be locked out for some time. For details, see [Customer Login feature overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-login-overview.html). {% endinfo_block %} @@ -124,7 +124,7 @@ Note that depending on the Login feature configuration for your project, too man | expiresIn | Integer | The time in seconds in which the token expires. | | accessToken | String | Authentication token used to send requests to the protected resources available for a customer. | | refreshToken | String | Authentication token used to refresh the `accessToken`. | -| idCompanyUser | string | A unique identifier of a user within a company. Use it to [retrieve a company user](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html). | +| idCompanyUser | string | A unique identifier of a user within a company. Use it to [retrieve a company user](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html). | ## Possible errors @@ -141,8 +141,8 @@ To view generic errors that originate from the Glue Application, see [Reference * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) * [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) -* [Manage customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) -* [Manage customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) +* [Manage customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) +* [Manage customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html) * [Manage customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.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 c80dfbf6eb0..c77c33a7f51 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 @@ -12,26 +12,26 @@ redirect_from: - /docs/en/authenticating-as-an-agent-assist related: - title: Agent Assist feature overview - link: docs/pbc/all/user-management/page.version/agent-assist-feature-overview.html + link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html - title: Impersonate customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html - title: Managing agent assist authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html - title: Search by customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html --- -Log into the Storefront as an [agent assist](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) to help customers by performing actions on their behalf. After you’ve logged in, you can search by customers and impersonate them to perform any action available to them. +Log into the Storefront as an [agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) to help customers by performing actions on their behalf. After you’ve logged in, you can search by customers and impersonate them to perform any action available to them. ## Installation For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) +* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) -* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) +* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) -* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) +* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) ## Authenticate as an agent assist @@ -66,7 +66,7 @@ Request sample: authenticate as an agent assist {% info_block warningBox %} -Note that depending on the Login feature configuration for your project, too many unsuccessful login attempts may result in the 429 error, and the user will be locked out for some time. For details, see [Storefront Login feature overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-account-management-feature-overview/customer-login-overview.html) +Note that depending on the Login feature configuration for your project, too many unsuccessful login attempts may result in the 429 error, and the user will be locked out for some time. For details, see [Storefront Login feature overview](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-account-management-feature-overview/customer-login-overview.html) {% endinfo_block %} @@ -111,5 +111,5 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps After you’ve authenticated in as an agent assist, you can: -* [Search by customers](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html#search-by-customers) -* [Impersonate a customer](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html#impersonate-a-customer) +* [Search by customers](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html#search-by-customers) +* [Impersonate a customer](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html#impersonate-a-customer) 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 fb35a7df324..1f359ce31f4 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 @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Managing customer authentication tokens @@ -26,22 +26,22 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- -After a customer has been created (to create a customer, see [Customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. +After a customer has been created (to create a customer, see [Customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html)), the registration must be confirmed. This endpoint allows you to do that by sending a confirmation code received by email. ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html). ## Confirm customer registration diff --git a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-create-customers.md b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-create-customers.md index 953d1dfb7f8..2dca45fc77d 100644 --- a/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-create-customers.md +++ b/docs/pbc/all/identity-access-management/202307.0/manage-using-glue-api/glue-api-create-customers.md @@ -8,7 +8,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - 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 39002dffcc9..2bac0e72ee6 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 @@ -12,13 +12,13 @@ redirect_from: - /docs/en/managing-agent-assist-authentication-tokens related: - title: Agent Assist feature overview - link: docs/pbc/all/user-management/page.version/agent-assist-feature-overview.html + link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html - title: Authenticate as an agent assist link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html - title: Impersonate customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html - title: Search by customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html --- This endpoint allows to refresh an agent assist access token or revoke a refresh token. @@ -27,9 +27,9 @@ This endpoint allows to refresh an agent assist access token or revoke a refresh ## Installation For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) -* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) -* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) +* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) +* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) +* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) ## Refresh an agent assist authentication token 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 2f42832b720..f1653a1a6c5 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 @@ -16,19 +16,19 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202005.0/managing-b2b-account/managing-company-user-authentication-tokens.html related: - title: Retrieving companies - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-companies.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-companies.html - title: Retrieving company roles - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-roles.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-roles.html - title: Retrieving company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html - title: "Glue API: Authenticating as a company user" link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-company-user.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Retrieving business units - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-units.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-units.html - title: Retrieving business unit addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/retrieving-business-unit-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-business-unit-addresses.html --- This endpoint allows refreshing a company user access token or revoking a refresh token. @@ -36,7 +36,7 @@ This endpoint allows refreshing a company user access token or revoking a refres ## Installation -For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). +For detailed information on the modules that provide the API functionality and related installation instructions, see [Glue API: Company account feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html). ## Refresh a company user authentication token 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 b6f1f72106e..971a597ce46 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 @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -26,15 +26,15 @@ related: - title: Managing customer authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows authenticating as a customer and refreshing customer authentication tokens via OAuth 2.0. 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 d381f234cf4..bc64882816c 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 @@ -17,7 +17,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -25,15 +25,15 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer passwords link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-passwords.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html --- This endpoint allows refreshing customer authentication tokens and revoking customer refresh tokens. You may want to refresh an authentication token when it expires. Revocation is useful when an authentication token is compromised. 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 4bc405f5625..6fd0bc934c0 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 @@ -18,7 +18,7 @@ related: - title: Authentication and authorization link: docs/pbc/all/identity-access-management/page.version/glue-api-authentication-and-authorization.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Confirming customer registration link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-confirm-customer-registration.html - title: Authenticating as a customer @@ -28,15 +28,15 @@ related: - title: Managing customer authentication tokens via OAuth 2.0 link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html - title: Managing customers - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customers.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html - title: Managing customer addresses - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/managing-customer-addresses.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-manage-customer-addresses.html - title: Retrieve customer carts link: docs/pbc/all/cart-and-checkout/page.version/base-shop/manage-using-glue-api/retrieve-customer-carts.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Password Management overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/password-management-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/password-management-overview.html --- The endpoints in this document allows you to manage customer passwords. You can change or reset a password. 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 9c47a9052ee..a08f18ca2a8 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 @@ -16,9 +16,9 @@ related: - title: Authenticating as a customer link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-a-customer.html - title: Customer Access feature overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-access-feature-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-access-feature-overview.html - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html --- Since shop owners can define which resources are protected, the list is different in each shop. That's why, before sending any requests, you might need to check which resources are protected and [authenticate](/docs/scos/dev/glue-api-guides/{{page.version}}/authentication-and-authorization.html). diff --git a/docs/pbc/all/merchant-management/202212.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md b/docs/pbc/all/merchant-management/202212.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md index 999c20cbcd3..fa29e254e55 100644 --- a/docs/pbc/all/merchant-management/202212.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md +++ b/docs/pbc/all/merchant-management/202212.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md @@ -18,7 +18,7 @@ related: - title: Product feature integration link: docs/scos/dev/feature-integration-guides/page.version/product-feature-integration.html - title: Product Lists feature integration - link: docs/scos/dev/feature-integration-guides/page.version/product-lists-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-lists-feature.html - title: Prices feature integration link: docs/scos/dev/feature-integration-guides/page.version/prices-feature-integration.html - title: Product Images + Configurable Bundle feature integration diff --git a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchant-relations.md b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchant-relations.md index e3b110db55f..c735bcbd3bb 100644 --- a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchant-relations.md +++ b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchant-relations.md @@ -14,7 +14,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202212.0/marketplace/merchant-relations/create-merchant-relations.html related: - title: Edit merchant relations - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/edit-merchant-relations.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/edit-merchant-relations.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchants.md b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchants.md index 319e85bdbdc..fe1fe57e478 100644 --- a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchants.md +++ b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/create-merchants.md @@ -14,7 +14,7 @@ redirect_from: - docs/scos/user/back-office-user-guides/202212.0/marketplace/merchants/create-merchants.html related: - title: Edit merchants - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/edit-merchants.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/edit-merchants.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md index 81db3c8298d..6f9314a0e79 100644 --- a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md +++ b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202212.0/marketplace/merchant-relations/edit-merchant-relations.html related: - title: Create merchant relations - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchants.md b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchants.md index 9f15c71b895..ba696bfcf73 100644 --- a/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchants.md +++ b/docs/pbc/all/merchant-management/202212.0/base-shop/manage-in-the-back-office/edit-merchants.md @@ -7,7 +7,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202212.0/marketplace/merchants/edit-merchants.html related: - title: Create merchants - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/create-merchants.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchants.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md b/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md index a8a0d146909..6b01b44f3c1 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md @@ -27,7 +27,7 @@ To retrieve a merchant opening hours, send the request: {% info_block warningBox "Note" %} -This endpoint returns only [active](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overviewew.html#merchant-statuses) merchants. You can activate merchants in the Back Office. +This endpoint returns only [active](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html#merchant-statuses) merchants. You can activate merchants in the Back Office. {% endinfo_block %} diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md b/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md index 84e4c6ba14b..dab11d68123 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md @@ -15,7 +15,7 @@ Merchant is an individual or an organization selling products on the Marketplace ## Installation -For detailed information about the modules that provide the API functionality and related installation instructions, see [Glue API - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html). +For detailed information about the modules that provide the API functionality and related installation instructions, see [Glue API - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html). ## Retrieve merchants @@ -646,12 +646,12 @@ Retrieve merchant information as a relationship when sending the following reque * [Retrieve an abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html#retrieve-an-abstract-product) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html#retrieve-a-concrete-product) -* [Retrieve a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#retrieve-a-wishlist) +* [Retrieve a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#retrieve-a-wishlist) * [Retrieve a product offer] * [Retrieve marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) Search by merchants in the product catalog. For details, see [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html). -Resolve a search engine friendly URL of a merchant page. For details, see [Resolving search engine friendly URLs](/docs/marketplace/dev/glue-api-guides/{{page.version}}/resolving-search-engine-friendly-urls.html). +Resolve a search engine friendly URL of a merchant page. For details, see [Resolving search engine friendly URLs](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/marketplace-glue-api-resolve-search-engine-friendly-urls.html). ## Possible errors diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md b/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md index c363cb49007..6168e3d0f12 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md @@ -135,7 +135,7 @@ Learn about [merchant users](/docs/pbc/all/merchant-management/{{page.version}}/ | INSTALLATION GUIDES | GLUE API GUIDES | DATA IMPORT | | --- | --- | --- | |[Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html) |[Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html) | [File details: merchant.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant.csv.html) | -|[Glue API: Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html) | [File details: merchant_profile.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile.csv.html) | +|[Glue API: Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html) | [File details: merchant_profile.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile.csv.html) | | [Merchant Portal - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-portal-marketplace-merchant-feature.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [File details: merchant_profile_address.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile-address.csv.html) | -| | [Resolving the URL of the merchant page](/docs/marketplace/dev/glue-api-guides/{{page.version}}/resolving-search-engine-friendly-urls.html) |[File details: merchant_stock.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-stock.csv.html) | +| | [Resolving the URL of the merchant page](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/marketplace-glue-api-resolve-search-engine-friendly-urls.html) |[File details: merchant_stock.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-stock.csv.html) | | | | [File details: merchant_store.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-store.csv.html) | diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md b/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md index 54155b49a81..6b6c660c4bf 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md @@ -65,7 +65,7 @@ The `GuiTable` frontend component knows how to create the table itself, where to {% info_block warningBox "Table design" %} -To learn more about table design, see [Table design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/). +To learn more about table design, see [Table design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-design.html). {% endinfo_block %} @@ -73,7 +73,7 @@ To learn more about table design, see [Table design](/docs/scos/dev/front-end-de |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Merchant Portal Core feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-core-feature.html) | | [File details: merchant_user.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-user.csv.html) | [GUI modules concept](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules-concept.html) | +| [Marketplace Merchant Portal Core feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-core-feature.html) | | [File details: merchant_user.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-user.csv.html) | [GUI modules concept](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules.html) | | | | | [How to create a new GUI module](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/create-gui-modules.html) | | | | | [How to create a new Gui table](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/create-gui-tables.html) | | | | | [How to extend an existing Gui table](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/extend-gui-tables.html) | diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-category-feature-overview.md b/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-category-feature-overview.md index 5a14090fe8c..a88bbdf1a15 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-category-feature-overview.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-category-feature-overview.md @@ -17,4 +17,4 @@ To create merchant categories, you should import them. For details, see [File de | INSTALLATION GUIDES | DATA IMPORT | |---|---| | [Merchant Category feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-category-feature.html) |[File details: merchant_category.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-category.csv.html) | -| [Glue API: Merchant Category integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) | | +| [Glue API: Merchant Category integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) | | diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-opening-hours-feature-overview.md b/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-opening-hours-feature-overview.md index 5fa4e50d8d7..c963ff1d44a 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-opening-hours-feature-overview.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/merchant-opening-hours-feature-overview.md @@ -29,5 +29,5 @@ To display merchant opening hours on the Storefront, you should import the open |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | |---------|---------|---------| -| [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-opening-hours-feature.html) |[Retrieve profile information for a merchant](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#retrieve-a-merchant) | [File details: merchant_open_hours_week_day_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-week-day-schedule.csv.html) | -| [Glue API: Merchant Opening Hours integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) |[Retrieve merchant opening hours](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.html) | [File details: merchant_open_hours_date_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-date-schedule.csv.html) | +| [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-opening-hours-feature.html) |[Retrieve profile information for a merchant](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#retrieve-a-merchant) | [File details: merchant_open_hours_week_day_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-week-day-schedule.csv.html) | +| [Glue API: Merchant Opening Hours integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) |[Retrieve merchant opening hours](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.html) | [File details: merchant_open_hours_date_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-date-schedule.csv.html) | diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/third-party-integrations/channelpilot-marketplace.md b/docs/pbc/all/merchant-management/202212.0/marketplace/third-party-integrations/channelpilot-marketplace.md index 5441f53b235..67aa4e3a7ae 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/third-party-integrations/channelpilot-marketplace.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/third-party-integrations/channelpilot-marketplace.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/channelpilot - /docs/scos/user/technology-partners/202200.0/marketplace-integrations/channelpilot-marketplace.html - /docs/scos/user/technology-partners/202212.0/marketplace-integrations/channelpilot-marketplace.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-modules.md b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-modules.md index b9d2fa5e8be..f0fe20fa182 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-modules.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-modules.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/howtos/how-to-create-gui-module.html related: - title: GUI modules concept - link: docs/pbc/all/merchant-management/page.version/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules-concept.html + link: docs/pbc/all/merchant-management/page.version/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules.html --- This document describes how to create a new GUI module and add it to navigation. diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md index bd0578b9b64..4222877e6c3 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md @@ -47,4 +47,4 @@ Add a new `addColumn***()` method to `Spryker\Shared\GuiTable\Configuration\Buil } ``` -To learn more about Column Type frontend components, see the [Table Column Type Extension](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/table-design/table-column-types) +To learn more about Column Type frontend components, see the [Table Column Type Extension](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-column-type-extension/table-column-type-extension.html) diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md index 9d0afb5711c..694f5087977 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md @@ -59,4 +59,4 @@ Add a new `addFilter***()` method to `Spryker\Shared\GuiTable\Configuration\Buil } ``` -See the [Table Filter extension](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/table-design/table-filters) to learn more about the Table Filters feature. +See the [Table Filter extension](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/table-design/table-filter-extension/table-filter-extension.html) to learn more about the Table Filters feature. diff --git a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-tables.md b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-tables.md index 0f8b64bcafd..71c8af1d9bb 100644 --- a/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-tables.md +++ b/docs/pbc/all/merchant-management/202212.0/marketplace/tutorials-and-howtos/create-gui-tables.md @@ -305,7 +305,7 @@ class ProductsController extends AbstractController Create a corresponding Twig template, pass configuration to frontend component. -To learn more about table components, see [Table Design](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/table-design). +To learn more about table components, see [Table Design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-design.html). ## 7) Data source diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md b/docs/pbc/all/merchant-management/202307.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md index 1c193c2f7df..e3fba446f80 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/install-and-upgrade/install-the-merchant-product-restrictions-feature.md @@ -18,7 +18,7 @@ related: - title: Product feature integration link: docs/scos/dev/feature-integration-guides/page.version/product-feature-integration.html - title: Product Lists feature integration - link: docs/scos/dev/feature-integration-guides/page.version/product-lists-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-lists-feature.html - title: Prices feature integration link: docs/scos/dev/feature-integration-guides/page.version/prices-feature-integration.html - title: Product Images + Configurable Bundle feature integration diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchant-relations.md b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchant-relations.md index 4eb82621bc8..ad4b67e90ec 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchant-relations.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchant-relations.md @@ -24,7 +24,7 @@ This document describes how to create merchant relations in the Back Office. ## Prerequisites * [Create a merchant](/docs/pbc/all/merchant-management/{{page.version}}/base-shop/manage-in-the-back-office/create-merchants.html). -* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/manage-companies.html). +* [Create a company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-companies.html). * Optional: [Create a product list](/docs/pbc/all/product-information-management/{{page.version}}/base-shop//manage-in-the-back-office/product-lists/create-product-lists.html). It's needed to allow or deny a company access to certain products. * Review the [reference information](#reference-information-create-a-merchant-relation) before you start, or look up the necessary information as you go through the process. diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchants.md b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchants.md index ea6d9756e72..0960818810d 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchants.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/create-merchants.md @@ -14,7 +14,7 @@ redirect_from: - docs/scos/user/back-office-user-guides/202307.0/marketplace/merchants/create-merchants.html related: - title: Edit merchants - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/edit-merchants.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/edit-merchants.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md index 488bad463fa..93cc997a7ba 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchant-relations.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/marketplace/merchant-relations/edit-merchant-relations.html related: - title: Create merchant relations - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchant-relations.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchants.md b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchants.md index 65f28ce6dbe..535f86f3620 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchants.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/manage-in-the-back-office/edit-merchants.md @@ -7,7 +7,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/marketplace/merchants/edit-merchants.html related: - title: Create merchants - link: docs/scos/user/back-office-user-guides/page.version/base-shop/manage-in-the-back-office/create-merchants.html + link: docs/pbc/all/merchant-management/page.version/base-shop/manage-in-the-back-office/create-merchants.html - title: Merchants and Merchant Relations feature overview link: docs/pbc/all/merchant-management/page.version/base-shop/merchant-b2b-contracts-feature-overview.html --- diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-b2b-contracts-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-b2b-contracts-feature-overview.md index 09453162c84..8f658633b4e 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-b2b-contracts-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-b2b-contracts-feature-overview.md @@ -19,8 +19,8 @@ In the B2B partnership, which is usually based on contracts, the selling company There are three key figures: marketplace owner, merchant, and buyer. * The marketplace owner owns the platform and acts as a broker between merchants and buyers. -* The merchants are sellers usually represented by a [company](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html#company). -* The buyers are often [business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) of companies that purchase products or services from the merchants. +* The merchants are sellers usually represented by a [company](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/company-accounts-overview.html#company). +* The buyers are often [business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) of companies that purchase products or services from the merchants. The business relationships between merchants and buyers are usually based on contracts. diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/merchant-product-restrictions-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/merchant-product-restrictions-feature-overview.md index af3d21a546c..d3cf7d66267 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/merchant-product-restrictions-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/merchant-product-restrictions-feature-overview.md @@ -17,7 +17,7 @@ The _Product Restrictions_ feature lets merchants define the products that are a In terms of the [Merchant concept](/docs/pbc/all/merchant-management/{{page.version}}/base-shop/merchant-b2b-contracts-feature-overview.html), a *merchant* is an entity that sells products in a B2B environment. -Product Restrictions from a merchant to a buyer give merchants [another layer](/docs/pbc/all/customer-relationship-management/{{page.version}}/customer-access-feature-overview.html) of control over the information a customer can see in the shop application. Based on product restrictions, you can do the following actions: +Product Restrictions from a merchant to a buyer give merchants [another layer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/customer-access-feature-overview.html) of control over the information a customer can see in the shop application. Based on product restrictions, you can do the following actions: * Create a list of products. * Hide the product information for the products (pricing, appearance in the search/filters). diff --git a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/restricted-products-behavior.md b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/restricted-products-behavior.md index 52872ca6d38..1982e6fb048 100644 --- a/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/restricted-products-behavior.md +++ b/docs/pbc/all/merchant-management/202307.0/base-shop/merchant-product-restrictions-feature-overview/restricted-products-behavior.md @@ -70,7 +70,7 @@ On this page, you can find commonly encountered cases of product restrictions be

Blacklist

-

During the reorder process, products that are restricted but exist in a previous order are automatically removed from the cart.

+

During the reorder process, products that are restricted but exist in a previous order are automatically removed from the cart.

diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-in-the-back-office/manage-merchant-users.md b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-in-the-back-office/manage-merchant-users.md index 4c3b4e3297e..36274378686 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-in-the-back-office/manage-merchant-users.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-in-the-back-office/manage-merchant-users.md @@ -43,7 +43,7 @@ To create a merchant user, do the following: 4. Click **Create**. -By default, each merchant user obtains the role of Merchant Portal Administrator. To change it, [edit the user](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/edit-users.html). +By default, each merchant user obtains the role of Merchant Portal Administrator. To change it, [edit the user](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/edit-users.html). ### Reference information: Creating a merchant user diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md index 0eddeaba9df..a7f31b6993a 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.md @@ -27,7 +27,7 @@ To retrieve a merchant opening hours, send the request: {% info_block warningBox "Note" %} -This endpoint returns only [active](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overviewew.html#merchant-statuses) merchants. You can activate merchants in the Back Office. +This endpoint returns only [active](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html#merchant-statuses) merchants. You can activate merchants in the Back Office. {% endinfo_block %} diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md index d581f0035f4..b322d26a142 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.md @@ -15,7 +15,7 @@ Merchant is an individual or an organization selling products on the Marketplace ## Installation -For detailed information about the modules that provide the API functionality and related installation instructions, see [Glue API - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html). +For detailed information about the modules that provide the API functionality and related installation instructions, see [Glue API - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html). ## Retrieve merchants @@ -646,12 +646,12 @@ Retrieve merchant information as a relationship when sending the following reque * [Retrieve an abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html#retrieve-an-abstract-product) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html#retrieve-a-concrete-product) -* [Retrieve a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#retrieve-a-wishlist) +* [Retrieve a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#retrieve-a-wishlist) * [Retrieve a product offer] * [Retrieve marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) Search by merchants in the product catalog. For details, see [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html). -Resolve a search engine friendly URL of a merchant page. For details, see [Resolving search engine friendly URLs](/docs/marketplace/dev/glue-api-guides/{{page.version}}/resolving-search-engine-friendly-urls.html). +Resolve a search engine friendly URL of a merchant page. For details, see [Resolving search engine friendly URLs](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/marketplace-glue-api-resolve-search-engine-friendly-urls.html). ## Possible errors diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md index 92726a066d0..18fadef5793 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.md @@ -135,7 +135,7 @@ Learn about [merchant users](/docs/pbc/all/merchant-management/{{page.version}}/ | INSTALLATION GUIDES | GLUE API GUIDES | DATA IMPORT | | --- | --- | --- | |[Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html) |[Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html) | [File details: merchant.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant.csv.html) | -|[Glue API: Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-marketplace-merchant-glue-api.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html) | [File details: merchant_profile.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile.csv.html) | +|[Glue API: Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-merchant-glue-api.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/marketplace/glue-api-search-the-product-catalog.html) | [File details: merchant_profile.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile.csv.html) | | [Merchant Portal - Marketplace Merchant feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-portal-marketplace-merchant-feature.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [File details: merchant_profile_address.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-profile-address.csv.html) | -| | [Resolving the URL of the merchant page](/docs/marketplace/dev/glue-api-guides/{{page.version}}/resolving-search-engine-friendly-urls.html) |[File details: merchant_stock.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-stock.csv.html) | +| | [Resolving the URL of the merchant page](/docs/scos/dev/glue-api-guides/{{page.version}}/old-glue-infrastructure/marketplace-glue-api-resolve-search-engine-friendly-urls.html) |[File details: merchant_stock.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-stock.csv.html) | | | | [File details: merchant_store.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-store.csv.html) | diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/merchant-users-overview.md b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/merchant-users-overview.md index feec31e2d4c..ac37029d838 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/merchant-users-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-feature-overview/merchant-users-overview.md @@ -58,6 +58,6 @@ Merchant users have access only to the information related to their organization 1. A Marketplace administrator creates a merchant and approves it. 2. When the merchant is approved, corresponding merchant users can be created in **Back Office > Merchant > Users**. 3. A Marketplace administrator can assign needed user groups to allow or restrict certain permissions for Merchant Portal in **Back Office > Users > Users**. -4. After the merchant user is created, they need to be [activated](/docs/pbc/all/merchant-management/{page.version}/marketplace/manage-in-the-back-office/manage-merchant-users.html#activating-and-deactivating-the-merchant-users) to log in to the Merchant Portal. +4. After the merchant user is created, they need to be [activated](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-in-the-back-office/manage-merchant-users.html#activating-and-deactivating-the-merchant-users) to log in to the Merchant Portal. 5. The "Reset Password" email is sent to the activated merchant user. 6. After the password is reset, the merchant user can log in to the Merchant Portal. diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md index 7760dbf1eb5..0127e1114fe 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/marketplace-merchant-portal-core-feature-overview/marketplace-merchant-portal-core-feature-overview.md @@ -65,7 +65,7 @@ The `GuiTable` frontend component knows how to create the table itself, where to {% info_block warningBox "Table design" %} -To learn more about table design, see [Table design](/docs/marketplace/dev/front-end/{{page.version}}/table-design/). +To learn more about table design, see [Table design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-design.html). {% endinfo_block %} @@ -73,7 +73,7 @@ To learn more about table design, see [Table design](/docs/marketplace/dev/front |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Merchant Portal Core feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-core-feature.html) | | [File details: merchant_user.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-user.csv.html) | [GUI modules concept](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules-concept.html) | +| [Marketplace Merchant Portal Core feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-core-feature.html) | | [File details: merchant_user.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-user.csv.html) | [GUI modules concept](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules.html) | | | | | [How to create a new GUI module](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/create-gui-modules.html) | | | | | [How to create a new Gui table](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/create-gui-tables.html) | | | | | [How to extend an existing Gui table](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/tutorials-and-howtos/extend-gui-tables.html) | diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-category-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-category-feature-overview.md index 17c61176397..042a2011da9 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-category-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-category-feature-overview.md @@ -17,4 +17,4 @@ To create merchant categories, you should import them. For details, see [File de | INSTALLATION GUIDES | DATA IMPORT | |---|---| | [Merchant Category feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-category-feature.html) |[File details: merchant_category.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-category.csv.html) | -| [Glue API: Merchant Category integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) | | +| [Glue API: Merchant Category integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) | | diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-opening-hours-feature-overview.md b/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-opening-hours-feature-overview.md index 8fcc59b87e2..2782fa3e0c4 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-opening-hours-feature-overview.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/merchant-opening-hours-feature-overview.md @@ -29,5 +29,5 @@ To display merchant opening hours on the Storefront, you should import the open |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | |---------|---------|---------| -| [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-opening-hours-feature.html) |[Retrieve profile information for a merchant](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#retrieve-a-merchant) | [File details: merchant_open_hours_week_day_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-week-day-schedule.csv.html) | -| [Glue API: Merchant Opening Hours integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-the-merchant-category-glue-api.html) |[Retrieve merchant opening hours](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.html) | [File details: merchant_open_hours_date_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-date-schedule.csv.html) | +| [Merchant Opening Hours feature integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-merchant-opening-hours-feature.html) |[Retrieve profile information for a merchant](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#retrieve-a-merchant) | [File details: merchant_open_hours_week_day_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-week-day-schedule.csv.html) | +| [Glue API: Merchant Opening Hours integration](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-merchant-category-glue-api.html) |[Retrieve merchant opening hours](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchant-opening-hours.html) | [File details: merchant_open_hours_date_schedule.csv](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/import-data/file-details-merchant-open-hours-date-schedule.csv.html) | diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/third-party-integrations/channelpilot-marketplace.md b/docs/pbc/all/merchant-management/202307.0/marketplace/third-party-integrations/channelpilot-marketplace.md index 5f233beaf60..cc548531d0c 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/third-party-integrations/channelpilot-marketplace.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/third-party-integrations/channelpilot-marketplace.md @@ -6,15 +6,8 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/channelpilot originalArticleId: 74542238-4686-4f7c-ab7e-6c38acc89e7d redirect_from: - - /2021080/docs/channelpilot - - /2021080/docs/en/channelpilot - - /docs/channelpilot - - /docs/en/channelpilot - /docs/scos/user/technology-partners/202200.0/marketplace-integrations/channelpilot-marketplace.html - /docs/scos/user/technology-partners/202307.0/marketplace-integrations/channelpilot-marketplace.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-modules.md b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-modules.md index b9d2fa5e8be..4012ebe7e68 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-modules.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-modules.md @@ -4,9 +4,6 @@ description: This articles provides details how to create a new GUI module template: howto-guide-template redirect_from: - /docs/marketplace/dev/howtos/how-to-create-gui-module.html -related: - - title: GUI modules concept - link: docs/pbc/all/merchant-management/page.version/marketplace/marketplace-merchant-portal-core-feature-overview/gui-modules-concept.html --- This document describes how to create a new GUI module and add it to navigation. diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md index 44b71ce2c4b..4222877e6c3 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-column-types.md @@ -47,4 +47,4 @@ Add a new `addColumn***()` method to `Spryker\Shared\GuiTable\Configuration\Buil } ``` -To learn more about Column Type frontend components, see the [Table Column Type Extension](/docs/marketplace/dev/front-end/{{site.version}}/table-design/table-column-types) +To learn more about Column Type frontend components, see the [Table Column Type Extension](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-column-type-extension/table-column-type-extension.html) diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md index aba032738ce..694f5087977 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-table-filter-types.md @@ -59,4 +59,4 @@ Add a new `addFilter***()` method to `Spryker\Shared\GuiTable\Configuration\Buil } ``` -See the [Table Filter extension](/docs/marketplace/dev/front-end/{{site.version}}/table-design/table-filters) to learn more about the Table Filters feature. +See the [Table Filter extension](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/table-design/table-filter-extension/table-filter-extension.html) to learn more about the Table Filters feature. diff --git a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-tables.md b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-tables.md index a2b761092fb..71c8af1d9bb 100644 --- a/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-tables.md +++ b/docs/pbc/all/merchant-management/202307.0/marketplace/tutorials-and-howtos/create-gui-tables.md @@ -305,7 +305,7 @@ class ProductsController extends AbstractController Create a corresponding Twig template, pass configuration to frontend component. -To learn more about table components, see [Table Design](/docs/marketplace/dev/front-end/{{site.version}}/table-design). +To learn more about table components, see [Table Design](/docs/scos/dev/front-end-development/{{page.version}}/marketplace/table-design/table-design.html). ## 7) Data source diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/dixa.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/dixa.md index e84b7ead8d0..d476f5587c9 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/dixa.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/dixa.md @@ -11,9 +11,6 @@ redirect_from: - /docs/dixa - /docs/en/dixa - /docs/scos/user/technology-partners/202200.0/customer-service/dixa.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/iadvize.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/iadvize.md index 52acc4eedc4..0217e3c3390 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/iadvize.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/iadvize.md @@ -11,9 +11,6 @@ redirect_from: - /docs/iadvize - /docs/en/iadvize - /docs/scos/user/technology-partners/202200.0/customer-service/iadvize.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/live-chat-service.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/live-chat-service.md index f2dcddb9757..64a6a9ec567 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/live-chat-service.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/live-chat-service.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/live-chat-service originalArticleId: c8b0f94f-7551-4dfc-9b6e-f7d45d6f55bc redirect_from: - - /2021080/docs/live-chat-service - - /2021080/docs/en/live-chat-service - - /docs/live-chat-service - - /docs/en/live-chat-service - /docs/scos/user/technology-partners/202200.0/customer-service/live-chat-service.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/optimise-it.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/optimise-it.md index 257fab26797..c943809534c 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/optimise-it.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/customer-service/optimise-it.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/optimise-it originalArticleId: 06bc548f-802c-42e2-926c-be4fdec1e622 redirect_from: - - /2021080/docs/optimise-it - - /2021080/docs/en/optimise-it - - /docs/optimise-it - - /docs/en/optimise-it - /docs/scos/user/technology-partners/202200.0/customer-service/optimise-it.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/ab-tasty.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/ab-tasty.md index 2047f8e15ff..bb2aac84bfe 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/ab-tasty.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/ab-tasty.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/ab-tasty originalArticleId: eaac5623-d807-4057-ae96-50765c872696 redirect_from: - - /2021080/docs/ab-tasty - - /2021080/docs/en/ab-tasty - - /docs/ab-tasty - - /docs/en/ab-tasty - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/ab-testing-and-performance/ab-tasty.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/baqend.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/baqend.md index c7ead78deec..d65ecf950ca 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/baqend.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/ab-testing-and-performance/baqend.md @@ -5,14 +5,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/baqend originalArticleId: dc885480-133d-423b-b566-e11bfcfe0c39 redirect_from: - - /2021080/docs/baqend - - /2021080/docs/en/baqend - - /docs/baqend - - /docs/en/baqend - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/ab-testing-and-performance/baqend.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- --- diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/channelpilot-analytics.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/channelpilot-analytics.md index ad7af511ad1..131324fb267 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/channelpilot-analytics.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/channelpilot-analytics.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/channelpilot-analytics originalArticleId: 56a3d03b-a02f-468c-ba91-31e422fd458a redirect_from: - - /2021080/docs/channelpilot-analytics - - /2021080/docs/en/channelpilot-analytics - - /docs/channelpilot-analytics - - /docs/en/channelpilot-analytics - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/analytics/channelpilot-analytics.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/haensel-ams.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/haensel-ams.md index 4b7321f4e86..d5a07e91af2 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/haensel-ams.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/haensel-ams.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/haensel-ams originalArticleId: f282ab4f-da56-4ee3-b09c-b91dd1b32a23 redirect_from: - - /2021080/docs/haensel-ams - - /2021080/docs/en/haensel-ams - - /docs/haensel-ams - - /docs/en/haensel-ams - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/analytics/haensel-ams.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/mindlab.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/mindlab.md index da7cac10b35..7f4440d9ccc 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/mindlab.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/mindlab.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/mindlab originalArticleId: 9ed22cbb-d549-4160-86ee-b1ef6932a5ab redirect_from: - - /2021080/docs/mindlab - - /2021080/docs/en/mindlab - - /docs/mindlab - - /docs/en/mindlab - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/analytics/mindlab.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/minubo/minubo.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/minubo/minubo.md index 11c67a24710..a1db55866e3 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/minubo/minubo.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/analytics/minubo/minubo.md @@ -6,15 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/minubo originalArticleId: a59d9ef6-1912-4b3b-bed6-c6c2ad659a71 redirect_from: - - /2021080/docs/minubo - - /2021080/docs/en/minubo - - /docs/minubo - - /docs/en/minubo - - /industry_partners/performance/minubo.htm - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/analytics/minubo.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/dotdigital.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/dotdigital.md index 7b686de180e..3a88fe9ebbd 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/dotdigital.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/dotdigital.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/dotdigital originalArticleId: 809fe6a6-5656-415a-bd26-0646c6ee72e4 redirect_from: - - /2021080/docs/dotdigital - - /2021080/docs/en/dotdigital - - /docs/dotdigital - - /docs/en/dotdigital - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/customer-communication/dotdigital.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/episerver/episerver.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/episerver/episerver.md index cfe1e443ecb..ca4a322dd3f 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/episerver/episerver.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-communication/episerver/episerver.md @@ -6,10 +6,6 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/episerver originalArticleId: cbbe8552-c38a-478d-bcda-cd6b393e895b redirect_from: - - /2021080/docs/episerver - - /2021080/docs/en/episerver - - /docs/episerver - - /docs/en/episerver - /docs/scos/user/technology-partners/202212.0/marketing-and-conversion/customer-communication/episerver.html related: - title: Episerver - Integration into a project diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/namogoo.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/namogoo.md index 07f66d96e58..22e61ef705b 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/namogoo.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/namogoo.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/namogoo originalArticleId: 69018fe0-c91f-48d1-be86-6fa06334ea76 redirect_from: - - /2021080/docs/namogoo - - /2021080/docs/en/namogoo - - /docs/namogoo - - /docs/en/namogoo - /docs/scos/user/technology-partners/202212.0/customer-retention-and-loyalty/namogoo.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/trustpilot.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/trustpilot.md index 04324adf2d6..b8e2ece9e7f 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/trustpilot.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/trustpilot.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/trustpilot originalArticleId: d26d9e19-afe5-4838-91bc-c3fe1894443e redirect_from: - - /2021080/docs/trustpilot - - /2021080/docs/en/trustpilot - - /docs/trustpilot - - /docs/en/trustpilot - /docs/scos/user/technology-partners/202212.0/customer-retention-and-loyalty/trustpilot.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/zenloop.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/zenloop.md index 672ce0a4dab..4459d5c5e03 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/zenloop.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/marketing-and-conversion/customer-retention-and-loyalty/zenloop.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/zenloop originalArticleId: 53542a74-7858-44d0-939b-0d9c76aa4011 redirect_from: - - /2021080/docs/zenloop - - /2021080/docs/en/zenloop - - /docs/zenloop - - /docs/en/zenloop - /docs/scos/user/technology-partners/202212.0/customer-retention-and-loyalty/zenloop.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/common-solutions.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/common-solutions.md index 2ee7baa67f3..e40f3e7814f 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/common-solutions.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/common-solutions.md @@ -5,14 +5,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/common-solutions originalArticleId: d69094dd-b80d-466a-813c-d26c3f4f9efe redirect_from: - - /2021080/docs/common-solutions - - /2021080/docs/en/common-solutions - - /docs/common-solutions - - /docs/en/common-solutions - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/common-solutions.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- --- @@ -25,4 +18,3 @@ See [Disclaimer](https://github.com/spryker/spryker-documentation). For further information on this partner and integration into Spryker, please contact us.
- diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/data-virtuality.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/data-virtuality.md index 40d097162c3..ccc723530e1 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/data-virtuality.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/data-virtuality.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/datavirtuality originalArticleId: 5de4a6c0-796c-4aa3-baa4-cfae81cc3810 redirect_from: - - /2021080/docs/datavirtuality - - /2021080/docs/en/datavirtuality - - /docs/datavirtuality - - /docs/en/datavirtuality - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/data-virtuality.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/loggly.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/loggly.md index 71b0edc5a3e..65d7c2f59aa 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/loggly.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/loggly.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/loggly-queue originalArticleId: 27b2bc47-2cf9-466c-b944-5a9768b601b3 redirect_from: - - /2021080/docs/loggly-queue - - /2021080/docs/en/loggly-queue - - /docs/loggly-queue - - /docs/en/loggly-queue - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/loggly.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- The [Loggly](https://github.com/spryker-eco/loggly) module provides a plugin to read log messages from a queue and send the messages via https to [Loggly](https://www.loggly.com/). diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/mindcurv.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/mindcurv.md index 6d9ba031a26..27fcd222189 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/mindcurv.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/mindcurv.md @@ -5,14 +5,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/mindcurv originalArticleId: c7323c96-85a4-401e-a877-f37278243953 redirect_from: - - /2021080/docs/mindcurv - - /2021080/docs/en/mindcurv - - /docs/mindcurv - - /docs/en/mindcurv - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/mindcurv.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- --- @@ -25,4 +18,3 @@ See [Disclaimer](https://github.com/spryker/spryker-documentation). For further information on this partner and integration into Spryker, please contact us.
- diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/new-relic.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/new-relic.md index 572106b62c9..9cfdddd9e3a 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/new-relic.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/new-relic.md @@ -6,10 +6,6 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/new-relic originalArticleId: 6932e215-8b44-4cb4-b43e-12704e967a45 redirect_from: - - /2021080/docs/new-relic - - /2021080/docs/en/new-relic - - /docs/new-relic - - /docs/en/new-relic - docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/new-relic.html --- diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/plusserver.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/plusserver.md index 53850d56195..fcf2017dfc7 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/plusserver.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/plusserver.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/plusserver originalArticleId: 56e02408-2d1c-4b3f-86b5-f3807b325724 redirect_from: - - /2021080/docs/plusserver - - /2021080/docs/en/plusserver - - /docs/plusserver - - /docs/en/plusserver - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/plusserver.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information @@ -21,7 +14,7 @@ related: [ABOUT PLUSSERVER](https://www.plusserver.com/) PlusServer GmbH is the leading managed cloud provider in Germany, Austria and Switzerland. As a cloud optimizer, they offer flexible, reliable and efficient hybrid cloud solutions for medium-sized and large companies from a single source. Thanks to many years of cooperation with leading companies from trade, industry and other sectors, PlusServer GmbH have a deep understanding of the respective trends and challenges. They advise our customers in the choice of architecture and orchestrate all relevant infrastructures to an optimal hybrid cloud environment. They are technology-independent and technically flexible and include dedicated infrastructures, public and private cloud solutions as well as offers from Hyperscalers. -YOUR ADVANTAGES: +YOUR ADVANTAGES: * Highest performance through optimized solutions * Proactive monitoring and 24/7 support * Flexible scalability, e.g. for peak loads diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/proclane.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/proclane.md index d8f93cfcd40..99ed1248847 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/proclane.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/proclane.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/proclane originalArticleId: c61f1780-f44c-4641-a68f-c0d0fb29ad47 redirect_from: - - /2021080/docs/proclane - - /2021080/docs/en/proclane - - /docs/proclane - - /docs/en/proclane - docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/proclane.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/shopmacher.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/shopmacher.md index 06a107cadb3..caf227475cc 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/shopmacher.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/shopmacher.md @@ -5,14 +5,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/shopmacher originalArticleId: 9ae60ecc-8181-45c1-8797-e5b101e1e61b redirect_from: - - /2021080/docs/shopmacher - - /2021080/docs/en/shopmacher - - /docs/shopmacher - - /docs/en/shopmacher - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/shopmacher.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Copyright and Disclaimer diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/tideways.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/tideways.md index c4140da5620..b23772395b4 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/tideways.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/tideways.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/tideways originalArticleId: e42c9f43-b61c-4427-ad2a-3389aae909b6 redirect_from: - - /2021080/docs/tideways - - /2021080/docs/en/tideways - - /docs/tideways - - /docs/en/tideways - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/tideways.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/usercentrics.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/usercentrics.md index 632fc1eb2a1..d81d247659e 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/usercentrics.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/usercentrics.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/usercentrics originalArticleId: c5befac4-d875-4e4e-b20e-59089c27ea38 redirect_from: - - /2021080/docs/usercentrics - - /2021080/docs/en/usercentrics - - /docs/usercentrics - - /docs/en/usercentrics - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/usercentrics.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/vshn.md b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/vshn.md index 1474c5986d3..8aadcbc6e00 100644 --- a/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/vshn.md +++ b/docs/pbc/all/miscellaneous/202307.0/third-party-integrations/operational-tools-monitoring-legal/vshn.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/vshn originalArticleId: 69bd6ace-b4a2-4fe2-9102-b12669b3d4b9 redirect_from: - - /2021080/docs/vshn - - /2021080/docs/en/vshn - - /docs/vshn - - /docs/en/vshn - /docs/scos/user/technology-partners/202200.0/operational-tools-monitoring-legal-etc/vshn.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/offer-management/202212.0/marketplace/glue-api-retrieve-product-offers.md b/docs/pbc/all/offer-management/202212.0/marketplace/glue-api-retrieve-product-offers.md index 880f594bad5..ab81be96003 100644 --- a/docs/pbc/all/offer-management/202212.0/marketplace/glue-api-retrieve-product-offers.md +++ b/docs/pbc/all/offer-management/202212.0/marketplace/glue-api-retrieve-product-offers.md @@ -4,9 +4,9 @@ description: Retrieve Marketplace product offers via API template: glue-api-storefront-guide-template related: - title: Retrieving product offer prices - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-prices.html + link: docs/pbc/all/price-management/page.version/marketplace/glue-api-retrieve-product-offer-prices.html - title: Retrieving product offer availabilities - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-availability.html + link: docs/pbc/all/warehouse-management-system/page.version/marketplace/glue-api-retrieve-product-offer-availability.html --- Product offers let different merchants sell the same product on the Marketplace. Product offers are created per concrete products, and you can get the offer information via retrieving the product information. @@ -253,8 +253,8 @@ To retrieve the product offers, send the request: For the response attributes of the other included resources, see the following: -* [Retrieve product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieve product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieve product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieve product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) diff --git a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md index fb28f98d5f3..f62bb2a11cb 100644 --- a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md +++ b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md @@ -39,4 +39,4 @@ Merchants define the following settings when creating product offers: | INSTALLATION GUIDES| | -------------- | -| [Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | +| [Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | diff --git a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md index 535b7b7a571..6260eaa7369 100644 --- a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md +++ b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md @@ -11,7 +11,7 @@ To inject the [Marketplace Product Offer](/docs/pbc/all/offer-management/{{page. | [ProductOfferGui](https://github.com/spryker/product-offer-gui) | Main module which provides CRUD functionality for product offers in the Back Office. You can extend the module by implementing interfaces from the ProductOfferGuiExtension module. | | [ProductOfferGuiExtension](https://github.com/spryker/product-offer-gui-extension) | Provides interfaces for extending the ProductOfferGui module. | | [MerchantProductOfferGui](https://github.com/spryker/merchant-product-offer-gui) | Extends the ProductOfferGui module, adds merchant context for managing offers in the Back office. | -| [ProductOfferValidityGui](https://github.com/spryker/product-offer-validity-gui) | Extends the ProductOfferGui module, adds the [validity](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-validity-dates.html) context for managing offers in the Back office. | +| [ProductOfferValidityGui](https://github.com/spryker/product-offer-validity-gui) | Extends the ProductOfferGui module, adds the [validity](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-validity-dates.html) context for managing offers in the Back office. | ## Module relations diff --git a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-overview.md b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-overview.md index f94c5e7d85c..ef20aae9e51 100644 --- a/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-overview.md +++ b/docs/pbc/all/offer-management/202212.0/marketplace/marketplace-product-offer-feature-overview.md @@ -177,12 +177,12 @@ Note that the drop-down with merchants is not visible until the product offer is |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | HOW-TO GUIDES |REFERENCES | |---------|---------|---------|---------|---------| -|[Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) | [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) | [File details: combined_merchant_product_offer.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-combined-merchant-product-offer.csv.html) |[Rendering merchant product offers on the Storefront](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/rendering-product-offers-on-the-storefront.html) | [Product offer in the Back Office](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-in-the-back-office.html) | -|[Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-cart-feature-integration.html) | [Retrieving product offers for a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-product-offers-of-concrete-products.html) |[File details: merchant_product_offer.csv](/docs/pbc/all/offer-management/{{site.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer.csv.html) | | [Product offer storage](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-storage.html) | -|[Marketplace Product Offer + Checkout feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-checkout-feature-integration.html) | | [File details: product_offer_stock.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/import-data/file-details-product-offer-stock.csv.html) | |[Product Offer store relation](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-store-relation.html) | +|[Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) | [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) | [File details: combined_merchant_product_offer.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-combined-merchant-product-offer.csv.html) |[Rendering merchant product offers on the Storefront](/docs/pbc/all/offer-management/{{page.version}}/marketplace/render-merchant-product-offers-on-the-storefront.html) | [Product offer in the Back Office](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.html) | +|[Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-cart-feature.html) | [Retrieving product offers for a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-product-offers-of-concrete-products.html) |[File details: merchant_product_offer.csv](/docs/pbc/all/offer-management/{{site.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer.csv.html) | | [Product offer storage](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-storage.html) | +|[Marketplace Product Offer + Checkout feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-checkout-feature.html) | | [File details: product_offer_stock.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/import-data/file-details-product-offer-stock.csv.html) | |[Product Offer store relation](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-store-relation.html) | |[Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | | [File details: product_offer_validity.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-product-offer-validity.csv.html) | | | -|[Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | | [File details: merchant_product_offer_store.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer-store.csv.html) | |[Product Offer validity dates](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-validity-dates.html) | -|[Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | | | | | +|[Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | | [File details: merchant_product_offer_store.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer-store.csv.html) | |[Product Offer validity dates](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-validity-dates.html) | +|[Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | | | | | |[Glue API: Marketplace Product Offer integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) | | | | | -|[Glue API: Marketplace Product Offer + Wishlist integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | | | | | -|[Glue API: Marketplace Product Offer + Cart integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | | | | | +|[Glue API: Marketplace Product Offer + Wishlist integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | | | | | +|[Glue API: Marketplace Product Offer + Cart integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | | | | | diff --git a/docs/pbc/all/offer-management/202307.0/marketplace/glue-api-retrieve-product-offers.md b/docs/pbc/all/offer-management/202307.0/marketplace/glue-api-retrieve-product-offers.md index 880f594bad5..ab81be96003 100644 --- a/docs/pbc/all/offer-management/202307.0/marketplace/glue-api-retrieve-product-offers.md +++ b/docs/pbc/all/offer-management/202307.0/marketplace/glue-api-retrieve-product-offers.md @@ -4,9 +4,9 @@ description: Retrieve Marketplace product offers via API template: glue-api-storefront-guide-template related: - title: Retrieving product offer prices - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-prices.html + link: docs/pbc/all/price-management/page.version/marketplace/glue-api-retrieve-product-offer-prices.html - title: Retrieving product offer availabilities - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-availability.html + link: docs/pbc/all/warehouse-management-system/page.version/marketplace/glue-api-retrieve-product-offer-availability.html --- Product offers let different merchants sell the same product on the Marketplace. Product offers are created per concrete products, and you can get the offer information via retrieving the product information. @@ -253,8 +253,8 @@ To retrieve the product offers, send the request: For the response attributes of the other included resources, see the following: -* [Retrieve product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) -* [Retrieve product offer availability](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-availability.html#product-offer-availability-response-attributes) +* [Retrieve product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieve product offer availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/glue-api-retrieve-product-offer-availability.html#product-offer-availability-response-attributes) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) diff --git a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md index fb28f98d5f3..f62bb2a11cb 100644 --- a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md +++ b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-merchant-portal-product-offer-management-feature-overview.md @@ -39,4 +39,4 @@ Merchants define the following settings when creating product offers: | INSTALLATION GUIDES| | -------------- | -| [Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | +| [Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | diff --git a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md index 535b7b7a571..6260eaa7369 100644 --- a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md +++ b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.md @@ -11,7 +11,7 @@ To inject the [Marketplace Product Offer](/docs/pbc/all/offer-management/{{page. | [ProductOfferGui](https://github.com/spryker/product-offer-gui) | Main module which provides CRUD functionality for product offers in the Back Office. You can extend the module by implementing interfaces from the ProductOfferGuiExtension module. | | [ProductOfferGuiExtension](https://github.com/spryker/product-offer-gui-extension) | Provides interfaces for extending the ProductOfferGui module. | | [MerchantProductOfferGui](https://github.com/spryker/merchant-product-offer-gui) | Extends the ProductOfferGui module, adds merchant context for managing offers in the Back office. | -| [ProductOfferValidityGui](https://github.com/spryker/product-offer-validity-gui) | Extends the ProductOfferGui module, adds the [validity](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-validity-dates.html) context for managing offers in the Back office. | +| [ProductOfferValidityGui](https://github.com/spryker/product-offer-validity-gui) | Extends the ProductOfferGui module, adds the [validity](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-validity-dates.html) context for managing offers in the Back office. | ## Module relations diff --git a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-overview.md b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-overview.md index f94c5e7d85c..ef20aae9e51 100644 --- a/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-overview.md +++ b/docs/pbc/all/offer-management/202307.0/marketplace/marketplace-product-offer-feature-overview.md @@ -177,12 +177,12 @@ Note that the drop-down with merchants is not visible until the product offer is |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | HOW-TO GUIDES |REFERENCES | |---------|---------|---------|---------|---------| -|[Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) | [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) | [File details: combined_merchant_product_offer.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-combined-merchant-product-offer.csv.html) |[Rendering merchant product offers on the Storefront](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/rendering-product-offers-on-the-storefront.html) | [Product offer in the Back Office](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-in-the-back-office.html) | -|[Marketplace Product Offer + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-cart-feature-integration.html) | [Retrieving product offers for a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-product-offers-of-concrete-products.html) |[File details: merchant_product_offer.csv](/docs/pbc/all/offer-management/{{site.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer.csv.html) | | [Product offer storage](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-storage.html) | -|[Marketplace Product Offer + Checkout feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-offer-checkout-feature-integration.html) | | [File details: product_offer_stock.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/import-data/file-details-product-offer-stock.csv.html) | |[Product Offer store relation](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-store-relation.html) | +|[Marketplace Product Offer feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) | [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) | [File details: combined_merchant_product_offer.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-combined-merchant-product-offer.csv.html) |[Rendering merchant product offers on the Storefront](/docs/pbc/all/offer-management/{{page.version}}/marketplace/render-merchant-product-offers-on-the-storefront.html) | [Product offer in the Back Office](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-in-the-back-office.html) | +|[Marketplace Product Offer + Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-cart-feature.html) | [Retrieving product offers for a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-product-offers-of-concrete-products.html) |[File details: merchant_product_offer.csv](/docs/pbc/all/offer-management/{{site.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer.csv.html) | | [Product offer storage](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-storage.html) | +|[Marketplace Product Offer + Checkout feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-checkout-feature.html) | | [File details: product_offer_stock.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/import-data/file-details-product-offer-stock.csv.html) | |[Product Offer store relation](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-store-relation.html) | |[Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | | [File details: product_offer_validity.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-product-offer-validity.csv.html) | | | -|[Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | | [File details: merchant_product_offer_store.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer-store.csv.html) | |[Product Offer validity dates](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-product-offer-feature-walkthrough/product-offer-validity-dates.html) | -|[Marketplace Merchant Portal Product Offer Management feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-merchant-portal-product-offer-management-feature-integration.html) | | | | | +|[Marketplace Product Offer + Quick Add to Cart feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-quick-add-to-cart-feature.html) | | [File details: merchant_product_offer_store.csv](/docs/pbc/all/offer-management/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-product-offer-store.csv.html) | |[Product Offer validity dates](/docs/pbc/all/offer-management/{{page.version}}/marketplace/marketplace-product-offer-feature-domain-model-and-relationships/product-offer-validity-dates.html) | +|[Marketplace Merchant Portal Product Offer Management feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-portal-product-offer-management-feature.html) | | | | | |[Glue API: Marketplace Product Offer integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-glue-api.html) | | | | | -|[Glue API: Marketplace Product Offer + Wishlist integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | | | | | -|[Glue API: Marketplace Product Offer + Cart integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-cart-feature-integration.html) | | | | | +|[Glue API: Marketplace Product Offer + Wishlist integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | | | | | +|[Glue API: Marketplace Product Offer + Cart integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-cart-glue-api.html) | | | | | diff --git a/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md b/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md index ec9d8b87236..52194864488 100644 --- a/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md +++ b/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md @@ -61,7 +61,7 @@ console transfer:generate 4. Follow individual migration guides of the modules listed below: * [Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html#upgrading-from-version-6-to-version-7) -* [CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) +* [CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) The following table lists the modules affected by the Split Delivery update: @@ -70,10 +70,10 @@ The following table lists the modules affected by the Split Delivery update: | `spryker/sales` | 11.0.0 | [Migration Guide - Sales](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-sales-module.html#upgrading-from-version-10-to-version-1100) | | `spryker/shipment` | 7.0.0 | [Migration Guide - Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html#upgrading-from-version-6-to-version-7) | | `spryker-shop/checkout-page` | 3.0.0 | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html#upgrading-from-version-2-to-version-3) | -| `spryker-shop/customer-page` | 2.0.0 | [Migration Guide - CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) | +| `spryker-shop/customer-page` | 2.0.0 | [Migration Guide - CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) | | `spryker/checkout-rest-api` | 2.0.0 | [Upgrade the CheckoutRestApi module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutrestapi-module.html#upgrading-from-version-1-to-version-200) | | `spryker/manual-order-entry-gui` | 0.8.0 | [Migration Guide - ManualOrderEntryGui](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html#upgrading-from-version-07-to-version-080) | | `spryker/shipment-cart-connector` | 2.0.0 | [Migration Guide - ShipmentCartConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-checkout-connector` | 2.0.0 | [Migration Guide - ShipmentCheckoutConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-discount-connector` | 4.0.0 | [Migration Guide - ShipmentDiscountConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html#upgrading-from-version-30-version-to-400) | -| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html#upgrading-from-version-30-to-version-400) | +| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html#upgrading-from-version-30-to-version-400) | diff --git a/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md b/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md index 792a886935b..787e32c1b75 100644 --- a/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md +++ b/docs/pbc/all/order-management-system/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md @@ -19,7 +19,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202009.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202108.0/glue-api/migration-guide-ordersrestapi.html - - /docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html + - /docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html - /module_migration_guides/glue_api/ordersrestapi-migration-guide.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/glue-api-retrieve-orders.md b/docs/pbc/all/order-management-system/202212.0/base-shop/glue-api-retrieve-orders.md index 85ddd04eacc..cdc6100748b 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/glue-api-retrieve-orders.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/glue-api-retrieve-orders.md @@ -13,7 +13,7 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202212.0/retrieving-orders.html related: - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Order Management feature overview link: docs/scos/user/features/page.version/order-management-feature-overview/order-management-feature-overview.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md index ee3461cc287..1142be47016 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md @@ -20,7 +20,7 @@ related: - title: Retrieving orders link: docs/pbc/all/order-management-system/page.version/base-shop/glue-api-retrieve-orders.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Check out purchases link: docs/scos/dev/glue-api-guides/page.version/checking-out/checking-out-purchases.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md index 2bd25ebfc07..2e842e134a0 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md @@ -76,4 +76,4 @@ The following table lists the modules affected by the Split Delivery update: | `spryker/shipment-cart-connector` | 2.0.0 | [Migration Guide - ShipmentCartConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-checkout-connector` | 2.0.0 | [Migration Guide - ShipmentCheckoutConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-discount-connector` | 4.0.0 | [Migration Guide - ShipmentDiscountConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html#upgrading-from-version-30-version-to-400) | -| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html#upgrading-from-version-30-to-version-400) | +| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html#upgrading-from-version-30-to-version-400) | diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md index 792a886935b..787e32c1b75 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md @@ -19,7 +19,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202009.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202108.0/glue-api/migration-guide-ordersrestapi.html - - /docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html + - /docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html - /module_migration_guides/glue_api/ordersrestapi-migration-guide.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/create-shipments.md b/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/create-shipments.md index 35a8d309cd7..3fb9a6c7edd 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/create-shipments.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/create-shipments.md @@ -16,7 +16,7 @@ related: - title: Editing shipments link: docs/pbc/all/order-management-system/page.version/base-shop/manage-in-the-back-office/orders/edit-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to create shipments for orders in the Back Office. diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md b/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md index 9f68c3fbd03..9ac9d72ab55 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md @@ -8,7 +8,7 @@ related: - title: Creating shipments link: docs/pbc/all/order-management-system/page.version/base-shop/manage-in-the-back-office/orders/create-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to edit shipments in the Back Office. diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/order-management-feature-overview/order-management-feature-overview.md b/docs/pbc/all/order-management-system/202212.0/base-shop/order-management-feature-overview/order-management-feature-overview.md index 75a3a3dbc32..7029ee9320e 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/order-management-feature-overview/order-management-feature-overview.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/order-management-feature-overview/order-management-feature-overview.md @@ -48,6 +48,6 @@ B2B customers usually purchase large volumes of products selecting specific meas | [Quick Add to Cart + Non-splittable Products feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-non-splittable-products-feature.html) | [Upgrade the ManualOrderEntryGui module](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html) | | [HowTo: Emailing invoices using BCC](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-emailing-invoices-using-bcc.html) | [Custom order reference- module relations](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/domain-model-and-relationships/custom-order-reference-module-relations.html) | | [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-checkout-feature-integration.html) | | | | | |[ Glue API: Install the Company Account feature](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-company-account-feature-integration.html) | | | | | -| [Glue API: Customer Account Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-customer-account-management-feature-integration.html) | | | | | +| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | | | | | [Glue API: Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html) | | | | | | [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | | | | | diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/collectai.md b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/collectai.md index e23426c775a..458b59c6567 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/collectai.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/collectai.md @@ -6,14 +6,7 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/collect-ai originalArticleId: a2a855d2-1680-44e9-9e69-b11a59936f78 redirect_from: - - /2021080/docs/collect-ai - - /2021080/docs/en/collect-ai - - /docs/collect-ai - - /docs/en/collect-ai - /docs/scos/user/technology-partners/202200.0/finance-and-accounting/collectai.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/nitrobox.md b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/nitrobox.md index 64833162239..b9bbaf76b05 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/nitrobox.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/nitrobox.md @@ -11,9 +11,6 @@ redirect_from: - /docs/nitrobox - /docs/en/nitrobox - /docs/scos/user/technology-partners/202200.0/finance-and-accounting/nitrobox.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/tradebyte.md b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/tradebyte.md index 0b7632900cb..33b205d85a1 100644 --- a/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/tradebyte.md +++ b/docs/pbc/all/order-management-system/202212.0/base-shop/third-party-integrations/tradebyte.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/tradebyte - /docs/scos/user/technology-partners/202200.0/order-management-erpoms/tradebyte.html - /docs/scos/user/technology-partners/202212.0/order-management-erpoms/tradebyte.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md b/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md index 02e06132529..396209dcf77 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md @@ -7,9 +7,9 @@ redirect_from: - /docs/pbc/all/order-management-system/202212.0/marketplace/import-data/file-details-merchant_oms_process.csv.html related: - title: Merchant Oms - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-order-management-feature-walkthrough/merchant-oms.html + link: docs/pbc/all/order-management-system/page.version/marketplace/merchant-oms.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Execution order of data importers in Demo Shop link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md b/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md index 2cfad8086c2..fa7c3ad1346 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md @@ -22,7 +22,7 @@ This document describes the `merchant-order-status.csv` file to configure the up | merchant_reference | | String | | Unique | Identifier of the merchant in the system. | | merchant_order_reference | | String | | Unique | Identifier of the merchant order in the system. | | order_item_reference | ✓ | String | | Unique | Identifier of the item in the order. | -| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/marketplace/user/features/{{site.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | +| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/pbc/all/order-management-system/{{site.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | ## Additional Information diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/manage-merchant-orders.md b/docs/pbc/all/order-management-system/202212.0/marketplace/manage-merchant-orders.md index f19020c00ea..14e00fa0054 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/manage-merchant-orders.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/manage-merchant-orders.md @@ -6,7 +6,7 @@ related: - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md index 5e6c9f4ef7c..c9ac9e79049 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md @@ -4,15 +4,15 @@ description: The Marketplace Order Management feature lets Marketplace customers template: feature-walkthrough-template related: - title: MerchantOms - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-order-management-feature-walkthrough/merchant-oms.html + link: docs/pbc/all/order-management-system/page.version/marketplace/merchant-oms.html - title: Marketplace Shipment link: docs/pbc/all/carrier-management/page.version/marketplace/marketplace-shipment-feature-overview.html - title: Marketplace and merchant state machines - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: 'How-to: Create a new MerchantOms flow' - link: docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html + link: docs/pbc/all/order-management-system/page.version/marketplace/create-merchant-oms-flows.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md index 4fd5112d1f0..a01df7b9cf7 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md @@ -4,11 +4,11 @@ description: This document contains details about how the Marketplace and mercha template: concept-topic-template related: - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md index 6a301a56bf8..eadc4f9e046 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md @@ -8,7 +8,7 @@ related: - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md index 1231efe3971..9b2fbb555c2 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md @@ -4,11 +4,11 @@ description: This document contains concept information for the Marketplace orde template: concept-topic-template related: - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders @@ -35,7 +35,7 @@ As the Marketplace order contains details about offers and products a customer h ## Marketplace and merchant order states machines You can coordinate the Marketplace and merchant orders processing by triggering the state machine events. -For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}//marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). +For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). For details about how the two state machines interact, see [Marketplace and merchant state machine interactions](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). @@ -82,7 +82,7 @@ In some cases, due to rounding, the amounts of Marketplace order totals can diff {% info_block warningBox “Warning” %} Do not build the Merchant functionality around Orders, but rather around Merchant Orders. -Make sure that Merchants do not modify the order directly, but instead use [MerchantOms](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-order-management-feature-walkthrough/merchant-oms.html) for this purpose. +Make sure that Merchants do not modify the order directly, but instead use [MerchantOms](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/merchant-oms.html) for this purpose. {% endinfo_block %} @@ -121,5 +121,5 @@ The *merchant order total* is the sum of the totals of items of an order relatin |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | [Retrieving Marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) | [File details: merchant_oms_process.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.html) | [MerchantOms](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-order-management-feature-walkthrough/merchant-oms.html) | -| [Marketplace Order Management + Order Threshold feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-order-threshold-feature.html) | | [File details: merchant-order-status.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.html) | [Create MerchantOms flows](/docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html) | +| [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | [Retrieving Marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) | [File details: merchant_oms_process.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.html) | [MerchantOms](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/merchant-oms.html) | +| [Marketplace Order Management + Order Threshold feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-order-threshold-feature.html) | | [File details: merchant-order-status.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.html) | [Create MerchantOms flows](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/create-merchant-oms-flows.html) | diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md index 7795c77fce8..6543727ea3e 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md @@ -8,7 +8,7 @@ related: - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders @@ -35,7 +35,7 @@ As the Marketplace order contains details about offers and products a customer h ## Marketplace and merchant order states machines You can coordinate the Marketplace and merchant orders processing by triggering the state machine events. -For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}//marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). +For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). For details about how the two state machines interact with each other, see [Marketplace and merchant state machine interactions](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). diff --git a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md index e5500a9a9ac..78de5cc7309 100644 --- a/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md +++ b/docs/pbc/all/order-management-system/202212.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md @@ -6,9 +6,9 @@ related: - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing merchant orders 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 4180a6ffeed..d174345bafa 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 @@ -13,7 +13,7 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/retrieving-orders.html related: - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Order Management feature overview link: docs/scos/user/features/page.version/order-management-feature-overview/order-management-feature-overview.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md index de1c74ead55..228402bcad6 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.md @@ -21,7 +21,7 @@ related: - title: Retrieving orders link: docs/pbc/all/order-management-system/page.version/base-shop/glue-api-retrieve-orders.html - title: Retrieving customer orders - link: docs/scos/dev/glue-api-guides/page.version/managing-customers/retrieving-customer-orders.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html - title: Check out purchases link: docs/scos/dev/glue-api-guides/page.version/checking-out/checking-out-purchases.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md index 212a7498be9..f902ab2a435 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/split-delivery-migration-concept.md @@ -62,7 +62,7 @@ console transfer:generate 4. Follow individual migration guides of the modules listed below: * [Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html#upgrading-from-version-6-to-version-7) -* [CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) +* [CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) The following table lists the modules affected by the Split Delivery update: @@ -71,10 +71,10 @@ The following table lists the modules affected by the Split Delivery update: | `spryker/sales` | 11.0.0 | [Migration Guide - Sales](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-sales-module.html#upgrading-from-version-10-to-version-1100) | | `spryker/shipment` | 7.0.0 | [Migration Guide - Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html#upgrading-from-version-6-to-version-7) | | `spryker-shop/checkout-page` | 3.0.0 | [Upgrade the CheckoutPage module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html#upgrading-from-version-2-to-version-3) | -| `spryker-shop/customer-page` | 2.0.0 | [Migration Guide - CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) | +| `spryker-shop/customer-page` | 2.0.0 | [Migration Guide - CustomerPage](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html#upgrading-from-version-1-to-version-200) | | `spryker/checkout-rest-api` | 2.0.0 | [Upgrade the CheckoutRestApi module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutrestapi-module.html#upgrading-from-version-1-to-version-200) | | `spryker/manual-order-entry-gui` | 0.8.0 | [Migration Guide - ManualOrderEntryGui](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html#upgrading-from-version-07-to-version-080) | | `spryker/shipment-cart-connector` | 2.0.0 | [Migration Guide - ShipmentCartConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-checkout-connector` | 2.0.0 | [Migration Guide - ShipmentCheckoutConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html#upgrading-from-version-10-to-version-200) | | `spryker/shipment-discount-connector` | 4.0.0 | [Migration Guide - ShipmentDiscountConnector](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html#upgrading-from-version-30-version-to-400) | -| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html#upgrading-from-version-30-to-version-400) | +| `spryker/orders-rest-api` | 4.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html#upgrading-from-version-30-to-version-400) | diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md index 0c1b0e7315c..c67de03304f 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.md @@ -19,7 +19,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202009.0/glue-api/migration-guide-ordersrestapi.html - /docs/scos/dev/module-migration-guides/202108.0/glue-api/migration-guide-ordersrestapi.html - - /docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html + - /docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html - /module_migration_guides/glue_api/ordersrestapi-migration-guide.html - /docs/pbc/all/order-management-system/202307.0/base-shop/install-and-update/upgrade-modules/upgrade-the-ordersrestapi-module.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/create-shipments.md b/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/create-shipments.md index 4efb6e13829..5870f3585dd 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/create-shipments.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/create-shipments.md @@ -16,7 +16,7 @@ related: - title: Editing shipments link: docs/pbc/all/order-management-system/page.version/base-shop/manage-in-the-back-office/orders/edit-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to create shipments for orders in the Back Office. diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md b/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md index 1e6f7b87133..2500fb24672 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/manage-in-the-back-office/orders/edit-shipments.md @@ -8,7 +8,7 @@ related: - title: Creating shipments link: docs/pbc/all/order-management-system/page.version/base-shop/manage-in-the-back-office/orders/create-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to edit shipments in the Back Office. diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/order-management-feature-overview/order-management-feature-overview.md b/docs/pbc/all/order-management-system/202307.0/base-shop/order-management-feature-overview/order-management-feature-overview.md index beba1c950fb..f44733a0aa5 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/order-management-feature-overview/order-management-feature-overview.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/order-management-feature-overview/order-management-feature-overview.md @@ -48,6 +48,6 @@ B2B customers usually purchase large volumes of products selecting specific meas | [Quick Add to Cart + Non-splittable Products feature integration](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-non-splittable-products-feature.html) | [Upgrade the ManualOrderEntryGui module](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html) | | [HowTo: Emailing invoices using BCC](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-emailing-invoices-using-bcc.html) | [Custom order reference- module relations](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/domain-model-and-relationships/custom-order-reference-module-relations.html) | | [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-checkout-feature-integration.html) | | | | | |[ Glue API: Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-company-account-feature-integration.html) | | | | | -| [Glue API: Customer Account Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-customer-account-management-feature-integration.html) | | | | | +| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | | | | | [Glue API: Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-order-management-glue-api.html) | | | | | | [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | | | | | diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/collectai.md b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/collectai.md index e23426c775a..880a9e2e020 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/collectai.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/collectai.md @@ -11,9 +11,6 @@ redirect_from: - /docs/collect-ai - /docs/en/collect-ai - /docs/scos/user/technology-partners/202200.0/finance-and-accounting/collectai.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/nitrobox.md b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/nitrobox.md index 64833162239..b9bbaf76b05 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/nitrobox.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/nitrobox.md @@ -11,9 +11,6 @@ redirect_from: - /docs/nitrobox - /docs/en/nitrobox - /docs/scos/user/technology-partners/202200.0/finance-and-accounting/nitrobox.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/tradebyte.md b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/tradebyte.md index 711efc33b88..15e4368be4e 100644 --- a/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/tradebyte.md +++ b/docs/pbc/all/order-management-system/202307.0/base-shop/third-party-integrations/tradebyte.md @@ -12,9 +12,6 @@ redirect_from: - /docs/en/tradebyte - /docs/scos/user/technology-partners/202200.0/order-management-erpoms/tradebyte.html - /docs/scos/user/technology-partners/202307.0/order-management-erpoms/tradebyte.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md b/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md index 9f88fa5b95a..d0a0b200065 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.md @@ -7,9 +7,9 @@ redirect_from: - /docs/pbc/all/order-management-system/202307.0/marketplace/import-data/file-details-merchant_oms_process.csv.html related: - title: Merchant Oms - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-order-management-feature-walkthrough/merchant-oms.html + link: docs/pbc/all/order-management-system/page.version/marketplace/merchant-oms.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Execution order of data importers in Demo Shop link: docs/scos/dev/data-import/page.version/demo-shop-data-import/execution-order-of-data-importers-in-demo-shop.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md b/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md index 7b4d3a4bfac..81878b9be68 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.md @@ -22,7 +22,7 @@ This document describes the `merchant-order-status.csv` file to configure the up | merchant_reference | | String | | Unique | Identifier of the merchant in the system. | | merchant_order_reference | | String | | Unique | Identifier of the merchant order in the system. | | order_item_reference | ✓ | String | | Unique | Identifier of the item in the order. | -| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/marketplace/user/features/{{site.version}}/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | +| merchant_order_item_event_oms | ✓ | String | | OMS events depend on the [merchant state machine](/docs/pbc/all/order-management-system/{{site.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html#merchant-state-machine) configured. | Desired order-item state. Only this parameter is updated in the database. | ## Additional Information diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/manage-in-the-back-office/manage-marketplace-orders.md b/docs/pbc/all/order-management-system/202307.0/marketplace/manage-in-the-back-office/manage-marketplace-orders.md index d2bc2d20baf..ceec9b4a475 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/manage-in-the-back-office/manage-marketplace-orders.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/manage-in-the-back-office/manage-marketplace-orders.md @@ -72,7 +72,7 @@ All columns with headers having arrows in **List of orders** are sortable. | | Trigger all matching states inside this order | Action button for changing the available states for all the items in the order. For details, see [Changing marketplace order states](#changing-marketplace-order-states). | | Custom Order Reference | | Custom number that can be added to the order. | | Customer | | Section with the information about the customer who has submitted the order. | -| | Reference | Unique reference of the customer in the system. The reference is clickable and leads to the *[View Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/manage-in-the-back-office/customers/view-customers.html)* page. | +| | Reference | Unique reference of the customer in the system. The reference is clickable and leads to the *[View Customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/view-customers.html)* page. | | | Name | Name of the customer. | | | Email | Customer’s email address. | | | Previous orders count | Number of orders the customer has submitted. | diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/manage-merchant-orders.md b/docs/pbc/all/order-management-system/202307.0/marketplace/manage-merchant-orders.md index f19020c00ea..14e00fa0054 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/manage-merchant-orders.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/manage-merchant-orders.md @@ -6,7 +6,7 @@ related: - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md index 5e6c9f4ef7c..c9ac9e79049 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-domain-model-and-relationships.md @@ -4,15 +4,15 @@ description: The Marketplace Order Management feature lets Marketplace customers template: feature-walkthrough-template related: - title: MerchantOms - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-order-management-feature-walkthrough/merchant-oms.html + link: docs/pbc/all/order-management-system/page.version/marketplace/merchant-oms.html - title: Marketplace Shipment link: docs/pbc/all/carrier-management/page.version/marketplace/marketplace-shipment-feature-overview.html - title: Marketplace and merchant state machines - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: 'How-to: Create a new MerchantOms flow' - link: docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html + link: docs/pbc/all/order-management-system/page.version/marketplace/create-merchant-oms-flows.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md index 4fd5112d1f0..a01df7b9cf7 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.md @@ -4,11 +4,11 @@ description: This document contains details about how the Marketplace and mercha template: concept-topic-template related: - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md index 6a301a56bf8..eadc4f9e046 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.md @@ -8,7 +8,7 @@ related: - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html --- diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md index 1231efe3971..9b2fbb555c2 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.md @@ -4,11 +4,11 @@ description: This document contains concept information for the Marketplace orde template: concept-topic-template related: - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders @@ -35,7 +35,7 @@ As the Marketplace order contains details about offers and products a customer h ## Marketplace and merchant order states machines You can coordinate the Marketplace and merchant orders processing by triggering the state machine events. -For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}//marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). +For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). For details about how the two state machines interact, see [Marketplace and merchant state machine interactions](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). @@ -82,7 +82,7 @@ In some cases, due to rounding, the amounts of Marketplace order totals can diff {% info_block warningBox “Warning” %} Do not build the Merchant functionality around Orders, but rather around Merchant Orders. -Make sure that Merchants do not modify the order directly, but instead use [MerchantOms](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-order-management-feature-walkthrough/merchant-oms.html) for this purpose. +Make sure that Merchants do not modify the order directly, but instead use [MerchantOms](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/merchant-oms.html) for this purpose. {% endinfo_block %} @@ -121,5 +121,5 @@ The *merchant order total* is the sum of the totals of items of an order relatin |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | [Retrieving Marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) | [File details: merchant_oms_process.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.html) | [MerchantOms](/docs/marketplace/dev/feature-walkthroughs/{{page.version}}/marketplace-order-management-feature-walkthrough/merchant-oms.html) | -| [Marketplace Order Management + Order Threshold feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-order-threshold-feature.html) | | [File details: merchant-order-status.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.html) | [Create MerchantOms flows](/docs/marketplace/dev/howtos/how-to-create-a-new-merchant-oms-flow.html) | +| [Marketplace Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-feature.html) | [Retrieving Marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/glue-api-retrieve-marketplace-orders.html) | [File details: merchant_oms_process.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-oms-process.csv.html) | [MerchantOms](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/merchant-oms.html) | +| [Marketplace Order Management + Order Threshold feature integration](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/install-features/install-the-marketplace-order-management-order-threshold-feature.html) | | [File details: merchant-order-status.csv](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/import-and-export-data/import-file-details-merchant-order-status.csv.html) | [Create MerchantOms flows](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/create-merchant-oms-flows.html) | diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md index 7795c77fce8..6543727ea3e 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.md @@ -8,7 +8,7 @@ related: - title: Merchant order overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing marketplace orders @@ -35,7 +35,7 @@ As the Marketplace order contains details about offers and products a customer h ## Marketplace and merchant order states machines You can coordinate the Marketplace and merchant orders processing by triggering the state machine events. -For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/marketplace/user/features/{{page.version}}//marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). +For details about the Marketplace and merchant order state machines, see [Marketplace and merchant state machines](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html). For details about how the two state machines interact with each other, see [Marketplace and merchant state machine interactions](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html). diff --git a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md index e5500a9a9ac..78de5cc7309 100644 --- a/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md +++ b/docs/pbc/all/order-management-system/202307.0/marketplace/marketplace-order-management-feature-overview/merchant-order-overview.md @@ -6,9 +6,9 @@ related: - title: Marketplace Order Management feature overview link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-management-feature-overview.html - title: Marketplace order overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-order-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-order-overview.html - title: Marketplace and merchant state machines overview - link: docs/marketplace/user/features/page.version/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html + link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-overview.html - title: Marketplace and merchant state machines interaction link: docs/pbc/all/order-management-system/page.version/marketplace/marketplace-order-management-feature-overview/marketplace-and-merchant-state-machines-overview/marketplace-and-merchant-state-machines-interaction.html - title: Managing merchant orders diff --git a/docs/pbc/all/payment-service-provider/202212.0/adyen/adyen.md b/docs/pbc/all/payment-service-provider/202212.0/adyen/adyen.md index 9f2c6917bfe..5fb906afb4a 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/adyen/adyen.md +++ b/docs/pbc/all/payment-service-provider/202212.0/adyen/adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/adyen/adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Integrating Adyen payment methods @@ -27,7 +27,7 @@ Adyen is a global payment company that allows businesses to accept e-commerce, m ## Related Developer guides -* [Installing and configuring Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/installing-and-configuring-adyen.html) +* [Installing and configuring Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/install-and-configure-adyen.html) * [Integrating Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/integrate-adyen.html) * [Integrating Adyen payment methods](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/integrate-adyen-payment-methods.html) * [Enabling filtering of payment methods for Ayden](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/enable-filtering-of-payment-methods-for-adyen.html) diff --git a/docs/pbc/all/payment-service-provider/202212.0/adyen/enable-filtering-of-payment-methods-for-adyen.md b/docs/pbc/all/payment-service-provider/202212.0/adyen/enable-filtering-of-payment-methods-for-adyen.md index 8f9ca1e2f6e..6bf69a7538c 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/adyen/enable-filtering-of-payment-methods-for-adyen.md +++ b/docs/pbc/all/payment-service-provider/202212.0/adyen/enable-filtering-of-payment-methods-for-adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/adyen/enable-filtering-of-payment-methods-for-adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Integrating Adyen payment methods diff --git a/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen-payment-methods.md b/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen-payment-methods.md index 8b291c89b74..ac4145e7d57 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen-payment-methods.md +++ b/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen-payment-methods.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/adyen/integrate-adyen-payment-methods.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Enabling filtering of payment methods for Ayden diff --git a/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen.md b/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen.md index 3e460da01f3..5846023b302 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen.md +++ b/docs/pbc/all/payment-service-provider/202212.0/adyen/integrate-adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/adyen/integrate-adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Enabling filtering of payment methods for Ayden link: docs/pbc/all/payment-service-provider/page.version/adyen/enable-filtering-of-payment-methods-for-adyen.html - title: Integrating Adyen payment methods @@ -27,7 +27,7 @@ This article provides step-by-step instructions on integrating the Adyen module ## Prerequisites -Prior to integrating Adyen into your project, make sure you [installed and configured the Adyen module](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/installing-and-configuring-adyen.html). +Prior to integrating Adyen into your project, make sure you [installed and configured the Adyen module](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/install-and-configure-adyen.html). ## Project integration diff --git a/docs/pbc/all/payment-service-provider/202212.0/klarna/klarna-part-payment-flexible.md b/docs/pbc/all/payment-service-provider/202212.0/klarna/klarna-part-payment-flexible.md index ef731f06561..20b4653fa12 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/klarna/klarna-part-payment-flexible.md +++ b/docs/pbc/all/payment-service-provider/202212.0/klarna/klarna-part-payment-flexible.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/klarna/klarna-part-payment-flexible.html related: - title: Klarna - link: docs/pbc/all/payment-service-provider/page.version/klarna/klarnaions/klarna/klarna.html + link: docs/pbc/all/payment-service-provider/page.version/klarna/klarna.html - title: Klarna payment workflow link: docs/pbc/all/payment-service-provider/page.version/klarna/klarna-payment-workflow.html - title: Klarna - Invoice Pay in 14 days diff --git a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/integrate-payone.md b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/integrate-payone.md index dd821ae8652..b30822e2342 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/integrate-payone.md +++ b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/integrate-payone.md @@ -8,23 +8,6 @@ originalArticleId: a86017aa-d5ce-44cf-b568-6cda73261766 redirect_from: - /docs/scos/user/technology-partners/202212.0/payment-partners/bs-payone/scos-integration/payone-integration-into-the-scos-project.html - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/payone/manual-integration/integrate-payone.html -related: - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html - - title: PayOne - Paypal Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-paypal-payment.html --- {% info_block errorBox %} diff --git a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-cash-on-delivery.md b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-cash-on-delivery.md index 12d33c7e262..1971e744f38 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-cash-on-delivery.md +++ b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-cash-on-delivery.md @@ -8,19 +8,6 @@ originalArticleId: e68a44fe-8cfe-4199-a3d0-537c04107688 redirect_from: - /docs/scos/user/technology-partners/202212.0/payment-partners/bs-payone/scos-integration/payone-cash-on-delivery.html - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/payone/manual-integration/payone-cash-on-delivery.html -related: - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html --- ## Frontend Integration: Extending Checkout Page diff --git a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-manual-integration.md b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-manual-integration.md index ee50cf0bc33..e665d3ff184 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-manual-integration.md +++ b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-manual-integration.md @@ -8,23 +8,6 @@ originalArticleId: ffd53037-46a0-410e-941c-eb9cd4c3ff22 redirect_from: - /docs/scos/user/technology-partners/202212.0/payment-partners/bs-payone/bs-payone.html - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/payone/manual-integration/payone-manual-integration.html -related: - - title: PayOne - Integration into the SCOS Project - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-integration-into-the-scos-project.html - - title: PayOne - Risk Check and Address Check - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-risk-check-and-address-check.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Credit Card Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-credit-card-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html --- ## Partner Information diff --git a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-risk-check-and-address-check.md b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-risk-check-and-address-check.md index 926e5e01230..8011f75f216 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-risk-check-and-address-check.md +++ b/docs/pbc/all/payment-service-provider/202212.0/payone/manual-integration/payone-risk-check-and-address-check.md @@ -8,21 +8,6 @@ originalArticleId: 38b985f4-811e-4e38-8f43-c7863cb5add2 redirect_from: - /docs/scos/user/technology-partners/202212.0/payment-partners/bs-payone/scos-integration/payone-risk-check-and-address-check.html - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/payone/manual-integration/payone-risk-check-and-address-check.html -related: - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html --- On the project level, you should override execute and postCondition methods of `SprykerShop\Yves\CheckoutPage\Process\Steps\AddressStep`. diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md index 2e9b73528f1..3c193321dd6 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md @@ -12,19 +12,19 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- To disable updates on addresses from the backend application, follow the steps described below: diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md index 12c2f0e3692..a36c93b02a9 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- ## Workflow Scenarios diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md index 36d79aa3b9d..8562510f4af 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- The shop must implement the Calculation Request operation to calculate an example installment plan and show it to the customer. Some input parameters for the calculation are passed from the shop (e.g. the shopping basket total), others are stored in the merchant's RatePAY profile held by the Gateway (e.g. the allowed interest rate range). The merchant's profile parameters can be retrieved by the Configuration Request operation. diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md index 1a4cab19d60..4305520fccc 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md @@ -11,23 +11,23 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- ## Payment Flow Scenario diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md index 203d9c1df0a..594414cc67b 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- ## Payment Flow Scenarios diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-core-module-structure-diagram.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-core-module-structure-diagram.md index 44425484dea..8df5c217a75 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-core-module-structure-diagram.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-core-module-structure-diagram.md @@ -12,21 +12,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/ratepay-core-module-structure-diagram.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- The RatePay core module uses the following class structure and flow. diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-facade-methods.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-facade-methods.md index b9c5adc1584..f35b9d7684e 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-facade-methods.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-facade-methods.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/ratepay-facade-methods.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- | FACADE METHOD | PARAMETER | RETURN | DESCRIPTION | diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-payment-workflow.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-payment-workflow.md index 4a6abb06f1e..990cb66eb78 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-payment-workflow.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-payment-workflow.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/ratepay-payment-workflow.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- Invoice, Prepayment and Direct Debit methods have the same request flow. diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-state-machine-commands-and-conditions.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-state-machine-commands-and-conditions.md index e4dd43da1d3..2aa7348e61e 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-state-machine-commands-and-conditions.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay-state-machine-commands-and-conditions.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/ratepay-state-machine-commands-and-conditions.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- diff --git a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay.md b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay.md index eded52f8333..cfdaa51d6d7 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay.md +++ b/docs/pbc/all/payment-service-provider/202212.0/ratepay/ratepay.md @@ -10,23 +10,23 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202212.0/third-party-integrations/ratepay/ratepay.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - How to Disable Address Updates from the Backend Application - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay - Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- ## Partner Information diff --git a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md index 9e2b4366c85..e9f64a90e04 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md +++ b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md @@ -6,5 +6,5 @@ template: concept-topic-template --- To learn how data import works and about different ways of importing data, see [Data import](/docs/scos/dev/data-import/{{page.version}}/data-import.html). This section describes the data import files that are used to import data related to the Payment Service Provider PBC: -* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method.csv.html) -* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method-store.csv.html) +* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method.csv.html) +* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method-store.csv.html) diff --git a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md index fd715859de1..63e2e597d42 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md +++ b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md @@ -10,9 +10,6 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/advanced-tutorials/glue-api/tutorial-interacting-with-third-party-payment-providers-via-glue-api.html - /docs/pbc/all/payment-service-provider/202212.0/interact-with-third-party-payment-providers-using-glue-api.html - /docs/pbc/all/payment-service-provider/202212.0/interact-with-third-party-payment-providers-using-glue-api.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- This tutorial shows how to invoke third parties in the API payment process. diff --git a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/payments-feature-overview.md b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/payments-feature-overview.md index caec2f131de..e756e4adb5c 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/payments-feature-overview.md +++ b/docs/pbc/all/payment-service-provider/202212.0/spryker-pay/base-shop/payments-feature-overview.md @@ -35,7 +35,7 @@ The Spryker Commerce OS supports the integration of the following payment provid * [Billie](/docs/pbc/all/payment-service-provider/{{page.version}}/billie.html) * [Billpay](/docs/pbc/all/payment-service-provider/{{page.version}}/billpay/billpay.html) * [Braintree](/docs/pbc/all/payment-service-provider/{{page.version}}/braintree/braintree.html) -* [BS Payone](/docs/pbc/all/payment-service-provider/{{page.version}}/bs-payone/bs-payone.html) +* [BS Payone](/docs/pbc/all/payment-service-provider/{{page.version}}/payone/payone.html) * [Computop](/docs/pbc/all/payment-service-provider/{{page.version}}/computop/computop.html) * [CrefoPay](/docs/pbc/all/payment-service-provider/{{page.version}}/crefopay/crefopay.html) * [Heidelpay](/docs/pbc/all/payment-service-provider/{{page.version}}/heidelpay/heidelpay.html) diff --git a/docs/pbc/all/payment-service-provider/202212.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md b/docs/pbc/all/payment-service-provider/202212.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md index c3d6f51583a..87b2e4b91a3 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md +++ b/docs/pbc/all/payment-service-provider/202212.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md @@ -14,7 +14,7 @@ This document shows how to implement Unzer payment types, which are not currentl Before implementing the Unzer payment method, make sure to check and fulfill the following preconditions: -* [Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/version}}/third-party-integrations/unzer/install-unzer/install-and-configure-unzer.html). +* [Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/install-and-configure-unzer.html). * [Integrate Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/integrate-unzer.html) diff --git a/docs/pbc/all/payment-service-provider/202212.0/unzer/install-unzer/integrate-unzer.md b/docs/pbc/all/payment-service-provider/202212.0/unzer/install-unzer/integrate-unzer.md index 183f3ea9852..a83a7a08719 100644 --- a/docs/pbc/all/payment-service-provider/202212.0/unzer/install-unzer/integrate-unzer.md +++ b/docs/pbc/all/payment-service-provider/202212.0/unzer/install-unzer/integrate-unzer.md @@ -21,7 +21,7 @@ To integrate the Unzer, follow these steps. ### Prerequisites -[Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzerinstall-unzer/install-and-configure-unzer.html). +[Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/install-and-configure-unzer.html). {% info_block infoBox "Exemplary content" %} diff --git a/docs/pbc/all/payment-service-provider/202307.0/adyen/adyen.md b/docs/pbc/all/payment-service-provider/202307.0/adyen/adyen.md index 0d32637dfb2..b4252fb1ff2 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/adyen/adyen.md +++ b/docs/pbc/all/payment-service-provider/202307.0/adyen/adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/adyen/adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Integrating Adyen payment methods @@ -27,7 +27,7 @@ Adyen is a global payment company that allows businesses to accept e-commerce, m ## Related Developer guides -* [Installing and configuring Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/installing-and-configuring-adyen.html) +* [Installing and configuring Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/install-and-configure-adyen.html) * [Integrating Adyen](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/integrate-adyen.html) * [Integrating Adyen payment methods](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/integrate-adyen-payment-methods.html) * [Enabling filtering of payment methods for Ayden](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/enable-filtering-of-payment-methods-for-adyen.html) diff --git a/docs/pbc/all/payment-service-provider/202307.0/adyen/enable-filtering-of-payment-methods-for-adyen.md b/docs/pbc/all/payment-service-provider/202307.0/adyen/enable-filtering-of-payment-methods-for-adyen.md index b9809e95f6c..c4ff462644a 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/adyen/enable-filtering-of-payment-methods-for-adyen.md +++ b/docs/pbc/all/payment-service-provider/202307.0/adyen/enable-filtering-of-payment-methods-for-adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/adyen/enable-filtering-of-payment-methods-for-adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Integrating Adyen payment methods diff --git a/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen-payment-methods.md b/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen-payment-methods.md index 4c8b26e367c..d0b5fdf558e 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen-payment-methods.md +++ b/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen-payment-methods.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/adyen/integrate-adyen-payment-methods.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Integrating Adyen link: docs/pbc/all/payment-service-provider/page.version/adyen/integrate-adyen.html - title: Enabling filtering of payment methods for Ayden diff --git a/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen.md b/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen.md index 2dbdc101c8f..9eac2710e5a 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen.md +++ b/docs/pbc/all/payment-service-provider/202307.0/adyen/integrate-adyen.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/adyen/integrate-adyen.html related: - title: Installing and configuring Adyen - link: docs/pbc/all/payment-service-provider/page.version/adyen/installing-and-configuring-adyen.html + link: docs/pbc/all/payment-service-provider/page.version/adyen/install-and-configure-adyen.html - title: Enabling filtering of payment methods for Ayden link: docs/pbc/all/payment-service-provider/page.version/adyen/enable-filtering-of-payment-methods-for-adyen.html - title: Integrating Adyen payment methods @@ -27,7 +27,7 @@ This article provides step-by-step instructions on integrating the Adyen module ## Prerequisites -Prior to integrating Adyen into your project, make sure you [installed and configured the Adyen module](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/installing-and-configuring-adyen.html). +Prior to integrating Adyen into your project, make sure you [installed and configured the Adyen module](/docs/pbc/all/payment-service-provider/{{page.version}}/adyen/install-and-configure-adyen.html). ## Project integration diff --git a/docs/pbc/all/payment-service-provider/202307.0/klarna/klarna-part-payment-flexible.md b/docs/pbc/all/payment-service-provider/202307.0/klarna/klarna-part-payment-flexible.md index 9fea4df3b80..a978e4a9045 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/klarna/klarna-part-payment-flexible.md +++ b/docs/pbc/all/payment-service-provider/202307.0/klarna/klarna-part-payment-flexible.md @@ -10,7 +10,7 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/klarna/klarna-part-payment-flexible.html related: - title: Klarna - link: docs/pbc/all/payment-service-provider/page.version/klarna/klarnaions/klarna/klarna.html + link: docs/pbc/all/payment-service-provider/page.version/klarna/klarna.html - title: Klarna payment workflow link: docs/pbc/all/payment-service-provider/page.version/klarna/klarna-payment-workflow.html - title: Klarna - Invoice Pay in 14 days diff --git a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/integrate-payone.md b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/integrate-payone.md index 25d0476ffbc..bf08afa6d33 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/integrate-payone.md +++ b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/integrate-payone.md @@ -8,23 +8,6 @@ originalArticleId: a86017aa-d5ce-44cf-b568-6cda73261766 redirect_from: - /docs/scos/user/technology-partners/202307.0/payment-partners/bs-payone/scos-integration/payone-integration-into-the-scos-project.html - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/payone/manual-integration/integrate-payone.html -related: - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html - - title: PayOne - Paypal Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-paypal-payment.html --- {% info_block errorBox %} diff --git a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-cash-on-delivery.md b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-cash-on-delivery.md index 8fee1c071d0..46b7a88069e 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-cash-on-delivery.md +++ b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-cash-on-delivery.md @@ -8,19 +8,6 @@ originalArticleId: e68a44fe-8cfe-4199-a3d0-537c04107688 redirect_from: - /docs/scos/user/technology-partners/202307.0/payment-partners/bs-payone/scos-integration/payone-cash-on-delivery.html - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/payone/manual-integration/payone-cash-on-delivery.html -related: - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html --- ## Frontend Integration: Extending Checkout Page diff --git a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-manual-integration.md b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-manual-integration.md index 5c5208add6d..37204af25d9 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-manual-integration.md +++ b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-manual-integration.md @@ -8,23 +8,6 @@ originalArticleId: ffd53037-46a0-410e-941c-eb9cd4c3ff22 redirect_from: - /docs/scos/user/technology-partners/202307.0/payment-partners/bs-payone/bs-payone.html - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/payone/manual-integration/payone-manual-integration.html -related: - - title: PayOne - Integration into the SCOS Project - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-integration-into-the-scos-project.html - - title: PayOne - Risk Check and Address Check - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-risk-check-and-address-check.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Credit Card Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-credit-card-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html --- ## Partner Information diff --git a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-risk-check-and-address-check.md b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-risk-check-and-address-check.md index b1b1df168d8..2f0c5c8027a 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-risk-check-and-address-check.md +++ b/docs/pbc/all/payment-service-provider/202307.0/payone/manual-integration/payone-risk-check-and-address-check.md @@ -8,21 +8,6 @@ originalArticleId: 38b985f4-811e-4e38-8f43-c7863cb5add2 redirect_from: - /docs/scos/user/technology-partners/202307.0/payment-partners/bs-payone/scos-integration/payone-risk-check-and-address-check.html - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/payone/manual-integration/payone-risk-check-and-address-check.html -related: - - title: PayOne - Cash on Delivery - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/scos-integration/payone-cash-on-delivery.html - - title: PayOne - Authorization and Preauthorization Capture Flows - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-authorization-and-preauthorization-capture-flows.html - - title: PayOne - Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-invoice-payment.html - - title: PayOne - Prepayment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-prepayment.html - - title: PayOne - Direct Debit Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-direct-debit-payment.html - - title: PayOne - Security Invoice Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-security-invoice-payment.html - - title: PayOne - Online Transfer Payment - link: docs/pbc/all/payment-service-provider/page.version/bs-payone/legacy-demoshop-integration/payone-payment-methods/payone-online-transfer-payment.html --- On the project level, you should override execute and postCondition methods of `SprykerShop\Yves\CheckoutPage\Process\Steps\AddressStep`. diff --git a/docs/pbc/all/payment-service-provider/202307.0/payone/payone.md b/docs/pbc/all/payment-service-provider/202307.0/payone/payone.md new file mode 100644 index 00000000000..73922065e69 --- /dev/null +++ b/docs/pbc/all/payment-service-provider/202307.0/payone/payone.md @@ -0,0 +1,10 @@ +--- +title: Integrate PayOne +description: Payone partner integ +template: concept-topic-template +--- + +The Payone partner integration is available through the following integration methods: + +* [Manual integration](/docs/pbc/all/payment-service-provider/{{page.version}}/payone/manual-integration/integrate-payone.html) +* [Integration in the Back Office](/docs/pbc/all/payment-service-provider/{{page.version}}/payone/integration-in-the-back-office/payone-integration-in-the-back-office.html) diff --git a/docs/pbc/all/payment-service-provider/202307.0/powerpay.md b/docs/pbc/all/payment-service-provider/202307.0/powerpay.md index a57f8f22842..58632e4cffd 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/powerpay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/powerpay.md @@ -5,16 +5,8 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/powerpay originalArticleId: f6d0bdfc-6145-4e9f-b2b6-51509e16713c -redirect_from: - - /2021080/docs/powerpay - - /2021080/docs/en/powerpay - - /docs/powerpay - - /docs/en/powerpay - /docs/scos/user/technology-partners/202307.0/payment-partners/powerpay.html - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/powerpay.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Payment Information diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md index 5bb080562fa..76e970c7dcb 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.md @@ -12,19 +12,19 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- To disable updates on addresses from the backend application, follow the steps described below: diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md index 3c351e80f08..4ad7ee4f212 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- ## Workflow Scenarios diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md index 81390d92967..dc34734b326 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- The shop must implement the Calculation Request operation to calculate an example installment plan and show it to the customer. Some input parameters for the calculation are passed from the shop (e.g. the shopping basket total), others are stored in the merchant's RatePAY profile held by the Gateway (e.g. the allowed interest rate range). The merchant's profile parameters can be retrieved by the Configuration Request operation. diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md index 9d8eb323301..4d364d8c3b0 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.md @@ -11,23 +11,23 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- ## Payment Flow Scenario diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md index cf37e9f6c6b..7f765aa9ce7 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.md @@ -12,21 +12,21 @@ related: - title: RatePay link: docs/scos/user/technology-partners/page.version/payment-partners/ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- ## Payment Flow Scenarios diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-core-module-structure-diagram.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-core-module-structure-diagram.md index f42ab859edb..a38ace8ca45 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-core-module-structure-diagram.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-core-module-structure-diagram.md @@ -12,21 +12,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/ratepay-core-module-structure-diagram.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- The RatePay core module uses the following class structure and flow. diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-facade-methods.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-facade-methods.md index a0912ff7833..6a0c05d00aa 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-facade-methods.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-facade-methods.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/ratepay-facade-methods.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- | FACADE METHOD | PARAMETER | RETURN | DESCRIPTION | diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-payment-workflow.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-payment-workflow.md index 472411082ac..e2fe0a8a605 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-payment-workflow.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-payment-workflow.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/ratepay-payment-workflow.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- Invoice, Prepayment and Direct Debit methods have the same request flow. diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-state-machine-commands-and-conditions.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-state-machine-commands-and-conditions.md index dabb5a89e17..c7709c08e21 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-state-machine-commands-and-conditions.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay-state-machine-commands-and-conditions.md @@ -10,21 +10,21 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/ratepay-state-machine-commands-and-conditions.html related: - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Disabling address updates from the backend application for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay- Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html --- diff --git a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay.md b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay.md index 4e3860351a8..c8109db3580 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay.md +++ b/docs/pbc/all/payment-service-provider/202307.0/ratepay/ratepay.md @@ -10,23 +10,23 @@ redirect_from: - /docs/pbc/all/payment-service-provider/202307.0/third-party-integrations/ratepay/ratepay.html related: - title: Integrating the Invoice payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-invoice-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-invoice-payment-method-for-ratepay.html - title: RatePay facade methods - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-facade-methods.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-facade-methods.html - title: Integrating the Prepayment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-prepayment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-prepayment-payment-method-for-ratepay.html - title: RatePay - Payment Workflow - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-payment-workflow.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-payment-workflow.html - title: RatePay - How to Disable Address Updates from the Backend Application - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/disable-address-updates-from-the-backend-application-for-ratepay.html - title: RatePay - Core Module Structure Diagram - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-core-module-structure-diagram.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-core-module-structure-diagram.html - title: Integrating the Installment payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay//integrating-the-installment-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-installment-payment-method-for-ratepay.html - title: Integrating the Direct Debit payment method for RatePay - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/integrate-payment-methods-for-ratepay/integrate-the-direct-debit-payment-method-for-ratepay.html - title: RatePay - State Machine Commands and Conditions - link: docs/scos/dev/technology-partner-guides/page.version/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html + link: docs/pbc/all/payment-service-provider/page.version/ratepay/ratepay-state-machine-commands-and-conditions.html --- ## Partner Information diff --git a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md index 9e2b4366c85..e9f64a90e04 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md +++ b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/import-and-export-data/payment-service-provider-data-import-and-export.md @@ -6,5 +6,5 @@ template: concept-topic-template --- To learn how data import works and about different ways of importing data, see [Data import](/docs/scos/dev/data-import/{{page.version}}/data-import.html). This section describes the data import files that are used to import data related to the Payment Service Provider PBC: -* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method.csv.html) -* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method-store.csv.html) +* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method.csv.html) +* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method-store.csv.html) diff --git a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md index 6196628f7cf..83a6a7d62ae 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md +++ b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/interact-with-third-party-payment-providers-using-glue-api.md @@ -10,9 +10,6 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/advanced-tutorials/glue-api/tutorial-interacting-with-third-party-payment-providers-via-glue-api.html - /docs/pbc/all/payment-service-provider/202307.0/interact-with-third-party-payment-providers-using-glue-api.html - /docs/pbc/all/payment-service-provider/202307.0/interact-with-third-party-payment-providers-using-glue-api.html -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- This tutorial shows how to invoke third parties in the API payment process. diff --git a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/payments-feature-overview.md b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/payments-feature-overview.md index e249a7f3fd1..3a67f02aa5a 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/payments-feature-overview.md +++ b/docs/pbc/all/payment-service-provider/202307.0/spryker-pay/base-shop/payments-feature-overview.md @@ -35,7 +35,7 @@ The Spryker Commerce OS supports the integration of the following payment provid * [Billie](/docs/pbc/all/payment-service-provider/{{page.version}}/billie.html) * [Billpay](/docs/pbc/all/payment-service-provider/{{page.version}}/billpay/billpay.html) * [Braintree](/docs/pbc/all/payment-service-provider/{{page.version}}/braintree/braintree.html) -* [BS Payone](/docs/pbc/all/payment-service-provider/{{page.version}}/bs-payone/bs-payone.html) +* [BS Payone](/docs/pbc/all/payment-service-provider/{{page.version}}/payone/payone.html) * [Computop](/docs/pbc/all/payment-service-provider/{{page.version}}/computop/computop.html) * [CrefoPay](/docs/pbc/all/payment-service-provider/{{page.version}}/crefopay/crefopay.html) * [Heidelpay](/docs/pbc/all/payment-service-provider/{{page.version}}/heidelpay/heidelpay.html) diff --git a/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-marketplace-credentials.md b/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-marketplace-credentials.md index 46394a13b8f..8ce49939a6e 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-marketplace-credentials.md +++ b/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-marketplace-credentials.md @@ -61,7 +61,7 @@ All merchants allowed to sell their products in your stores must have Unzer cred | UNZER PRIVATE KEY | Unique private key which Unzer provides to a project to accept payments. The key is store-specific. | | UNZER PUBLIC KEY (MAIN MERCHANT CREDENTIALS) | Unique public key which Unzer provides to each merchant to accept payments. The key is merchant-specific. | | UNZER PRIVATE KEY (MAIN MERCHANT CREDENTIALS) | Unique private key which Unzer provides to each merchant to accept payments. The key is merchant-specific. | -| STORE RELATION | Defines [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the Unzer payment method will be available in. | +| STORE RELATION | Defines [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the Unzer payment method will be available in. | | MERCHANT REFERENCE | Merchant ID on the Spryker side. | | PARTICIPANT ID | Merchant reference on the Unzer side, which identifies a merchant who receives money when the order is paid and gets the status `payment completed`. | diff --git a/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-standard-credentails.md b/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-standard-credentails.md index 63cae97be41..f200eb7236e 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-standard-credentails.md +++ b/docs/pbc/all/payment-service-provider/202307.0/unzer/configure-in-the-back-office/add-unzer-standard-credentails.md @@ -47,6 +47,6 @@ The following table describes attributes you select and enter when adding Unzer | CREDENTIALS TYPE | Type of the credentials | | UNZER PUBLIC KEY | Unique public key which Unzer provides for a project to accept payments. The key is store-specific. | | UNZER PRIVATE KEY | Unique private key which Unzer provides for a project to accept payments. The key is store-specific. | -| STORE RELATION | Defines [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the Unzer payment method will be available in. | +| STORE RELATION | Defines [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the Unzer payment method will be available in. | | MERCHANT REFERENCE | Merchant ID on the Spryker side. | | PARTICIPANT ID | Merchant ID on the Unzer side, which will identifies a merchant who receives money when the order is paid and has the status `payment completed`. | diff --git a/docs/pbc/all/payment-service-provider/202307.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md b/docs/pbc/all/payment-service-provider/202307.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md index f8d4a69ad9b..9bfb3bee354 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md +++ b/docs/pbc/all/payment-service-provider/202307.0/unzer/extend-and-customize/implement-new-payment-methods-on-the-project-level.md @@ -14,7 +14,7 @@ This document shows how to implement Unzer payment types, which are not currentl Before implementing the Unzer payment method, make sure to check and fulfill the following preconditions: -* [Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/version}}/third-party-integrations/unzer/install-unzer/install-and-configure-unzer.html). +* [Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/install-and-configure-unzer.html). * [Integrate Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/integrate-unzer.html) diff --git a/docs/pbc/all/payment-service-provider/202307.0/unzer/install-unzer/integrate-unzer.md b/docs/pbc/all/payment-service-provider/202307.0/unzer/install-unzer/integrate-unzer.md index 14692bfb38e..0738b3f54f4 100644 --- a/docs/pbc/all/payment-service-provider/202307.0/unzer/install-unzer/integrate-unzer.md +++ b/docs/pbc/all/payment-service-provider/202307.0/unzer/install-unzer/integrate-unzer.md @@ -21,7 +21,7 @@ To integrate the Unzer, follow these steps. ### Prerequisites -[Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzerinstall-unzer/install-and-configure-unzer.html). +[Install and configure Unzer](/docs/pbc/all/payment-service-provider/{{page.version}}/unzer/install-unzer/install-and-configure-unzer.html). {% info_block infoBox "Exemplary content" %} diff --git a/docs/pbc/all/price-management/202212.0/base-shop/import-and-export-data/import-and-export-price-management-data.md b/docs/pbc/all/price-management/202212.0/base-shop/import-and-export-data/import-and-export-price-management-data.md index c42b6d4367d..022b2828d30 100644 --- a/docs/pbc/all/price-management/202212.0/base-shop/import-and-export-data/import-and-export-price-management-data.md +++ b/docs/pbc/all/price-management/202212.0/base-shop/import-and-export-data/import-and-export-price-management-data.md @@ -26,5 +26,5 @@ The table below provides details on Pricing data importers, their purpose, CSV f | DATA IMPORTER | PURPOSE | CONSOLE COMMAND | FILES | DEPENDENCIES | | --- | --- | --- | --- |--- | -| Product Price | Imports information relative to product prices. |`data:import:product-price` | [product_price.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html)| | -| Product Price Schedule | Imports information about product scheduled prices. |`data:import:product-price-schedule` |[product_price_schedule.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price-schedule.csv.html) | | +| Product Price | Imports information relative to product prices. |`data:import:product-price` | [product_price.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html)| | +| Product Price Schedule | Imports information about product scheduled prices. |`data:import:product-price-schedule` |[product_price_schedule.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price-schedule.csv.html) | | diff --git a/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md b/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md index b2207973506..19ac8eb6631 100644 --- a/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md +++ b/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md @@ -21,7 +21,7 @@ related: - title: Product feature integration link: docs/scos/dev/feature-integration-guides/page.version/product-feature-integration.html - title: Product Lists feature integration - link: docs/scos/dev/feature-integration-guides/page.version/product-lists-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-lists-feature.html - title: Merchant Product Restrictions feature integration link: docs/scos/dev/feature-integration-guides/page.version/merchant-product-restrictions-feature-integration.html --- diff --git a/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md b/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md index 21a5d4607d8..4bcfef00dc6 100644 --- a/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md +++ b/docs/pbc/all/price-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md @@ -89,7 +89,7 @@ composer update spryker/* * **ProductBundle >= 4.** — [Migration Guide - ProductBundle](/docs/scos/dev/module-migration-guides/migration-guide-productbundle.html) uses the new `PriceProduct` module, the new plugin to watch cart item reload action. * **ProductLabelGui >= 2.** — see [Migration Guide - ProductLabelGui](/docs/scos/dev/module-migration-guides/migration-guide-productlabelgui.html). * **ProductManagement >= 0.9.** — see [Migration Guide - ProductManagement](/docs/scos/dev/module-migration-guides/migration-guide-productmanagement.html). New forms and views have been added. - * **ProductRelation >= 2.** — see [Migration Guide - ProductRelation](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelation-modulehtml). + * **ProductRelation >= 2.** — see [Migration Guide - ProductRelation](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelation-module.html). * **ProductRelationCollector >= 2.** — see [Migration Guide - ProductRelationCollector](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelationcollector-module.html). * **ProductSetGui >= 2.** — see [Migration Guide - ProductSetGui](/docs/scos/dev/module-migration-guides/migration-guide-productsetgui.html). * **Wishlist >= 2.** — see [Migration Guide - Wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-wishlist-module.html). @@ -97,7 +97,7 @@ composer update spryker/* 6. Regarding the Product Options, the way the price is entered in Zed Admin UI has been changed to support multi-currency behavior. Now Collector collects prices by store and cart checkout has been amended to support multi-currency product options. - * **ProductOptionCartConnector >= 5.** — see [Migration Guide - Product Option Cart Connector](/docs/scos/dev/module-migration-guides/migration-guide-productoptioncartconnector.html). - * **ProductOption >= 6.** — see [Migration Guide - Product Option](/docs/scos/dev/module-migration-guides/migration-guide-productoption.html). + * **ProductOptionCartConnector >= 5.** — see [Migration Guide - Product Option Cart Connector](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.html). + * **ProductOption >= 6.** — see [Migration Guide - Product Option](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-module.html). Some new configuration options have been made for the whole multi-currency feature: earlier the default price type was defined in environment configuration like `$config[PriceProductConstants::DEFAULT_PRICE_TYPE] = 'DEFAULT'`, now it's moved to: `\Spryker\Shared\PriceProduct\PriceProductConfig::getPriceTypeDefaultName`. Please note that you might get an exception that constant is not found - you can safely remove it, unless you used it in your code. In this case replace `\Spryker\Zed\PriceProduct\Business\PriceProductFacade::getDefaultPriceTypeName` or `\Spryker\Client\PriceProduct\PriceProductClient::getPriceTypeDefaultName` accordingly. Default price mode is defined in `\Spryker\Shared\Price\PriceConfig::getDefaultPriceMode`. Default currency is defined based on `config/Shared/stores.php`, array key `currencyIsoCodes` will be the first item in the list. diff --git a/docs/pbc/all/price-management/202212.0/base-shop/prices-feature-overview/prices-feature-overview.md b/docs/pbc/all/price-management/202212.0/base-shop/prices-feature-overview/prices-feature-overview.md index 5a6ef2eb9e1..1db5e47f9c1 100644 --- a/docs/pbc/all/price-management/202212.0/base-shop/prices-feature-overview/prices-feature-overview.md +++ b/docs/pbc/all/price-management/202212.0/base-shop/prices-feature-overview/prices-feature-overview.md @@ -85,7 +85,7 @@ The following diagram summarizes the logic for retrieving the price for a produc | OVERVIEWS | BACK OFFICE USER GUIDES | |---| - | -| [Volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) | [Define prices when creating abstract products and product bundles](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.html) | +| [Volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) | [Define prices when creating abstract products and product bundles](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.html) | | | [Edit prices of an abstract product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.html#edit-prices-of-an-abstract-product-or-product-bundle) | | | [Define prices when creating a concrete product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) | | | [Edit prices of a concrete product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/edit-product-variants.html) | diff --git a/docs/pbc/all/price-management/202212.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md b/docs/pbc/all/price-management/202212.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md index 3301ee3544e..86fc0951885 100644 --- a/docs/pbc/all/price-management/202212.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md +++ b/docs/pbc/all/price-management/202212.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md @@ -22,7 +22,7 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-schedule-cron-job-for-scheduled-prices.html related: - title: Scheduled Prices feature walkthrough - link: docs/scos/dev/feature-walkthroughs/page.version/scheduled-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/base-shop/scheduled-prices-feature-overview.html --- diff --git a/docs/pbc/all/price-management/202212.0/marketplace/glue-api-retrieve-product-offer-prices.md b/docs/pbc/all/price-management/202212.0/marketplace/glue-api-retrieve-product-offer-prices.md index 1e82246f6fb..6c96014a6f4 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/glue-api-retrieve-product-offer-prices.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/glue-api-retrieve-product-offer-prices.md @@ -8,7 +8,7 @@ related: - title: Retrieving product offers link: docs/pbc/all/offer-management/page.version/marketplace/glue-api-retrieve-product-offers.html - title: Retrieving product offer availabilities - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-availability.html + link: docs/pbc/all/warehouse-management-system/page.version/marketplace/glue-api-retrieve-product-offer-availability.html --- This document describes how to retrieve product offer prices via Glue API. diff --git a/docs/pbc/all/price-management/202212.0/marketplace/import-and-export-data/import-and-export-price-management-data.md b/docs/pbc/all/price-management/202212.0/marketplace/import-and-export-data/import-and-export-price-management-data.md index ae8862dcf6d..fe95fda279c 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/import-and-export-data/import-and-export-price-management-data.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/import-and-export-data/import-and-export-price-management-data.md @@ -6,5 +6,5 @@ template: concept-topic-template --- To learn how data import works and about different ways of importing data, see [Data import](/docs/scos/dev/data-import/{{page.version}}/data-import.html). This section describes the data import files that are used to import data related to the Price Management PBC: -* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method.csv.html) -* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method-store.csv.html) +* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method.csv.html) +* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method-store.csv.html) diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md index d0033d0c5b3..c28b92d711a 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md @@ -7,7 +7,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202212.0/marketplace-merchant-custom-prices-feature-integration.html related: - title: Marketplace Merchant Custom Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-merchant-custom-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-merchant-custom-prices-feature-overview.html --- This document describes how to integrate the Marketplace Merchant Custom Prices feature into a Spryker project. diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md index 82b52eeb6b8..0648352cb2e 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md @@ -5,7 +5,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-features/{{page.version}}/marketplace/install-the-marketplace-product-offer-prices-feature.md %} diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md index 3df6b8217bb..646db400a19 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md @@ -4,7 +4,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md %} diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md index b09a73f4b6b..d360fe52f00 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md @@ -4,7 +4,7 @@ description: This document describes how to integrate the Marketplace Product Of template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html - title: Marketplace Wishlist feature walkthrough link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md index cedf98d24a8..4948782d901 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md @@ -7,7 +7,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202204.0/glue/marketplace-product-offer-volume-prices.html related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-glue-api/202212.0/marketplace/install-the-marketplace-product-offer-volume-prices-glue-api.md %} diff --git a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md index 8569f117e6b..6695de0a960 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202212.0/glue/prices-marketplace-wishlist-feature-integration.html related: - title: Marketplace Wishlist feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-wishlist-feature-walkthrough.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- This document describes how to integrate the Prices + Marketplace Wishlist Glue API feature into a Spryker project. @@ -22,7 +22,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | ------- | ---------- | -| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-wishlist-feature-integration.html) | +| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | | Product Prices API | {{page.version}} |[Glue API: Product Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.html) | diff --git a/docs/pbc/all/price-management/202212.0/marketplace/marketplace-product-offer-prices-feature-overview.md b/docs/pbc/all/price-management/202212.0/marketplace/marketplace-product-offer-prices-feature-overview.md index 31c9d89ed1b..852a50b089a 100644 --- a/docs/pbc/all/price-management/202212.0/marketplace/marketplace-product-offer-prices-feature-overview.md +++ b/docs/pbc/all/price-management/202212.0/marketplace/marketplace-product-offer-prices-feature-overview.md @@ -30,5 +30,5 @@ To learn more about prices and volume prices, see: [Prices](/docs/pbc/all/price- |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | |---------|---------|---------| -| [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html) | [File details: price-product-offer.csv](/docs/pbc/all/price-management/{{page.version}}/marketplace/import-and-export-data/file-details-price-product-offer.csv.html) | +| [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html) | [File details: price-product-offer.csv](/docs/pbc/all/price-management/{{page.version}}/marketplace/import-and-export-data/file-details-price-product-offer.csv.html) | |[Glue API: Marketplace Product Offer Prices integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | | | diff --git a/docs/pbc/all/price-management/202307.0/base-shop/import-and-export-data/import-and-export-price-management-data.md b/docs/pbc/all/price-management/202307.0/base-shop/import-and-export-data/import-and-export-price-management-data.md index c9ab99efacc..4fd8f3d6392 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/import-and-export-data/import-and-export-price-management-data.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/import-and-export-data/import-and-export-price-management-data.md @@ -26,5 +26,5 @@ The table below provides details on Pricing data importers, their purpose, CSV f | DATA IMPORTER | PURPOSE | CONSOLE COMMAND | FILES | DEPENDENCIES | | --- | --- | --- | --- |--- | -| Product Price | Imports information relative to product prices. |`data:import:product-price` | [product_price.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html)| | -| Product Price Schedule | Imports information about product scheduled prices. |`data:import:product-price-schedule` |[product_price_schedule.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price-schedule.csv.html) | | +| Product Price | Imports information relative to product prices. |`data:import:product-price` | [product_price.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html)| | +| Product Price Schedule | Imports information about product scheduled prices. |`data:import:product-price-schedule` |[product_price_schedule.csv](/docs/pbc/all/price-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-price-schedule.csv.html) | | diff --git a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md index b9fe46e291d..e539ddac106 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-prices-feature.md @@ -21,7 +21,7 @@ related: - title: Product feature integration link: docs/scos/dev/feature-integration-guides/page.version/product-feature-integration.html - title: Product Lists feature integration - link: docs/scos/dev/feature-integration-guides/page.version/product-lists-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-lists-feature.html - title: Merchant Product Restrictions feature integration link: docs/scos/dev/feature-integration-guides/page.version/merchant-product-restrictions-feature-integration.html --- diff --git a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.md b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-the-product-price-glue-api.md similarity index 96% rename from docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.md rename to docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-the-product-price-glue-api.md index b19017fcda9..50e86c89f91 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/install-the-product-price-glue-api.md @@ -1,5 +1,5 @@ --- -title: Integrate the Product Price Glue API +title: Install the Product Price Glue API last_updated: Jun 18, 2021 template: feature-integration-guide-template originalLink: https://documentation.spryker.com/2021080/docs/glue-api-prices-api-feature-integration diff --git a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md index 095f5578b84..ece887f9c63 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-to-multi-currency.md @@ -89,7 +89,7 @@ composer update spryker/* * **ProductBundle >= 4.** — [Migration Guide - ProductBundle](/docs/scos/dev/module-migration-guides/migration-guide-productbundle.html) uses the new `PriceProduct` module, the new plugin to watch cart item reload action. * **ProductLabelGui >= 2.** — see [Migration Guide - ProductLabelGui](/docs/scos/dev/module-migration-guides/migration-guide-productlabelgui.html). * **ProductManagement >= 0.9.** — see [Migration Guide - ProductManagement](/docs/scos/dev/module-migration-guides/migration-guide-productmanagement.html). New forms and views have been added. - * **ProductRelation >= 2.** — see [Migration Guide - ProductRelation](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelation-modulehtml). + * **ProductRelation >= 2.** — see [Migration Guide - ProductRelation](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelation-module.html). * **ProductRelationCollector >= 2.** — see [Migration Guide - ProductRelationCollector](/docs/pbc/all/product-relationship-management/{{page.version}}/install-and-upgrade/upgrade-the-productrelationcollector-module.html). * **ProductSetGui >= 2.** — see [Migration Guide - ProductSetGui](/docs/scos/dev/module-migration-guides/migration-guide-productsetgui.html). * **Wishlist >= 2.** — see [Migration Guide - Wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-wishlist-module.html). @@ -97,7 +97,7 @@ composer update spryker/* 6. Regarding the Product Options, the way the price is entered in Zed Admin UI has been changed to support multi-currency behavior. Now Collector collects prices by store and cart checkout has been amended to support multi-currency product options. - * **ProductOptionCartConnector >= 5.** — see [Migration Guide - Product Option Cart Connector](/docs/scos/dev/module-migration-guides/migration-guide-productoptioncartconnector.html). - * **ProductOption >= 6.** — see [Migration Guide - Product Option](/docs/scos/dev/module-migration-guides/migration-guide-productoption.html). + * **ProductOptionCartConnector >= 5.** — see [Migration Guide - Product Option Cart Connector](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.html). + * **ProductOption >= 6.** — see [Migration Guide - Product Option](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-module.html). Some new configuration options have been made for the whole multi-currency feature: earlier the default price type was defined in environment configuration like `$config[PriceProductConstants::DEFAULT_PRICE_TYPE] = 'DEFAULT'`, now it's moved to: `\Spryker\Shared\PriceProduct\PriceProductConfig::getPriceTypeDefaultName`. Please note that you might get an exception that constant is not found - you can safely remove it, unless you used it in your code. In this case replace `\Spryker\Zed\PriceProduct\Business\PriceProductFacade::getDefaultPriceTypeName` or `\Spryker\Client\PriceProduct\PriceProductClient::getPriceTypeDefaultName` accordingly. Default price mode is defined in `\Spryker\Shared\Price\PriceConfig::getDefaultPriceMode`. Default currency is defined based on `config/Shared/stores.php`, array key `currencyIsoCodes` will be the first item in the list. diff --git a/docs/pbc/all/price-management/202307.0/base-shop/manage-in-the-back-office/add-scheduled-prices-to-abstract-products-and-product-bundles.md b/docs/pbc/all/price-management/202307.0/base-shop/manage-in-the-back-office/add-scheduled-prices-to-abstract-products-and-product-bundles.md index f8996f55da6..b59b5367d4c 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/manage-in-the-back-office/add-scheduled-prices-to-abstract-products-and-product-bundles.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/manage-in-the-back-office/add-scheduled-prices-to-abstract-products-and-product-bundles.md @@ -52,7 +52,7 @@ If you want to add more than five scheduled prices, it might be quicker to [impo | --- | --- | | ABSTRACT SKU | Unique identifier of an abstract product to import the scheduled price for. The field is disabled because you are adding the scheduled price to a particular abstract product. | | CONCRETE SKU | Unique identifier of a concrete product to import the scheduled price for. The field is disabled because you are adding a scheduled price to a particular abstract product. | -| STORE | [Store](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) in which the scheduled price will be displayed. If you want to add the scheduled price for multiple stores, you can repeat the full procedure for all of the needed stores. | +| STORE | [Store](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) in which the scheduled price will be displayed. If you want to add the scheduled price for multiple stores, you can repeat the full procedure for all of the needed stores. | | CURRENCY | Currency in which the scheduled price is defined. If you want to add the scheduled price for multiple currencies, you can repeat the full procedure for all of the needed currencies. | | NET PRICE | Net value of the product during the time period defined in **START FROM (INCLUDED)** and **FINISH AT (INCLUDED)**. | | GROSS PRICE |Gross value of product during the time period defined in **START FROM (INCLUDED)** and **FINISH AT (INCLUDED)**. | diff --git a/docs/pbc/all/price-management/202307.0/base-shop/manage-using-glue-api/retrieve-prices-when-retrieving-concrete-products.md b/docs/pbc/all/price-management/202307.0/base-shop/manage-using-glue-api/retrieve-prices-when-retrieving-concrete-products.md index 4f604847298..0cdfd8b8ed3 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/manage-using-glue-api/retrieve-prices-when-retrieving-concrete-products.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/manage-using-glue-api/retrieve-prices-when-retrieving-concrete-products.md @@ -1,5 +1,5 @@ --- -title: Retrieving concrete products +title: Retrieve prices when retrieving concrete products description: Retrieve general information about concrete products. last_updated: Aug 22, 2022 template: glue-api-storefront-guide-template diff --git a/docs/pbc/all/price-management/202307.0/base-shop/prices-feature-overview/prices-feature-overview.md b/docs/pbc/all/price-management/202307.0/base-shop/prices-feature-overview/prices-feature-overview.md index 241a2d20a61..11d03075c6a 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/prices-feature-overview/prices-feature-overview.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/prices-feature-overview/prices-feature-overview.md @@ -85,7 +85,7 @@ The following diagram summarizes the logic for retrieving the price for a produc | OVERVIEWS | BACK OFFICE USER GUIDES | |---| - | -| [Volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) | [Define prices when creating abstract products and product bundles](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.html) | +| [Volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) | [Define prices when creating abstract products and product bundles](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.html) | | | [Edit prices of an abstract product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.html#edit-prices-of-an-abstract-product-or-product-bundle) | | | [Define prices when creating a concrete product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) | | | [Edit prices of a concrete product](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/edit-product-variants.html) | diff --git a/docs/pbc/all/price-management/202307.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md b/docs/pbc/all/price-management/202307.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md index 3301ee3544e..86fc0951885 100644 --- a/docs/pbc/all/price-management/202307.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md +++ b/docs/pbc/all/price-management/202307.0/base-shop/tutorials-and-howtos/howto-schedule-cron-job-for-scheduled-prices.md @@ -22,7 +22,7 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-schedule-cron-job-for-scheduled-prices.html related: - title: Scheduled Prices feature walkthrough - link: docs/scos/dev/feature-walkthroughs/page.version/scheduled-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/base-shop/scheduled-prices-feature-overview.html --- diff --git a/docs/pbc/all/price-management/202307.0/marketplace/glue-api-retrieve-product-offer-prices.md b/docs/pbc/all/price-management/202307.0/marketplace/glue-api-retrieve-product-offer-prices.md index acd8f003dea..2de2e305f66 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/glue-api-retrieve-product-offer-prices.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/glue-api-retrieve-product-offer-prices.md @@ -8,7 +8,7 @@ related: - title: Retrieving product offers link: docs/pbc/all/offer-management/page.version/marketplace/glue-api-retrieve-product-offers.html - title: Retrieving product offer availabilities - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-availability.html + link: docs/pbc/all/warehouse-management-system/page.version/marketplace/glue-api-retrieve-product-offer-availability.html --- This document describes how to retrieve product offer prices via Glue API. diff --git a/docs/pbc/all/price-management/202307.0/marketplace/import-and-export-data/import-and-export-price-management-data.md b/docs/pbc/all/price-management/202307.0/marketplace/import-and-export-data/import-and-export-price-management-data.md index ae8862dcf6d..fe95fda279c 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/import-and-export-data/import-and-export-price-management-data.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/import-and-export-data/import-and-export-price-management-data.md @@ -6,5 +6,5 @@ template: concept-topic-template --- To learn how data import works and about different ways of importing data, see [Data import](/docs/scos/dev/data-import/{{page.version}}/data-import.html). This section describes the data import files that are used to import data related to the Price Management PBC: -* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method.csv.html) -* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}import-and-export-data/file-details-payment-method-store.csv.html) +* [File details - payment_method.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method.csv.html) +* [File details - payment_method_store.csv](/docs/pbc/all/payment-service-provider/{{page.version}}/import-and-export-data/file-details-payment-method-store.csv.html) diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md index 307fa4d1dea..8bc9de0e80f 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-custom-prices-feature.md @@ -7,7 +7,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202307.0/marketplace-merchant-custom-prices-feature-integration.html related: - title: Marketplace Merchant Custom Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-merchant-custom-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-merchant-custom-prices-feature-overview.html --- This document describes how to integrate the Marketplace Merchant Custom Prices feature into a Spryker project. diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md index 325a4f78a47..b4a0cc6f595 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.md @@ -5,7 +5,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-features/202307.0/marketplace/install-the-marketplace-product-offer-prices-feature.md %} diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md index 5c5431425af..7805c57d837 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.md @@ -4,7 +4,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-prices-glue-api.md %} diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md index b09a73f4b6b..d360fe52f00 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-wishlist-glue-api.md @@ -4,7 +4,7 @@ description: This document describes how to integrate the Marketplace Product Of template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html - title: Marketplace Wishlist feature walkthrough link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md index c78dbc92a42..0a1c006c796 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-volume-prices-glue-api.md @@ -7,7 +7,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202204.0/glue/marketplace-product-offer-volume-prices.html related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html --- {% include pbc/all/install-glue-api/202307.0/marketplace/install-the-marketplace-product-offer-volume-prices-glue-api.md %} diff --git a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md index 2080ae51b95..6a1f4a2c306 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-prices-marketplace-wishlist-glue-api.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/feature-integration-guides/202307.0/glue/prices-marketplace-wishlist-feature-integration.html related: - title: Marketplace Wishlist feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-wishlist-feature-walkthrough.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- This document describes how to integrate the Prices + Marketplace Wishlist Glue API feature into a Spryker project. @@ -22,7 +22,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | | --------------- | ------- | ---------- | -| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-wishlist-feature-integration.html) | +| Marketplace Wishlist | {{page.version}} |[Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | | Product Prices API | {{page.version}} |[Glue API: Product Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-product-price-glue-api.html) | diff --git a/docs/pbc/all/price-management/202307.0/marketplace/marketplace-product-offer-prices-feature-overview.md b/docs/pbc/all/price-management/202307.0/marketplace/marketplace-product-offer-prices-feature-overview.md index 31c9d89ed1b..852a50b089a 100644 --- a/docs/pbc/all/price-management/202307.0/marketplace/marketplace-product-offer-prices-feature-overview.md +++ b/docs/pbc/all/price-management/202307.0/marketplace/marketplace-product-offer-prices-feature-overview.md @@ -30,5 +30,5 @@ To learn more about prices and volume prices, see: [Prices](/docs/pbc/all/price- |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | |---------|---------|---------| -| [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html) | [File details: price-product-offer.csv](/docs/pbc/all/price-management/{{page.version}}/marketplace/import-and-export-data/file-details-price-product-offer.csv.html) | +| [Marketplace Product Offer Prices feature integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-prices-feature.html) | [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html) | [File details: price-product-offer.csv](/docs/pbc/all/price-management/{{page.version}}/marketplace/import-and-export-data/file-details-price-product-offer.csv.html) | |[Glue API: Marketplace Product Offer Prices integration](/docs/pbc/all/price-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-prices-glue-api.html) | | | diff --git a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md index 3eb82c1eecb..ef57395cb6d 100644 --- a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md +++ b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md @@ -96,7 +96,7 @@ You can find the affected modules of the float stock update in the following lis | spryker/offer | 0.2.0 | [Migration Guide - Offer](/docs/scos/dev/module-migration-guides/migration-guide-offer.html) | | spryker/offer-gui | 0.2.0 | [Migration Guide - OfferGui](/docs/scos/dev/module-migration-guides/migration-guide-offergui.html) | | spryker/oms | 9.0.0 | [Migration Guide - Oms](/docs/pbc/all/order-management-system/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-oms-module.html) | -| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html) | +| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html) | | spryker/persistent-cart | 2.0.0 | [Migration Guide - PersistentCart](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-persistentcart-module.html) | | spryker/price-cart-connector | 5.0.0 | [Migration Guide - PriceCartConnector](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-pricecartconnector-module.html) | | spryker/price-product | 3.0.0 | [Migration Guide - PriceProduct](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-priceproduct-module.html) | @@ -126,7 +126,7 @@ You can find the affected modules of the float stock update in the following lis | spryker/stock-sales-connector | 4.0.0 | | | spryker/wishlist | 7.0.0 | [Migration Guide - WishList](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-wishlist-module.html) | | spryker-shop/cart-page | 2.0.0 | [Upgrade the CartPage module](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartpage-module.html) | -| spryker-shop/customer-reorder-widget | 5.0.0 | [Migration Guide - CustomerReorderWidget](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-customerreorderwidget-module.html) | +| spryker-shop/customer-reorder-widget | 5.0.0 | [Migration Guide - CustomerReorderWidget](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerreorderwidget-module.html) | | spryker-shop/discount-promotion-widget | 2.0.0 | [Migration Guide - DiscountPromotionWidget](/docs/pbc/all/discount-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-the-discountpromotionwidget-module.html) | | spryker-shop/product-detail-page | 2.0.0 | [Migration Guide - ProductDetailPage](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productdetailpage-module.html) | | spryker-shop/product-measurement-unit-widget | 0.7.0 | [Migration Guide - ProductMeasurementUnitWidget](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productmeasurementunitwidget-module.html) | diff --git a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md index 54b04d3175e..73ea5658713 100644 --- a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md +++ b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md @@ -14,7 +14,7 @@ redirect_from: - /scos/dev/feature-integration-guides/202204.0/glue-api/glue-api-alternative-products-feature-integration.html related: - title: Alternative Products feature integration - link: docs/scos/dev/feature-integration-guides/page.version/alternative-products-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html - title: Retrieving alternative products link: docs/pbc/all/product-information-management/page.version/base-shop/manage-using-glue-api/glue-api-retrieve-alternative-products.html --- diff --git a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md index 6b602a25ae3..97a156fdd7b 100644 --- a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md +++ b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptioncartconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptioncartconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.html - /module_migration_guides/mg-product-option-cart-connector.htm related: - title: Migration guide - ProductOption diff --git a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md index 21a0ca186c8..30e75aa48da 100644 --- a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md +++ b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptiondiscountconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptiondiscountconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-modulediscountconnector.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md index 5887f708d11..348af815e8a 100644 --- a/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md +++ b/docs/pbc/all/product-information-management/202204.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptionexporter.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-moduleexporter.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/category-management-feature-overview.md b/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/category-management-feature-overview.md index 4d262cd4e9f..cebbdf06796 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/category-management-feature-overview.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/category-management-feature-overview.md @@ -89,6 +89,6 @@ The Category Management feature has the following functional constraints, which |---------|---------|---------|---------|---------| | [Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-category-management-feature.html) | [CategoryGui migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorygui-module.html)| [Retrieving category trees](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/categories/glue-api-retrieve-category-trees.html) | [File details: category.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category.csv.html) | [HowTo: Manage a big number of categories](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/tutorials-and-howtos/howto-manage-a-big-number-of-categories.html) | | [Product + Category feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-category-feature.html) | [Category migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-category-module.html) | [Retrieving category nodes](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/categories/glue-api-retrieve-category-nodes.html) | [File details: category_template.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-template.csv.html) | | -| [CMS + Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-category-management-feature.html) | [CategoryPageSearch migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html) | | [File details: category_store.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-store.csv.html) | | +| [CMS + Category Management feature integration](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-category-management-feature.html) | [CategoryPageSearch migration](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html) | | [File details: category_store.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-store.csv.html) | | | [Category Management + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-category-management-catalog-feature.html) | [CategoryStorage migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorystorage-module.html) | | | | | [Glue API: Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-category-management-glue-api.html) | [ProductCategoryStorage migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productcategorystorage-module.html) | | | | diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md b/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md index c445a3b9ae5..abd7eeb3869 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md @@ -256,13 +256,13 @@ The feature has the following functional constraints which are going to be resol | INSTALLATION GUIDES | UPGRADE GUIDES| GLUE API GUIDES | TUTORIALS AND HOWTOS | |---------|---------|---------|---------| -| [Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-configurable-bundle-feature.html) | [ConfigurableBundle migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundle-module.html) | [Retrieving configurable bundle templates](/docs/pbc/all/product-information-management/{{page.version}}/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.html) | [HowTo: Render configurable bundle templates in the Storefront](/docs/pbc/all/product-information-management/{{page.version}}/tutorials-and-howtos/howto-render-configurable-bundle-templates-in-the-storefront.html) | -| [Merchant Product Restrictions feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/merchant-product-restrictions-feature-integration.html) | [ConfigurableBundleStorage migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundlestorage-module.html) | | | -| [Product Lists + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-lists-catalog-feature.html) | [ProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productlistgui-module.html) | | | -| [Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/install-and-upgrade/install-features/install-the-prices-feature.html) | [MerchantRelationshipProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-merchantrelationshipproductlistgui-module.html) | | | -| [Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-feature.html) | | | | -| [Product Images + Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-images-configurable-bundle-feature.html) | | | | -| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | -| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | -| [Glue API: Configurable Bundle + Cart feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | | | -| [Glue API: Configurable Bundle + Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-product-glue-api.html) | | | | +| [Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-configurable-bundle-feature.html) | [ConfigurableBundle migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundle-module.html) | [Retrieving configurable bundle templates](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.html) | [HowTo: Render configurable bundle templates in the Storefront](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/tutorials-and-howtos/howto-render-configurable-bundle-templates-in-the-storefront.html) | +| [Merchant Product Restrictions feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/merchant-product-restrictions-feature-integration.html) | [ConfigurableBundleStorage migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundlestorage-module.html) | | | +| [Product Lists + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-lists-catalog-feature.html) | [ProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlistgui-module.html) | | | +| [Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-prices-feature.html) | [MerchantRelationshipProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-merchantrelationshipproductlistgui-module.html) | | | +| [Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html) | | | | +| [Product Images + Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-images-configurable-bundle-feature.html) | | | | +| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | +| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | +| [Glue API: Configurable Bundle + Cart feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | | | +| [Glue API: Configurable Bundle + Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-product-glue-api.html) | | | | diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md b/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md index 7ea304ba544..26e02f1b718 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md @@ -76,9 +76,9 @@ If you need to import other product data as well, for example, prices, images, e | FIELDS IN THE COMBINED PRODUCT DATA FILE | CSV FILE WITH DEPENDENCIES AND DETAILS ABOUT THE FIELD | | --- | --- | -| | [File details: product_group.csv](/docs/pbc/all/product-information-management/{{page.version}}/import-and-export-data/file-details-product-group.csv.html) | -| | [File details: product_image.csv](/docs/pbc/all/product-information-management/{{page.version}}/import-and-export-data/products-data-import/file-details-product-image.csv.html) | -| | [File details: product_price.csv](/docs/pbc/all/price-management/{{site.version}}/import-and-export-data/file-details-product-price.csv.html) | +| | [File details: product_group.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-group.csv.html) | +| | [File details: product_image.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/products-data-import/file-details-product-image.csv.html) | +| | [File details: product_price.csv](/docs/pbc/all/price-management/{{site.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html) | | | [File details: product_stock.csv](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/import-and-export-data/file-details-product-stock.csv.html) | diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md b/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md index cb8743165ed..74f126b337d 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md @@ -43,7 +43,7 @@ This file has the following dependency: [ product_abstract.csv](/docs/pbc/all/pr | is_searchable.{ANY_LOCALE_NAME}
Example value: *is_searchable.en_US*| | Integer | | Indicates if the product is searchable in the specified locale (US for our example). | | icecat_license | | String | | Icecat product catalogue license code. | | bundled | | String | | Products SKUs separated by comas, that are part of the bundle. | -| is_quantity_splittable | | Boolean |If it is empty, will be *False*.
False = 0
True = 1 | Defines if the product is [splittable](/docs/pbc/all/cart-and-checkout/202212.0/non-splittable-products-feature-overview.html) or not. | +| is_quantity_splittable | | Boolean |If it is empty, will be *False*.
False = 0
True = 1 | Defines if the product is [splittable](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/non-splittable-products-feature-overview.html) or not. | ** ANY_LOCALE_NAME: Locale date is dynamic in data importers. It means that ANY_LOCALE_NAME postfix can be changed, removed, and any number of columns with different locales can be added to the CSV files. diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md index d4c31c20c6b..ae1d8d07a72 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md @@ -25,7 +25,7 @@ related: - title: Migrating from Twig v1 to Twig v3 link: docs/scos/dev/migration-concepts/migrating-from-twig-v1-to-twig-v3.html - title: Split Delivery migration concept - link: docs/pbc/all/order-management-system/page.version/install-and-upgrade/split-delivery-migration-concept.html + link: docs/pbc/all/order-management-system/page.version/base-shop/install-and-upgrade/split-delivery-migration-concept.html - title: Silex Replacement migration concept link: docs/scos/dev/migration-concepts/silex-replacement/silex-replacement.html --- @@ -84,12 +84,12 @@ The following table lists the modules affected by the Decimal Stock update and w | `spryker/availability-cart-connector` | 7.0.0 | [Upgrade the AvailabilityCartConnector module](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-availabilitycartconnector-module.html#upgrading-from-version-6-to-version-700) | | `spryker/availability-offer-connector` | 4.0.0 | [Upgrade the AvailabilityOfferConnector module](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-availabilityofferconnector-module.html#upgrading-from-version-3-to-version-400) | | `spryker/cart-variant` | 2.0.0 | [Upgrade the CartVariant module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartvariant-module.html#upgrading-from-version-1-to-version-200) | -| `spryker/product-availabilities-rest-api` | 4.0.0 | [Migration Guide - ProductAvailabilitiesRestApi](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productavailabilitiesrestapi-module.html#upgrading-from-version-3-to-version-4) | -| `spryker/product-bundle` | 7.0.0 | [Migration Guide - ProductBundle](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productbundle-module.html#upgrading-from-version-6-to-version-700) | +| `spryker/product-availabilities-rest-api` | 4.0.0 | [Migration Guide - ProductAvailabilitiesRestApi](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productavailabilitiesrestapi-module.html#upgrading-from-version-3-to-version-4) | +| `spryker/product-bundle` | 7.0.0 | [Migration Guide - ProductBundle](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productbundle-module.html#upgrading-from-version-6-to-version-700) | | `spryker/discount-promotion` | 4.0.0 | [Migration Guide - DiscountPromotion](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discountpromotion-module.html#upgrading-from-version-3-to-version-400) | -| `spryker/product-packaging-unit` | 4.0.0 | [Migration Guide - ProductPackagingUnit](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunit-module.html#upgrading-from-version-3-to-version-400) | -| `spryker/product-measurement-unit` | 5.0.0 | [Migration Guide - ProductMeasurementUnit](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productmeasurementunit-module.html#upgrading-from-version-4-to-version-500) | -| `spryker/product-packaging-unit-data-import` | 2.0.0 | [Migration Guide - ProductPackagingUnitDataImport](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitdataimport-module.html#upgrading-from-version-1-to-version-200) | -| `spryker/product-packaging-unit-storage` | 5.0.0 | [Migration Guide - ProductPackagingUnitStorage](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitstorage-module.html#upgrading-from-version-4-to-v--version-500) | -| `spryker/product-management` | 0.19.0 | [Migration Guide - ProductManagement](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productmanagement-module.html#upgrading-from-version-018-to-version-0190) | -| `spryker-shop/product-packaging-unit-widget` | 0.5.0 | [Migration Guide - ProductPackagingUnitWidget](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitwidget-module.html#upgrading-from-version-04-to-version-050) | +| `spryker/product-packaging-unit` | 4.0.0 | [Migration Guide - ProductPackagingUnit](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunit-module.html#upgrading-from-version-3-to-version-400) | +| `spryker/product-measurement-unit` | 5.0.0 | [Migration Guide - ProductMeasurementUnit](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productmeasurementunit-module.html#upgrading-from-version-4-to-version-500) | +| `spryker/product-packaging-unit-data-import` | 2.0.0 | [Migration Guide - ProductPackagingUnitDataImport](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitdataimport-module.html#upgrading-from-version-1-to-version-200) | +| `spryker/product-packaging-unit-storage` | 5.0.0 | [Migration Guide - ProductPackagingUnitStorage](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitstorage-module.html#upgrading-from-version-4-to-v--version-500) | +| `spryker/product-management` | 0.19.0 | [Migration Guide - ProductManagement](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productmanagement-module.html#upgrading-from-version-018-to-version-0190) | +| `spryker-shop/product-packaging-unit-widget` | 0.5.0 | [Migration Guide - ProductPackagingUnitWidget](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitwidget-module.html#upgrading-from-version-04-to-version-050) | diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md index ade61163dc9..427f038bfe1 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md @@ -30,7 +30,7 @@ related: - title: Migrating from Twig v1 to Twig v3 link: docs/scos/dev/migration-concepts/migrating-from-twig-v1-to-twig-v3.html - title: Split Delivery migration concept - link: docs/pbc/all/order-management-system/page.version/install-and-upgrade/split-delivery-migration-concept.html + link: docs/pbc/all/order-management-system/page.version/base-shop/install-and-upgrade/split-delivery-migration-concept.html - title: Silex Replacement migration concept link: docs/scos/dev/migration-concepts/silex-replacement/silex-replacement.html --- @@ -94,10 +94,10 @@ You can find the affected modules of the float stock update in the following lis | spryker/discount | 8.0.0 | [Migration Guide - Discount](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discount-module.html) | | spryker/discount-promotion | 2.0.0 | [Migration Guide - DiscountPromotion](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discountpromotion-module.html) | | spryker/manual-order-entry-gui | 0.6.0 | [Migration Guide - ManualOrderEntryGui](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html) | -| spryker/offer | 0.2.0 | [Migration Guide - Offer](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/upgrade-modules/upgrade-the-offer-module.html) | -| spryker/offer-gui | 0.2.0 | [Migration Guide - OfferGui](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/upgrade-modules/upgrade-the-offergui-module.html) | +| spryker/offer | 0.2.0 | [Migration Guide - Offer](/docs/pbc/all/offer-management/{{page.version}}/base-shop/upgrade-modules/upgrade-the-offer-module.html) | +| spryker/offer-gui | 0.2.0 | [Migration Guide - OfferGui](/docs/pbc/all/offer-management/{{page.version}}/base-shop/upgrade-modules/upgrade-the-offergui-module.html) | | spryker/oms | 9.0.0 | [Migration Guide - Oms](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-oms-module.html) | -| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html) | +| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html) | | spryker/persistent-cart | 2.0.0 | [Migration Guide - PersistentCart](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-persistentcart-module.html) | | spryker/price-cart-connector | 5.0.0 | [Migration Guide - PriceCartConnector](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-pricecartconnector-module.html) | | spryker/price-product | 3.0.0 | [Migration Guide - PriceProduct](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-priceproduct-module.html) | diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md index 785f4dd817d..1641d065795 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md @@ -14,7 +14,7 @@ redirect_from: - /scos/dev/feature-integration-guides/202212.0/glue-api/glue-api-alternative-products-feature-integration.html related: - title: Alternative Products feature integration - link: docs/scos/dev/feature-integration-guides/page.version/alternative-products-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html - title: Retrieving alternative products link: docs/pbc/all/product-information-management/page.version/base-shop/manage-using-glue-api/glue-api-retrieve-alternative-products.html --- diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md index 6b602a25ae3..97a156fdd7b 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptioncartconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptioncartconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.html - /module_migration_guides/mg-product-option-cart-connector.htm related: - title: Migration guide - ProductOption diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md index 21a0ca186c8..30e75aa48da 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptiondiscountconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptiondiscountconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-modulediscountconnector.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md index 5887f708d11..348af815e8a 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptionexporter.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-moduleexporter.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md b/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md index bea3f416add..3f9d2a88c9c 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md @@ -762,4 +762,4 @@ You can use the configurable bundle resource in the following way: * [Change the quantity of the configurable bundles in a registered user’s cart](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html#change-quantity-of-configurable-bundles-in-a-registered-users-cart) * [Remove a configurable bundle from a registered user’s cart](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html#remove-a-configurable-bundle-from-a-registered-users-cart) * [Checking our purchases with configurable bundles](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html) -* [Retrieving orders with configurable bundles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Retrieving orders with configurable bundles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md b/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md index e7e2c4c2ae1..b9868de578a 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md @@ -79,7 +79,7 @@ You can use the measurement units resource as follows: * Retrieve sales unit of a product—[Retrieve Sales Units](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/abstract-products/glue-api-retrieve-abstract-products.html). * Add items to carts and retrieve information about them with the amount of cart items defined in product measurement units—[Manage carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html). * Add items to guest carts and retrieve information about them with the amount of cart items defined in product measurement units—[Manage guest carts](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-carts.html). -* Retrieve information about items in an order with the amount of order items defined in product measurement units—[Retrieving an Order](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html). +* Retrieve information about items in an order with the amount of order items defined in product measurement units—[Retrieving an Order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). ## Possible errors diff --git a/docs/pbc/all/product-information-management/202212.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md b/docs/pbc/all/product-information-management/202212.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md index 61eb207d0f0..58246bd5807 100644 --- a/docs/pbc/all/product-information-management/202212.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md +++ b/docs/pbc/all/product-information-management/202212.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md @@ -25,17 +25,17 @@ redirect_from: - /docs/scos/dev/tutorials/202005.0/howtos/feature-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.html related: - title: Creating Product Variants - link: docs/pbc/all/product-information-management/page.version/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html + link: docs/pbc/all/product-information-management/page.version/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html --- The document describes the flow of making a product searchable and displayed on the Storefront. There are a number of conditions that must be fulfilled to make your product searchable and shown on Yves by URL. Ensure your product meets the following conditions: -* Product abstract is assigned to at least one category. For information about how to assign products to categories, see the [Category](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/category/assign-products-to-categories.html) section. -* The product abstract's status is `Active`. To learn how to manage products, including the status change, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-products.html#activating-products) section. -* Product abstract has been marked as searchable in the Back Office. For more details, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) section. -* Product abstract has at least one product variant and the status is `Active`: an abstract product isn't displayed on Yves unless it has product variants. To learn how to create product variants, [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html). +* Product abstract is assigned to at least one category. For information about how to assign products to categories, see the [Category](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/category/assign-products-to-categories.html) section. +* The product abstract's status is `Active`. To learn how to manage products, including the status change, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-products.html#activating-products) section. +* Product abstract has been marked as searchable in the Back Office. For more details, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) section. +* Product abstract has at least one product variant and the status is `Active`: an abstract product isn't displayed on Yves unless it has product variants. To learn how to create product variants, [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html). * Active product variant is available for the current store. To learn how to check products' availability, see the [Availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/manage-in-the-back-office/check-availability-of-products.html) section. * Product abstract and active variant have a price in the current locale. For more details, see the [Product Prices](/docs/pbc/all/price-management/{{page.version}}/base-shop/prices-feature-overview/prices-feature-overview.html) section. * Product abstract has localized attributes. For the current locale, see the [Edit product attributes](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/attributes/edit-product-attributes.html) section. diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md index 747e6fd3379..6af2857d7a8 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md @@ -115,5 +115,5 @@ This button is only displayed if the product status is *Draft*. To learn more ab ## Next steps -- [Approve the marketplace product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html#sending-the-product-for-approval) -- [Manage abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Approve the marketplace product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html#sending-the-product-for-approval) +- [Manage abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md index 87661a35700..00c109637d7 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md @@ -66,7 +66,7 @@ The following table describes attributes you select and enter in the **Attribute ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md index eeaeb91e539..bffb8dc7bcc 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md @@ -67,7 +67,7 @@ To delete an image set with its images for the abstract product, click **Delete ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md index 9a0086b4b58..ec68472a02c 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md @@ -53,7 +53,7 @@ To modify meta information for a product: ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md index 608df0551fd..a2f2b5cc57b 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md @@ -96,7 +96,7 @@ Let's say you have a product that you want to sell with a special price if a use ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md index c1504195ea0..a2d79b70f93 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md @@ -73,6 +73,6 @@ To delete an image set with its images for the concrete product, click **Delete ## Next steps -- [Manage a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) +- [Manage a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) - [Manage concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) - [Manage concrete product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-attributes.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md index d392b3ae1f5..a6d71c6c03a 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md @@ -17,10 +17,10 @@ For specific instructions, see the following guides: * [Managing marketplace abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) * [Managing marketplace abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) * [Managing marketplace abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - * [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) + * [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) * Concrete products guides: - * [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) + * [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) * [Managing marketplace concrete product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-attributes.html) * [Managing marketplace concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) * [Managing marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md index f07b5c86e25..726b1c3e3cf 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md @@ -1134,7 +1134,7 @@ For attributes of the other included resources, see the following: * [Retrieve a product label](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieve product ratings and reviews](/docs/pbc/all/ratings-reviews/{{page.version}}/manage-using-glue-api/manage-product-reviews-using-glue-api.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) * [Retrieving abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html#response) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) diff --git a/docs/pbc/all/product-information-management/202212.0/marketplace/marketplace-product-feature-overview.md b/docs/pbc/all/product-information-management/202212.0/marketplace/marketplace-product-feature-overview.md index 40fc9839c8b..d728c7a7636 100644 --- a/docs/pbc/all/product-information-management/202212.0/marketplace/marketplace-product-feature-overview.md +++ b/docs/pbc/all/product-information-management/202212.0/marketplace/marketplace-product-feature-overview.md @@ -8,14 +8,14 @@ related: - title: Creating marketplace abstract product link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html - title: Managing marketplace abstract product - link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html + link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html - title: Creating marketplace concrete product - link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html + link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html - title: Managing marketplace concrete product link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html --- -In the Marketplace, products that a merchant owns are referred to as *marketplace products*. Besides creating offers for products of other merchants or the ones that the Marketplace administrator suggests, a merchant can also create their own unique products. These products possess the same characteristics the usual abstract and concrete products have, but in addition, every such product has merchant-related information such as merchant reference. Merchants can [create their products in the Merchant Portal](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html) or [import the marketplace products data](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html), or merchants manage stock and set prices for their products in the Merchant Portal. For details, see [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html). +In the Marketplace, products that a merchant owns are referred to as *marketplace products*. Besides creating offers for products of other merchants or the ones that the Marketplace administrator suggests, a merchant can also create their own unique products. These products possess the same characteristics the usual abstract and concrete products have, but in addition, every such product has merchant-related information such as merchant reference. Merchants can [create their products in the Merchant Portal](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html) or [import the marketplace products data](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html), or merchants manage stock and set prices for their products in the Merchant Portal. For details, see [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html). Merchants can let other merchants create offers for their unique products. This possibility is defined with the help of the `is_shared` parameter of the [marketplace product data importer](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html). @@ -97,15 +97,15 @@ Also, Marketplace administrators can edit products, if needed, and create produc ## Marketplace products in the Merchant Portal -Merchants [create](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) and [manage their products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) in the Merchant Portal. They can [define prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html), stock, and [attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) for their products. +Merchants [create](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) and [manage their products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) in the Merchant Portal. They can [define prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html), stock, and [attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) for their products. ## Related Business User documents | MERCHANT PORTAL USER GUIDES | BACK OFFICE USER GUIDES | | -------------------- | ----------------------- | -| [Creating marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) | | -| [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) | | -| [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) | [Editing abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | +| [Creating marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) | | +| [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) | | +| [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) | [Editing abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | | [Managing marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html)| [Editing a product variant](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | | [Managing marketplace abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) | | | [Managing marketplace concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) | | @@ -120,7 +120,7 @@ Merchants [create](/docs/pbc/all/product-information-management/{{page.version}} |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-feature.html) | [Retrieve abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-productseve-abstract-products.html) | [File details: merchant-product.csv](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html) || +| [Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-feature.html) | [Retrieve abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html) | [File details: merchant-product.csv](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html) || | [Glue API: Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-glue-api.html) | [Retrieve concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html) | [File details: product_price.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-price.csv.html) || | [Marketplace Product + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-cart-feature-integration.html) | [Retrieve abstract product lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/content-items/retrieving-abstract-products-in-abstract-product-lists.html) | || | [Marketplace Product + Marketplace Product Offer feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-marketplace-product-offer-feature.html) | | || diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/category-management-feature-overview.md b/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/category-management-feature-overview.md index 8a588f6f436..2377a594ffc 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/category-management-feature-overview.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/category-management-feature-overview.md @@ -89,6 +89,6 @@ The Category Management feature has the following functional constraints, which |---------|---------|---------|---------|---------| | [Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-category-management-feature.html) | [CategoryGui migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorygui-module.html)| [Retrieving category trees](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/categories/glue-api-retrieve-category-trees.html) | [File details: category.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category.csv.html) | [HowTo: Manage a big number of categories](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/tutorials-and-howtos/howto-manage-a-big-number-of-categories.html) | | [Product + Category feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-category-feature.html) | [Category migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-category-module.html) | [Retrieving category nodes](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/categories/glue-api-retrieve-category-nodes.html) | [File details: category_template.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-template.csv.html) | | -| [CMS + Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-category-management-feature.html) | [CategoryPageSearch migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html) | | [File details: category_store.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-store.csv.html) | | +| [CMS + Category Management feature integration](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-cms-category-management-feature.html) | [CategoryPageSearch migration](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html) | | [File details: category_store.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/categories-data-import/file-details-category-store.csv.html) | | | [Category Management + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-category-management-catalog-feature.html) | [CategoryStorage migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorystorage-module.html) | | | | | [Glue API: Category Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-category-management-glue-api.html) | [ProductCategoryStorage migration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productcategorystorage-module.html) | | | | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md b/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md index 3a1ef2f26ae..951df1e425e 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/feature-overviews/configurable-bundle-feature-overview.md @@ -256,13 +256,13 @@ The feature has the following functional constraints which are going to be resol | INSTALLATION GUIDES | UPGRADE GUIDES| GLUE API GUIDES | TUTORIALS AND HOWTOS | |---------|---------|---------|---------| -| [Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-configurable-bundle-feature.html) | [ConfigurableBundle migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundle-module.html) | [Retrieving configurable bundle templates](/docs/pbc/all/product-information-management/{{page.version}}/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.html) | [HowTo: Render configurable bundle templates in the Storefront](/docs/pbc/all/product-information-management/{{page.version}}/tutorials-and-howtos/howto-render-configurable-bundle-templates-in-the-storefront.html) | -| [Merchant Product Restrictions feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/merchant-product-restrictions-feature-integration.html) | [ConfigurableBundleStorage migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundlestorage-module.html) | | | -| [Product Lists + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-lists-catalog-feature.html) | [ProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productlistgui-module.html) | | | -| [Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/install-and-upgrade/install-features/install-the-prices-feature.html) | [MerchantRelationshipProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-merchantrelationshipproductlistgui-module.html) | | | -| [Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-feature.html) | | | | -| [Product Images + Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-features/install-the-product-images-configurable-bundle-feature.html) | | | | -| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | -| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | -| [Glue API: Configurable Bundle + Cart feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | | | -| [Glue API: Configurable Bundle + Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/install-glue-api/install-the-configurable-bundle-product-glue-api.html) | | | | +| [Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-configurable-bundle-feature.html) | [ConfigurableBundle migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundle-module.html) | [Retrieving configurable bundle templates](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.html) | [HowTo: Render configurable bundle templates in the Storefront](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/tutorials-and-howtos/howto-render-configurable-bundle-templates-in-the-storefront.html) | +| [Merchant Product Restrictions feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/merchant-product-restrictions-feature-integration.html) | [ConfigurableBundleStorage migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-configurablebundlestorage-module.html) | | | +| [Product Lists + Catalog feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-lists-catalog-feature.html) | [ProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlistgui-module.html) | | | +| [Prices feature integration](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-prices-feature.html) | [MerchantRelationshipProductListGui migration guide](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-merchantrelationshipproductlistgui-module.html) | | | +| [Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html) | | | | +| [Product Images + Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-images-configurable-bundle-feature.html) | | | | +| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | +| [Glue API: Configurable Bundle feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-glue-api.html) | | | | +| [Glue API: Configurable Bundle + Cart feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-cart-glue-api.html) | | | | +| [Glue API: Configurable Bundle + Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-configurable-bundle-product-glue-api.html) | | | | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md b/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md index 7ea304ba544..26e02f1b718 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/import-product-data-with-a-single-file.md @@ -76,9 +76,9 @@ If you need to import other product data as well, for example, prices, images, e | FIELDS IN THE COMBINED PRODUCT DATA FILE | CSV FILE WITH DEPENDENCIES AND DETAILS ABOUT THE FIELD | | --- | --- | -| | [File details: product_group.csv](/docs/pbc/all/product-information-management/{{page.version}}/import-and-export-data/file-details-product-group.csv.html) | -| | [File details: product_image.csv](/docs/pbc/all/product-information-management/{{page.version}}/import-and-export-data/products-data-import/file-details-product-image.csv.html) | -| | [File details: product_price.csv](/docs/pbc/all/price-management/{{site.version}}/import-and-export-data/file-details-product-price.csv.html) | +| | [File details: product_group.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/file-details-product-group.csv.html) | +| | [File details: product_image.csv](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/import-and-export-data/products-data-import/file-details-product-image.csv.html) | +| | [File details: product_price.csv](/docs/pbc/all/price-management/{{site.version}}/base-shop/import-and-export-data/file-details-product-price.csv.html) | | | [File details: product_stock.csv](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/import-and-export-data/file-details-product-stock.csv.html) | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md b/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md index 672b1cb0d9a..f7d489598e2 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/import-and-export-data/products-data-import/file-details-product-concrete.csv.md @@ -43,7 +43,7 @@ This file has the following dependency: [ product_abstract.csv](/docs/pbc/all/pr | is_searchable.{ANY_LOCALE_NAME}
Example value: *is_searchable.en_US*| | Integer | | Indicates if the product is searchable in the specified locale (US for our example). | | icecat_license | | String | | Icecat product catalogue license code. | | bundled | | String | | Products SKUs separated by comas, that are part of the bundle. | -| is_quantity_splittable | | Boolean |If it is empty, will be *False*.
False = 0
True = 1 | Defines if the product is [splittable](/docs/pbc/all/cart-and-checkout/202307.0/non-splittable-products-feature-overview.html) or not. | +| is_quantity_splittable | | Boolean |If it is empty, will be *False*.
False = 0
True = 1 | Defines if the product is [splittable](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/non-splittable-products-feature-overview.html) or not. | ** ANY_LOCALE_NAME: Locale date is dynamic in data importers. It means that ANY_LOCALE_NAME postfix can be changed, removed, and any number of columns with different locales can be added to the CSV files. diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md index d4c31c20c6b..ae1d8d07a72 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/decimal-stock-migration-concept.md @@ -25,7 +25,7 @@ related: - title: Migrating from Twig v1 to Twig v3 link: docs/scos/dev/migration-concepts/migrating-from-twig-v1-to-twig-v3.html - title: Split Delivery migration concept - link: docs/pbc/all/order-management-system/page.version/install-and-upgrade/split-delivery-migration-concept.html + link: docs/pbc/all/order-management-system/page.version/base-shop/install-and-upgrade/split-delivery-migration-concept.html - title: Silex Replacement migration concept link: docs/scos/dev/migration-concepts/silex-replacement/silex-replacement.html --- @@ -84,12 +84,12 @@ The following table lists the modules affected by the Decimal Stock update and w | `spryker/availability-cart-connector` | 7.0.0 | [Upgrade the AvailabilityCartConnector module](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-availabilitycartconnector-module.html#upgrading-from-version-6-to-version-700) | | `spryker/availability-offer-connector` | 4.0.0 | [Upgrade the AvailabilityOfferConnector module](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-availabilityofferconnector-module.html#upgrading-from-version-3-to-version-400) | | `spryker/cart-variant` | 2.0.0 | [Upgrade the CartVariant module](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartvariant-module.html#upgrading-from-version-1-to-version-200) | -| `spryker/product-availabilities-rest-api` | 4.0.0 | [Migration Guide - ProductAvailabilitiesRestApi](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productavailabilitiesrestapi-module.html#upgrading-from-version-3-to-version-4) | -| `spryker/product-bundle` | 7.0.0 | [Migration Guide - ProductBundle](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productbundle-module.html#upgrading-from-version-6-to-version-700) | +| `spryker/product-availabilities-rest-api` | 4.0.0 | [Migration Guide - ProductAvailabilitiesRestApi](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productavailabilitiesrestapi-module.html#upgrading-from-version-3-to-version-4) | +| `spryker/product-bundle` | 7.0.0 | [Migration Guide - ProductBundle](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productbundle-module.html#upgrading-from-version-6-to-version-700) | | `spryker/discount-promotion` | 4.0.0 | [Migration Guide - DiscountPromotion](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discountpromotion-module.html#upgrading-from-version-3-to-version-400) | -| `spryker/product-packaging-unit` | 4.0.0 | [Migration Guide - ProductPackagingUnit](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunit-module.html#upgrading-from-version-3-to-version-400) | -| `spryker/product-measurement-unit` | 5.0.0 | [Migration Guide - ProductMeasurementUnit](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productmeasurementunit-module.html#upgrading-from-version-4-to-version-500) | -| `spryker/product-packaging-unit-data-import` | 2.0.0 | [Migration Guide - ProductPackagingUnitDataImport](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitdataimport-module.html#upgrading-from-version-1-to-version-200) | -| `spryker/product-packaging-unit-storage` | 5.0.0 | [Migration Guide - ProductPackagingUnitStorage](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitstorage-module.html#upgrading-from-version-4-to-v--version-500) | -| `spryker/product-management` | 0.19.0 | [Migration Guide - ProductManagement](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productmanagement-module.html#upgrading-from-version-018-to-version-0190) | -| `spryker-shop/product-packaging-unit-widget` | 0.5.0 | [Migration Guide - ProductPackagingUnitWidget](/docs/pbc/all/product-information-management/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitwidget-module.html#upgrading-from-version-04-to-version-050) | +| `spryker/product-packaging-unit` | 4.0.0 | [Migration Guide - ProductPackagingUnit](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunit-module.html#upgrading-from-version-3-to-version-400) | +| `spryker/product-measurement-unit` | 5.0.0 | [Migration Guide - ProductMeasurementUnit](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productmeasurementunit-module.html#upgrading-from-version-4-to-version-500) | +| `spryker/product-packaging-unit-data-import` | 2.0.0 | [Migration Guide - ProductPackagingUnitDataImport](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitdataimport-module.html#upgrading-from-version-1-to-version-200) | +| `spryker/product-packaging-unit-storage` | 5.0.0 | [Migration Guide - ProductPackagingUnitStorage](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitstorage-module.html#upgrading-from-version-4-to-v--version-500) | +| `spryker/product-management` | 0.19.0 | [Migration Guide - ProductManagement](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productmanagement-module.html#upgrading-from-version-018-to-version-0190) | +| `spryker-shop/product-packaging-unit-widget` | 0.5.0 | [Migration Guide - ProductPackagingUnitWidget](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpackagingunitwidget-module.html#upgrading-from-version-04-to-version-050) | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md index d655f73f9b7..df91971b134 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/float-stock-for-products-migration-concept.md @@ -30,7 +30,7 @@ related: - title: Migrating from Twig v1 to Twig v3 link: docs/scos/dev/migration-concepts/migrating-from-twig-v1-to-twig-v3.html - title: Split Delivery migration concept - link: docs/pbc/all/order-management-system/page.version/install-and-upgrade/split-delivery-migration-concept.html + link: docs/pbc/all/order-management-system/page.version/base-shop/install-and-upgrade/split-delivery-migration-concept.html - title: Silex Replacement migration concept link: docs/scos/dev/migration-concepts/silex-replacement/silex-replacement.html --- @@ -94,10 +94,10 @@ You can find the affected modules of the float stock update in the following lis | spryker/discount | 8.0.0 | [Migration Guide - Discount](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discount-module.html) | | spryker/discount-promotion | 2.0.0 | [Migration Guide - DiscountPromotion](/docs/pbc/all/discount-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-discountpromotion-module.html) | | spryker/manual-order-entry-gui | 0.6.0 | [Migration Guide - ManualOrderEntryGui](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-manualorderentrygui-module.html) | -| spryker/offer | 0.2.0 | [Migration Guide - Offer](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/upgrade-modules/upgrade-the-offer-module.html) | -| spryker/offer-gui | 0.2.0 | [Migration Guide - OfferGui](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/upgrade-modules/upgrade-the-offergui-module.html) | +| spryker/offer | 0.2.0 | [Migration Guide - Offer](/docs/pbc/all/offer-management/{{page.version}}/base-shop/upgrade-modules/upgrade-the-offer-module.html) | +| spryker/offer-gui | 0.2.0 | [Migration Guide - OfferGui](/docs/pbc/all/offer-management/{{page.version}}/base-shop/upgrade-modules/upgrade-the-offergui-module.html) | | spryker/oms | 9.0.0 | [Migration Guide - Oms](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-oms-module.html) | -| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/scos/dev/module-migration-guides/glue-api/migration-guide-ordersrestapi.html) | +| spryker/orders-rest-api | 2.0.0 | [Migration Guide - OrdersRestApi](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-ordersrestapi-module.html) | | spryker/persistent-cart | 2.0.0 | [Migration Guide - PersistentCart](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-persistentcart-module.html) | | spryker/price-cart-connector | 5.0.0 | [Migration Guide - PriceCartConnector](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-pricecartconnector-module.html) | | spryker/price-product | 3.0.0 | [Migration Guide - PriceProduct](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-priceproduct-module.html) | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.md index 690d3debd58..9d7f6757245 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.md @@ -12,7 +12,7 @@ redirect_from: - /docs/en/alternative-products-feature-integration related: - title: Glue API - Alternative products feature integration - link: docs/scos/dev/feature-integration-guides/page.version/glue-api/glue-api-alternative-products-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.html - title: Alternative Products - Inventory Management feature integration link: docs/scos/dev/feature-integration-guides/page.version/alternative-products-inventory-management-feature-integration.html - title: Alternative Products - Wishlist feature integration @@ -22,7 +22,7 @@ related: - title: Alternative Products - Discontinued Products feature integration link: docs/scos/dev/feature-integration-guides/page.version/alternative-products-discontinued-products-feature-integration.html - title: Alternative Products feature walkthrough - link: docs/scos/dev/feature-integration-guides/page.version/glue-api/glue-api-alternative-products-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.html --- {% include pbc/all/install-features/202307.0/install-the-alternative-products-feature.md %} diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md index 501bb24889b..02a1d3c02cd 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/install-glue-api/install-the-alternative-products-glue-api.md @@ -14,7 +14,7 @@ redirect_from: - /scos/dev/feature-integration-guides/202307.0/glue-api/glue-api-alternative-products-feature-integration.html related: - title: Alternative Products feature integration - link: docs/scos/dev/feature-integration-guides/page.version/alternative-products-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-alternative-products-feature.html - title: Retrieving alternative products link: docs/pbc/all/product-information-management/page.version/base-shop/manage-using-glue-api/glue-api-retrieve-alternative-products.html --- diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md index 6b602a25ae3..97a156fdd7b 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptioncartconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptioncartconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptioncartconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptioncartconnector-module.html - /module_migration_guides/mg-product-option-cart-connector.htm related: - title: Migration guide - ProductOption diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md index 21a0ca186c8..30e75aa48da 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptiondiscountconnector-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202005.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptiondiscountconnector.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptiondiscountconnector.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptiondiscountconnector.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-modulediscountconnector.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md index 5887f708d11..348af815e8a 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoptionexporter-module.md @@ -29,7 +29,7 @@ redirect_from: - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202009.0/migration-guide-productoptionexporter.html - /docs/scos/dev/module-migration-guides/202108.0/migration-guide-productoptionexporter.html - - /docs/scos/dev/module-migration-guides/migration-guide-productoptionexporter.html + - /docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productoption-moduleexporter.html related: - title: Migration guide - Product link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-product-module.html diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.md b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.md index ef1a8e863ed..e5d9efc6b42 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/create-abstract-products-and-product-bundles.md @@ -58,7 +58,7 @@ Each section contains reference information. Make sure to look up the necessary | ATTRIBUTE | DESCRIPTION | | --- | --- | -| STORE RELATION | Defines the [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the product will be available in. | +| STORE RELATION | Defines the [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the product will be available in. | | SKU PREFIX | Unique product identifier that will be used to track unique information related to the product. | | NAME | Name that will be displayed for the product on the Storefront. | | DESCRIPTION | Description that will be displayed for the product on the Storefront. | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.md b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.md index fa4d854a65c..bc8885e6267 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-in-the-back-office/products/manage-abstract-products-and-product-bundles/edit-abstract-products-and-product-bundles.md @@ -43,7 +43,7 @@ Each section contains reference information. Make sure to look up the necessary | ATTRIBUTE | DESCRIPTION | | --- | --- | -| STORE RELATION | [Stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the product is available in. | +| STORE RELATION | [Stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the product is available in. | | SKU PREFIX | Unique product identifier that helps to track unique information related to the product. | | NAME | Name that's displayed for the product on the Storefront. | | DESCRIPTION | Description that's displayed for the product on the Storefront. | @@ -151,7 +151,7 @@ Click the **Images** tab and do any of the following for needed locales. | --- | --- | | ABSTRACT SKU | Unique identifier of an abstract product the scheduled price belongs to | | CONCRETE SKU | Unique identifier of a concrete product the scheduled price belongs to. The field is blank because you are editing the scheduled price of an abstract product. | -| STORE | [Store](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) in which the scheduled price is displayed. | +| STORE | [Store](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) in which the scheduled price is displayed. | | CURRENCY | Currency in which the scheduled price is defined. | | NET PRICE | Net value of the product defined by the scheduled price. | | NET PRICE | Net value of the product during the time period defined in **START FROM (INCLUDED)** and **FINISH AT (INCLUDED)**. | diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md index 78486afb4cd..922cbf24dd3 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-configurable-bundle-templates.md @@ -762,4 +762,4 @@ You can use the configurable bundle resource in the following way: * [Change the quantity of the configurable bundles in a registered user’s cart](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html#change-quantity-of-configurable-bundles-in-a-registered-users-cart) * [Remove a configurable bundle from a registered user’s cart](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html#remove-a-configurable-bundle-from-a-registered-users-cart) * [Checking our purchases with configurable bundles](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html) -* [Retrieving orders with configurable bundles](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Retrieving orders with configurable bundles](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md index c26a33fd6d3..e362e05f3c2 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/manage-using-glue-api/glue-api-retrieve-measurement-units.md @@ -79,7 +79,7 @@ You can use the measurement units resource as follows: * Retrieve sales unit of a product—[Retrieve Sales Units](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/abstract-products/glue-api-retrieve-abstract-products.html). * Add items to carts and retrieve information about them with the amount of cart items defined in product measurement units—[Manage carts of registered users](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html). * Add items to guest carts and retrieve information about them with the amount of cart items defined in product measurement units—[Manage guest carts](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-carts.html). -* Retrieve information about items in an order with the amount of order items defined in product measurement units—[Retrieving an Order](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html). +* Retrieve information about items in an order with the amount of order items defined in product measurement units—[Retrieving an Order](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html). ## Possible errors diff --git a/docs/pbc/all/product-information-management/202307.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md b/docs/pbc/all/product-information-management/202307.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md index 61eb207d0f0..17a53aeffdb 100644 --- a/docs/pbc/all/product-information-management/202307.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md +++ b/docs/pbc/all/product-information-management/202307.0/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.md @@ -25,17 +25,17 @@ redirect_from: - /docs/scos/dev/tutorials/202005.0/howtos/feature-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.html related: - title: Creating Product Variants - link: docs/pbc/all/product-information-management/page.version/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html + link: docs/pbc/all/product-information-management/page.version/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html --- The document describes the flow of making a product searchable and displayed on the Storefront. There are a number of conditions that must be fulfilled to make your product searchable and shown on Yves by URL. Ensure your product meets the following conditions: -* Product abstract is assigned to at least one category. For information about how to assign products to categories, see the [Category](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/category/assign-products-to-categories.html) section. -* The product abstract's status is `Active`. To learn how to manage products, including the status change, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-products.html#activating-products) section. -* Product abstract has been marked as searchable in the Back Office. For more details, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) section. -* Product abstract has at least one product variant and the status is `Active`: an abstract product isn't displayed on Yves unless it has product variants. To learn how to create product variants, [Products](/docs/pbc/all/product-information-management/{{page.version}}/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html). +* Product abstract is assigned to at least one category. For information about how to assign products to categories, see the [Category](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/categories/assign-products-to-categories.html) section. +* The product abstract's status is `Active`. To learn how to manage products, including the status change, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-products.html#activating-products) section. +* Product abstract has been marked as searchable in the Back Office. For more details, see the [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html) section. +* Product abstract has at least one product variant and the status is `Active`: an abstract product isn't displayed on Yves unless it has product variants. To learn how to create product variants, [Products](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/products/manage-product-variants/create-product-variants.html). * Active product variant is available for the current store. To learn how to check products' availability, see the [Availability](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/manage-in-the-back-office/check-availability-of-products.html) section. * Product abstract and active variant have a price in the current locale. For more details, see the [Product Prices](/docs/pbc/all/price-management/{{page.version}}/base-shop/prices-feature-overview/prices-feature-overview.html) section. * Product abstract has localized attributes. For the current locale, see the [Edit product attributes](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-in-the-back-office/attributes/edit-product-attributes.html) section. diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/abstract-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/abstract-products.md index 740af69907d..e40759391d8 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/abstract-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/abstract-products.md @@ -7,5 +7,5 @@ redirect_from: - /docs/marketplace/user/back-office-user-guides/202307.0/catalog/products/abstract-products/abstract-products.html --- This section explains how to create and edit abstract products: -* [Creating abstract products](/docs/marketplace/user/back-office-user-guides/202307.0/catalog/products/abstract-products/creating-abstract-products.html) -* [Editing abstract products](/docs/marketplace/user/back-office-user-guides/202307.0/catalog/products/abstract-products/editing-abstract-products.html) +* [Creating abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/create-abstract-products.html) +* [Editing abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/create-abstract-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/create-abstract-products.md index 55769d6d57a..df0da9be926 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/create-abstract-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/create-abstract-products.md @@ -57,7 +57,7 @@ The following table describes the attributes you enter and select when defining | ATTRIBUTE | DESCRIPTION | | --- | --- | -| Store relation | Defines the [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the product will be available in.
You can select multiple values. | +| Store relation | Defines the [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the product will be available in.
You can select multiple values. | | SKU Prefix | Unique product identifier that will be used to track unique information related to the product. | | Name | Name that will be displayed for the product on the Storefront. | | Description | Description that will be displayed for the product on the Storefront. | diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.md index a165dccd3b9..abf8ed9e6d4 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.md @@ -40,7 +40,7 @@ The following table describes the attributes you enter and select when editing g | ATTRIBUTE | DESCRIPTION | | --- | --- | -| Store relation | Defines the [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the product is available in.
You can select multiple values. | +| Store relation | Defines the [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the product is available in.
You can select multiple values. | | SKU Prefix | Unique product identifier that helps to track unique information related to the product. | | Name | Name that's displayed for the product on the Storefront. | | Description | Description that's displayed for the product on the Storefront. | diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md index 9560a0bc14c..a27ca8212fb 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.md @@ -115,5 +115,5 @@ This button is only displayed if the product status is *Draft*. To learn more ab ## Next steps -- [Approve the marketplace product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html#sending-the-product-for-approval) -- [Manage abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Approve the marketplace product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html#sending-the-product-for-approval) +- [Manage abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md index 39a140f0bcd..dbca4813f26 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.md @@ -66,7 +66,7 @@ The following table describes attributes you select and enter in the **Attribute ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md index ee4841d219b..d8ac5b0fa03 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.md @@ -67,7 +67,7 @@ To delete an image set with its images for the abstract product, click **Delete ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md index 1f79160c518..620c24e5120 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.md @@ -53,7 +53,7 @@ To modify meta information for a product: ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md index 0af4c703841..a5918cc37ee 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.md @@ -27,7 +27,7 @@ To add a new price for a marketplace abstract product, follow these steps: 2. Scroll down to the **Price** pane. 3. In the **Price** pane, click **+Add**. The empty cells appear in the following table. -4. Optional: To set a price for a specific customer, from the **Customer** drop-down menu, select the appropriate customer's [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) to apply the price to. +4. Optional: To set a price for a specific customer, from the **Customer** drop-down menu, select the appropriate customer's [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) to apply the price to. {% info_block infoBox "Note" %} @@ -78,7 +78,7 @@ To remove abstract product's price, follow these steps: |ATTRIBUTE | DESCRIPTION | | ------------- | --------------------- | | Customer | Defines whether the price will be applied to all customers or a specific one. If **Default** is selected, the price will be applied to all customers. | -| Store | [Store](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) in which the price will be displayed. | +| Store | [Store](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) in which the price will be displayed. | | Currency | Currency in which the abstract product price is defined. | | Net default | Default item price before tax. | | Gross default | Item price after tax. | @@ -96,7 +96,7 @@ Let's say you have a product that you want to sell with a special price if a use ## Next steps -- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) +- [Edit abstract product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) - [Manage abstract product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) - [Manage abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) - [Manage abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.md index d310f1763b2..5da6a29997f 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.md @@ -62,7 +62,7 @@ To edit the existing marketplace abstract product: | ----------- | -------------- | --------- | | Name | Name of your product displayed on the Storefront. It is set per locale. | ✓ | | Description | Description of the product displayed on the Storefront. It is set per locale. | | -| Stores | Defines the [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) the product is available in.
You can select multiple values. | | +| Stores | Defines the [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) the product is available in.
You can select multiple values. | | | Price | In this pane, you can manage prices for your abstract product. See [Managing abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) for more details. | | | Tax Set | The conditions under which a product is going to be taxed.
The values available for selection derive from Taxes > Tax Sets
Only one value can be selected. | ✓ | | Images | In this pane, you can manage image sets for your abstract product. See [Managing abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) for more details. | | diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.md index 3e661a3f85f..c0b1c94550d 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.md @@ -28,7 +28,7 @@ To add a new price for a marketplace concrete product, follow these steps: 1. On the **Concrete Products** page, next to the concrete product you want to edit, hold the pointer over the three dots and click **Manage Product** or just click the line. The **Concrete Product SKU, Name** page opens. 2. Scroll down to the **Price** pane. 3. In the **Price** pane, click **+Add**. The empty cells appear in the following table. -4. Optional: To set a price for a specific customer, from the **Customer** drop-down menu, select the appropriate [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) to apply the price to. +4. Optional: To set a price for a specific customer, from the **Customer** drop-down menu, select the appropriate [business unit](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) to apply the price to. {% info_block infoBox "Note" %} @@ -80,7 +80,7 @@ To remove a marketplace concrete product's price, follow these steps: |ATTRIBUTE | DESCRIPTION | | ------------- | --------------------- | | Customer | Defines whether the price will be applied to all customers or a specific one. If **Default** is selected, the price will be applied to all customers. | -| Store | [Store](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) in which the price will be displayed. | +| Store | [Store](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) in which the price will be displayed. | | Currency | Currency in which the concrete product price is defined. | | Net default | Default item price before tax. | | Gross default | Item price after tax. | diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md index c1504195ea0..a2d79b70f93 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products-image-sets.md @@ -73,6 +73,6 @@ To delete an image set with its images for the concrete product, click **Delete ## Next steps -- [Manage a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) +- [Manage a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) - [Manage concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) - [Manage concrete product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-attributes.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md index 8213690234c..c3e6241830f 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-in-the-merchant-portal/manage-products-in-the-merchant-portal.md @@ -17,10 +17,10 @@ For specific instructions, see the following guides: * [Managing marketplace abstract product image sets](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-image-sets.html) * [Managing marketplace abstract product meta information](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-meta-information.html) * [Managing marketplace abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) - * [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) + * [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) * Concrete products guides: - * [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) + * [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) * [Managing marketplace concrete product attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-attributes.html) * [Managing marketplace concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) * [Managing marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md index f07b5c86e25..726b1c3e3cf 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/manage-using-glue-api/retrieve-concrete-products.md @@ -1134,7 +1134,7 @@ For attributes of the other included resources, see the following: * [Retrieve a product label](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) * [Retrieve product ratings and reviews](/docs/pbc/all/ratings-reviews/{{page.version}}/manage-using-glue-api/manage-product-reviews-using-glue-api.html) * [Retrieving product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html#product-offers-response-attributes) -* [Retrieving product offer prices](/docs/marketplace/dev/glue-api-guides/{{page.version}}/product-offers/retrieving-product-offer-prices.html#product-offer-prices-response-attributes) +* [Retrieving product offer prices](/docs/pbc/all/price-management/{{page.version}}/marketplace/glue-api-retrieve-product-offer-prices.html#product-offer-prices-response-attributes) * [Retrieving abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html#response) * [Retrieving merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html#merchants-response-attributes) diff --git a/docs/pbc/all/product-information-management/202307.0/marketplace/marketplace-product-feature-overview.md b/docs/pbc/all/product-information-management/202307.0/marketplace/marketplace-product-feature-overview.md index 430baf5f325..960aaf58189 100644 --- a/docs/pbc/all/product-information-management/202307.0/marketplace/marketplace-product-feature-overview.md +++ b/docs/pbc/all/product-information-management/202307.0/marketplace/marketplace-product-feature-overview.md @@ -8,14 +8,14 @@ related: - title: Creating marketplace abstract product link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html - title: Managing marketplace abstract product - link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html + link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html - title: Creating marketplace concrete product - link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html + link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html - title: Managing marketplace concrete product link: docs/pbc/all/product-information-management/page.version/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html --- -In the Marketplace, products that a merchant owns are referred to as *marketplace products*. Besides creating offers for products of other merchants or the ones that the Marketplace administrator suggests, a merchant can also create their own unique products. These products possess the same characteristics the usual abstract and concrete products have, but in addition, every such product has merchant-related information such as merchant reference. Merchants can [create their products in the Merchant Portal](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html) or [import the marketplace products data](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html), or merchants manage stock and set prices for their products in the Merchant Portal. For details, see [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html). +In the Marketplace, products that a merchant owns are referred to as *marketplace products*. Besides creating offers for products of other merchants or the ones that the Marketplace administrator suggests, a merchant can also create their own unique products. These products possess the same characteristics the usual abstract and concrete products have, but in addition, every such product has merchant-related information such as merchant reference. Merchants can [create their products in the Merchant Portal](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/create-marketplace-abstract-products.html) or [import the marketplace products data](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html), or merchants manage stock and set prices for their products in the Merchant Portal. For details, see [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html). Merchants can let other merchants create offers for their unique products. This possibility is defined with the help of the `is_shared` parameter of the [marketplace product data importer](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html). @@ -97,15 +97,15 @@ Also, Marketplace administrators can edit products, if needed, and create produc ## Marketplace products in the Merchant Portal -Merchants [create](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) and [manage their products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) in the Merchant Portal. They can [define prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html), stock, and [attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) for their products. +Merchants [create](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) and [manage their products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html) in the Merchant Portal. They can [define prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html), stock, and [attributes](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-attributes.html) for their products. ## Related Business User documents | MERCHANT PORTAL USER GUIDES | BACK OFFICE USER GUIDES | | -------------------- | ----------------------- | -| [Creating marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) | | -| [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-product.html) | | -| [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product.html) | [Editing abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | +| [Creating marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) | | +| [Creating marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/create-marketplace-concrete-products.html) | | +| [Managing marketplace abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-products.html) | [Editing abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | | [Managing marketplace concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-products.html)| [Editing a product variant](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-back-office/products/abstract-products/edit-abstract-products.html) | | [Managing marketplace abstract product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/abstract-products/manage-marketplace-abstract-product-prices.html) | | | [Managing marketplace concrete product prices](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-in-the-merchant-portal/concrete-products/manage-marketplace-concrete-product-prices.html) | | @@ -120,7 +120,7 @@ Merchants [create](/docs/pbc/all/product-information-management/{{page.version}} |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | REFERENCES | |---------|---------|---------|--------| -| [Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-feature.html) | [Retrieve abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-productseve-abstract-products.html) | [File details: merchant-product.csv](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html) || +| [Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-feature.html) | [Retrieve abstract products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-abstract-products.html) | [File details: merchant-product.csv](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/import-and-export-data/file-details-merchant-product.csv.html) || | [Glue API: Marketplace Product feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-glue-api.html) | [Retrieve concrete products](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/manage-using-glue-api/retrieve-concrete-products.html) | [File details: product_price.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-price.csv.html) || | [Marketplace Product + Cart feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-cart-feature-integration.html) | [Retrieve abstract product lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/content-items/retrieving-abstract-products-in-abstract-product-lists.html) | || | [Marketplace Product + Marketplace Product Offer feature integration](/docs/pbc/all/product-information-management/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-marketplace-product-offer-feature.html) | | || diff --git a/docs/pbc/all/product-relationship-management/202212.0/glue-api-retrieve-related-products.md b/docs/pbc/all/product-relationship-management/202212.0/glue-api-retrieve-related-products.md index 985aa1ed33b..26d48cecbc3 100644 --- a/docs/pbc/all/product-relationship-management/202212.0/glue-api-retrieve-related-products.md +++ b/docs/pbc/all/product-relationship-management/202212.0/glue-api-retrieve-related-products.md @@ -12,7 +12,7 @@ redirect_from: - /docs/en/retrieving-related-products related: - title: Retrieving alternative products - link: docs/scos/dev/glue-api-guides/page.version/managing-products/retrieving-alternative-products.html + link: docs/pbc/all/product-information-management/page.version/base-shop/manage-using-glue-api/glue-api-retrieve-alternative-products.html - title: Product Relations feature overview link: docs/pbc/all/product-relationship-management/page.version/product-relationship-management.html --- @@ -976,7 +976,7 @@ To get upselling items for all products in a cart of a registered customer, send For response attributes, see [Retrieving related items of an abstract product](#related-product-attributes) for the list of response attributes. -For the attributes of the included resources, see [Retrieving product labels](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-products/retrieving-product-labels.html#product-labels-response-attributes) +For the attributes of the included resources, see [Retrieving product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html#product-labels-response-attributes) ## Retrieve upselling products of a guest cart diff --git a/docs/pbc/all/product-relationship-management/202307.0/glue-api-retrieve-related-products.md b/docs/pbc/all/product-relationship-management/202307.0/glue-api-retrieve-related-products.md index 985aa1ed33b..26d48cecbc3 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/glue-api-retrieve-related-products.md +++ b/docs/pbc/all/product-relationship-management/202307.0/glue-api-retrieve-related-products.md @@ -12,7 +12,7 @@ redirect_from: - /docs/en/retrieving-related-products related: - title: Retrieving alternative products - link: docs/scos/dev/glue-api-guides/page.version/managing-products/retrieving-alternative-products.html + link: docs/pbc/all/product-information-management/page.version/base-shop/manage-using-glue-api/glue-api-retrieve-alternative-products.html - title: Product Relations feature overview link: docs/pbc/all/product-relationship-management/page.version/product-relationship-management.html --- @@ -976,7 +976,7 @@ To get upselling items for all products in a cart of a registered customer, send For response attributes, see [Retrieving related items of an abstract product](#related-product-attributes) for the list of response attributes. -For the attributes of the included resources, see [Retrieving product labels](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-products/retrieving-product-labels.html#product-labels-response-attributes) +For the attributes of the included resources, see [Retrieving product labels](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html#product-labels-response-attributes) ## Retrieve upselling products of a guest cart diff --git a/docs/pbc/all/product-relationship-management/202307.0/install-and-upgrade/install-the-product-relations-glue-api.md b/docs/pbc/all/product-relationship-management/202307.0/install-and-upgrade/install-the-product-relations-glue-api.md index cfaa1f6fa7c..9e1ef0695d5 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/install-and-upgrade/install-the-product-relations-glue-api.md +++ b/docs/pbc/all/product-relationship-management/202307.0/install-and-upgrade/install-the-product-relations-glue-api.md @@ -12,11 +12,6 @@ redirect_from: - /docs/en/glue-api-product-relations-feature-integration - /docs/scos/dev/feature-integration-guides/201811.0/glue-api/glue-api-product-relations-feature-integration.html - /docs/scos/dev/feature-integration-guides/202200.0/glue-api/glue-api-product-relations-feature-integration.html -related: - - title: Product Relations feature integration - link: docs/pbc/all/product-relationship-management/site.version/install-and-upgrade/install-the-product-relations-feature.html - - title: Retrieving related products - link: docs/pbc/all/product-relationship-management/page.version/glue-api-retrieve-related-products.html --- {% include pbc/all/install-features/{{page.version}}/install-glue-api/install-the-product-relations-glue-api.md %} diff --git a/docs/pbc/all/product-relationship-management/202307.0/product-relationship-management.md b/docs/pbc/all/product-relationship-management/202307.0/product-relationship-management.md index 94e45ac06d5..a08f60cab82 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/product-relationship-management.md +++ b/docs/pbc/all/product-relationship-management/202307.0/product-relationship-management.md @@ -116,7 +116,7 @@ A developer can do the following: ## Store relation -A product catalog manager can define the [stores](/docs/pbc/all/dynamic-multistore/{{page.version}}/base-shop/tutorials-and-howtos/set-up-multiple-stores.html) each product relation is displayed in. +A product catalog manager can define the [stores](/docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-multiple-stores.html) each product relation is displayed in. If no store relation is defined for a product relation, it is not displayed on Storefront. diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/8select.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/8select.md index b62e9a96252..60b114564ad 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/8select.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/8select.md @@ -4,14 +4,6 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/8select originalArticleId: fba4cfc6-ef7f-477b-8788-3b9ffa1a52c0 -redirect_from: - - /2021080/docs/8select - - /2021080/docs/en/8select - - /docs/8select - - /docs/en/8select -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/contentserv.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/contentserv.md index 075ca1c32d3..1fc267ad685 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/contentserv.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/contentserv.md @@ -4,11 +4,6 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/contentserv-1 originalArticleId: 6c3cc495-d781-4bc1-bfda-31b00febf221 -redirect_from: - - /2021080/docs/contentserv-1 - - /2021080/docs/en/contentserv-1 - - /docs/contentserv-1 - - /docs/en/contentserv-1 --- --- @@ -21,4 +16,3 @@ See [Disclaimer](https://github.com/spryker/spryker-documentation). For further information on this partner and integration into Spryker, please contact us.
- diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/econda.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/econda.md index 00407fea27a..8602eefc263 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/econda.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/econda.md @@ -6,10 +6,6 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/econda originalArticleId: 55ba509a-6fe7-480d-914f-1bbcf9e84d2f redirect_from: - - /2021080/docs/econda - - /2021080/docs/en/econda - - /docs/econda - - /docs/en/econda - /docs/scos/user/technology-partners/202108.0/marketing-and-conversion/personalization-and-cross-selling/econda/econda.html - /docs/scos/user/technology-partners/202307.0/marketing-and-conversion/personalization-and-cross-selling/econda/econda.html --- diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/install-econda.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/install-econda.md index a11d22618e3..83c439e622e 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/install-econda.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/install-econda.md @@ -5,10 +5,6 @@ template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/econda-installation-and-configuration originalArticleId: dfad4fba-067f-46fe-9ece-59ba1f86eb68 redirect_from: - - /2021080/docs/econda-installation-and-configuration - - /2021080/docs/en/econda-installation-and-configuration - - /docs/econda-installation-and-configuration - - /docs/en/econda-installation-and-configuration - /docs/socs/user/technology-partners/202204.0/marketing-and-conversion/personalization-and-cross-selling/econda/econda-installation-and-configuration.html - /docs/scos/dev/technology-partner-guides/202200.0/marketing-and-conversion/personalization-and-cross-selling/econda/installing-econda.html - /docs/scos/dev/technology-partner-guides/202307.0/marketing-and-conversion/personalization-and-cross-selling/econda/installing-econda.html diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda-cross-selling.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda-cross-selling.md index 956dedc16ff..e74ae063357 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda-cross-selling.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda-cross-selling.md @@ -6,10 +6,6 @@ template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/econda-cross-sell originalArticleId: 66c188de-e8fa-4643-872c-98dc97d37c27 redirect_from: - - /2021080/docs/econda-cross-sell - - /2021080/docs/en/econda-cross-sell - - /docs/econda-cross-sell - - /docs/en/econda-cross-sell - /docs/scos/user/technology-partners/202204.0/marketing-and-conversion/personalization-and-cross-selling/econda/econda-cross-sell.html - /docs/scos/dev/technology-partner-guides/202200.0/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda-cross-selling.html - /docs/scos/dev/technology-partner-guides/202307.0/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda-cross-selling.html @@ -123,7 +119,7 @@ In `econda-widget.js` we are include the `cross-sell-widget.html` for the widget ``` -Please refer to Econda visual widget [documentation](https://www.econda.de/en/technical-customer-support/). +Please refer to Econda visual widget [documentation](https://www.econda.de/support/). ## Adding the Cross Sell Widget to Twig diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda.md index b01158364bd..4aec5b9650e 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/econda/integrate-econda.md @@ -5,10 +5,6 @@ template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/econda-integration-into-project originalArticleId: c4cff442-13cf-4c1e-ad8e-95457220cc85 redirect_from: - - /2021080/docs/econda-integration-into-project - - /2021080/docs/en/econda-integration-into-project - - /docs/econda-integration-into-project - - /docs/en/econda-integration-into-project - /docs/scod/user/technology-partners/202204.0/marketing-and-conversion/personalization-and-cross-selling/econda/econda-integration-into-project.html - /docs/scos/dev/technology-partner-guides/202200.0/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda.html - /docs/scos/dev/technology-partner-guides/202307.0/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda.html diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/nosto.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/nosto.md index 69bce23d4c3..0a5ecede05e 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/nosto.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/nosto.md @@ -5,14 +5,6 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/nosto originalArticleId: e7d00914-ce24-46dc-a139-0ec2e038ccf9 -redirect_from: - - /2021080/docs/nosto - - /2021080/docs/en/nosto - - /docs/nosto - - /docs/en/nosto -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/trbo.md b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/trbo.md index 44cd4f9210e..f4c1eab816d 100644 --- a/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/trbo.md +++ b/docs/pbc/all/product-relationship-management/202307.0/third-party-integrations/trbo.md @@ -5,14 +5,6 @@ last_updated: Jun 16, 2021 template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/trbo originalArticleId: 066f52aa-3367-4b57-8158-e23df04eb494 -redirect_from: - - /2021080/docs/trbo - - /2021080/docs/en/trbo - - /docs/trbo - - /docs/en/trbo -related: - - title: Technology Partner Integration - link: docs/scos/user/technology-partners/page.version/technology-partners.html --- ## Partner Information diff --git a/docs/pbc/all/punchout/202212.0/punchout-catalogs.md b/docs/pbc/all/punchout/202212.0/punchout-catalogs.md index a238eeee631..b3e2a8596fb 100644 --- a/docs/pbc/all/punchout/202212.0/punchout-catalogs.md +++ b/docs/pbc/all/punchout/202212.0/punchout-catalogs.md @@ -25,8 +25,8 @@ Check out this video to get more details on how Punchout works: ## Related Developer guides * [Punchout Catalog feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-punchout-catalog-feature.html) -* [Eco - Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-product-bundles-feature.html) -* [Eco - Punchout Catalogs feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-feature.html) +* [Eco - Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{page.version}}/install-features/install-the-eco-punchout-catalogs-product-bundles-feature.html) +* [Eco - Punchout Catalogs feature integration](/docs/pbc/all/punchout/{{page.version}}/install-features/install-the-eco-punchout-catalogs-feature.html) ## Copyright and Disclaimer diff --git a/docs/pbc/all/punchout/202307.0/punchout-catalogs-overview.md b/docs/pbc/all/punchout/202307.0/punchout-catalogs-overview.md index 891b04e61d5..fe0e6a39755 100644 --- a/docs/pbc/all/punchout/202307.0/punchout-catalogs-overview.md +++ b/docs/pbc/all/punchout/202307.0/punchout-catalogs-overview.md @@ -35,7 +35,7 @@ From the B2B buyer perspective, the Punchout process typically involves the foll ![Supplier store](https://spryker.s3.eu-central-1.amazonaws.com/docs/Features/Technology+Partner+Integrations/Punch+Out/Punch+Out+Feature+Overview/supplier-store.png) -3. Authentication is handled with the help of the [Customer login by token](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/customer-login-by-token-overview.html) feature. So, the buyer doesn't need to enter any login details to get to the customer account. The [Vault for Tokens](/docs/pbc/all/miscellaneous/{{page.version}}/spryker-core-feature-overview/vault-for-tokens-overview.html) feature allows securely keeping the sensitive data (username and password) and retrieving it on request. +3. Authentication is handled with the help of the [Customer login by token](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/customer-login-by-token-overview.html) feature. So, the buyer doesn't need to enter any login details to get to the customer account. The [Vault for Tokens](/docs/pbc/all/miscellaneous/{{page.version}}/spryker-core-feature-overview/vault-for-tokens-overview.html) feature allows securely keeping the sensitive data (username and password) and retrieving it on request. 4. The buyer browses the store and adds items to their shopping cart. ![Shopping cart supplier](https://spryker.s3.eu-central-1.amazonaws.com/docs/Features/Technology+Partner+Integrations/Punch+Out/Punch+Out+Feature+Overview/shopping-cart-supplier.png) diff --git a/docs/pbc/all/punchout/202307.0/punchout-catalogs.md b/docs/pbc/all/punchout/202307.0/punchout-catalogs.md index 18031d49ea5..75910594b56 100644 --- a/docs/pbc/all/punchout/202307.0/punchout-catalogs.md +++ b/docs/pbc/all/punchout/202307.0/punchout-catalogs.md @@ -6,10 +6,6 @@ template: concept-topic-template originalLink: https://documentation.spryker.com/2021080/docs/punchout-catalogs originalArticleId: 931ad11a-a77a-46a2-8878-73327caee2d3 redirect_from: - - /2021080/docs/punchout-catalogs - - /2021080/docs/en/punchout-catalogs - - /docs/punchout-catalogs - - /docs/en/punchout-catalogs - /docs/scos/user/technology-partners/201811.0/order-management-erpoms/punchout-catalogs/punchout-catalogs.html - /docs/scos/user/technology-partners/202307.0/order-management-erpoms/punchout-catalogs/punchout-catalogs.html --- @@ -24,9 +20,9 @@ Check out this video to get more details on how Punchout works: ## Related Developer guides -* [Punchout Catalog feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-punchout-catalog-feature.html) -* [Eco - Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-product-bundles-feature.html) -* [Eco - Punchout Catalogs feature integration](/docs/pbc/all/punchout/{{page.version}}/install-and-upgrade/install-the-eco-punchout-catalogs-feature.html) +* [Punchout Catalog feature integration](/docs/pbc/all/punchout/{{page.version}}/install-features/install-the-punchout-catalog-feature.html) +* [Eco - Punchout Catalogs + Product Bundles feature integration](/docs/pbc/all/punchout/{{page.version}}/install-features/install-the-eco-punchout-catalogs-product-bundles-feature.html) +* [Eco - Punchout Catalogs feature integration](/docs/pbc/all/punchout/{{page.version}}/install-features/install-the-eco-punchout-catalogs-feature.html) ## Copyright and Disclaimer diff --git a/docs/pbc/all/ratings-reviews/202307.0/third-party-integrations/integrate-bazaarvoice.md b/docs/pbc/all/ratings-reviews/202307.0/third-party-integrations/integrate-bazaarvoice.md index 1dad7581591..79df70bbff8 100644 --- a/docs/pbc/all/ratings-reviews/202307.0/third-party-integrations/integrate-bazaarvoice.md +++ b/docs/pbc/all/ratings-reviews/202307.0/third-party-integrations/integrate-bazaarvoice.md @@ -39,10 +39,10 @@ To integrate Bazaarvoice, follow these steps: ### 1. Add the Bazaarvoice domain to your allowlist -To enable your customers to leave reviews on your products, you must add the Bazaarvoice domain to your **Content Security Policy** allowlist. +To enable your customers to leave reviews on your products, you must add the Bazaarvoice domain to your **Content Security Policy** allowlist. To do that, do one of the following: -1. Change the `deploy.yml` file: +1. Change the `deploy.yml` file: ```yml image: @@ -79,8 +79,8 @@ Core template: `SprykerShop/Yves/ProductDetailPage/Theme/default/views/pdp/pdp.t | product.sku | productId | Yes | 012_3456789 | | product.name | productName | Yes | Camera Pro 123 | | product.description | productDescription | No | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | -| product.image | productImageURL | Yes | https://www.example.com/img/gallery/camera-pro-123.jpg (always use absolute URL) | -| product.url | productPageURL | Yes | https://www.example.com/office-chair (always use absolute URL) | +| product.image | productImageURL | Yes | `https://www.example.com/img/gallery/camera-pro-123.jpg` (always use absolute URL) | +| product.url | productPageURL | Yes | `https://www.example.com/office-chair` (always use absolute URL) | | product.brand.name | brandId, brandName | No | Xyz Brand | | product.category | categoryPath | No | [{"id":1,"name":"Cameras & Camcorders"},{"id":4,"name":"Digital Cameras"}] | | product.gtin12 | upcs | No | 123456789876 | @@ -118,7 +118,7 @@ Core template: `SprykerShop/Yves/MerchantProfileWidget/Theme/default/components/ |-------------------------|----------------------|----------|------------------------------------------------------------------------------| | organization.identifier | productId | Yes | MER000001 | | organization.name | productName | Yes | Xyz Merchant | -| organization.logo | productImageURL | Yes | https://www.example.com/merchant/merchant-logo.png (always use absolute URL) | +| organization.logo | productImageURL | Yes | `https://www.example.com/merchant/merchant-logo.png` (always use absolute URL) | Example: ```html @@ -140,12 +140,12 @@ Example: ```html
- +
- +
``` @@ -162,7 +162,7 @@ Example:
- +
``` @@ -178,11 +178,11 @@ Example: ```html
- +
- +
@@ -275,7 +275,7 @@ protected function extendCommandPlugins(Container $container): Container $container->extend(self::COMMAND_PLUGINS, function (CommandCollectionInterface $commandCollection) { // ... $commandCollection->add(new SendOrderStatusChangedMessagePlugin(), 'Order/RequestProductReviews'); - + return $commandCollection; }); } @@ -293,7 +293,7 @@ Here is an example with the `DummyPayment01.xml` process for the `deliver` event xmlns="spryker:oms-01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="spryker:oms-01 http://static.spryker.com/oms-01.xsd"> - + diff --git a/docs/pbc/all/request-for-quote/202307.0/request-for-quote.md b/docs/pbc/all/request-for-quote/202307.0/request-for-quote.md index d90dae4eace..6d5beba6cc4 100644 --- a/docs/pbc/all/request-for-quote/202307.0/request-for-quote.md +++ b/docs/pbc/all/request-for-quote/202307.0/request-for-quote.md @@ -84,7 +84,7 @@ Schematically, the workflow is shown in the following diagram: ### Sales representative workflow A sales representative can create an RFQ using two working procedures: -* By an [agent](/docs/pbc/all/user-management/{{site.version}}/agent-assist-feature-overview.html) account. +* By an [agent](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) account. * On behalf of a company user. #### By an agent account diff --git a/docs/pbc/all/request-for-quote/202307.0/use-cases-request-for-quote-processes.md b/docs/pbc/all/request-for-quote/202307.0/use-cases-request-for-quote-processes.md index 70ddcedec0f..a814ec01206 100644 --- a/docs/pbc/all/request-for-quote/202307.0/use-cases-request-for-quote-processes.md +++ b/docs/pbc/all/request-for-quote/202307.0/use-cases-request-for-quote-processes.md @@ -26,5 +26,5 @@ In Marketplace, if customers have several items from different merchants in thei To solve this issue, Spryker needs to introduce Marketplace support for RFQ. To achieve this, the following actions are required: * Introduce the Split Quote feature so that different carts and quotes per merchant are automatically created. -* Display quote requests in Merchant Portal so that merchants can manage the requests—for example, replying to the requests and changing prices—or allow merchants to log in as an [agent](/docs/pbc/all/user-management/{{site.version}}/agent-assist-feature-overview.html) with the limitation of only seeing quote requests for their products or offers. +* Display quote requests in Merchant Portal so that merchants can manage the requests—for example, replying to the requests and changing prices—or allow merchants to log in as an [agent](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) with the limitation of only seeing quote requests for their products or offers. * Add support for frontend and backend APIs. diff --git a/docs/pbc/all/return-management/202212.0/base-shop/return-management-feature-overview.md b/docs/pbc/all/return-management/202212.0/base-shop/return-management-feature-overview.md index af1181ddc80..fe29ef404a3 100644 --- a/docs/pbc/all/return-management/202212.0/base-shop/return-management-feature-overview.md +++ b/docs/pbc/all/return-management/202212.0/base-shop/return-management-feature-overview.md @@ -140,12 +140,12 @@ composer require spryker-feature/return-management:"{{site.version}}" spryker/sa | INTEGRATION GUIDES | GLUE API GUIDES | TUTORIALS AND HOWTOS | |---|---|---| | [Return Management feature integration](/docs/pbc/all/return-management/{{page.version}}/base-shop/install-and-upgrade/install-the-return-management-feature.html) | [Managing the returns](/docs/pbc/all/return-management/{{page.version}}/marketplace/glue-api-manage-marketplace-returns.html) | [HowTo: Set number of days for a return policy](/docs/pbc/all/return-management/{{page.version}}/base-shop/set-number-of-days-for-a-return-policy.html) | -| [Configurable Bundle + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/configurable-bundle-order-management-feature-integration.html) | | | +| [Configurable Bundle + Order Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-configurable-bundle-order-management-feature.html) | | | | [Glue API: Return Management feature integration](/docs/pbc/all/return-management/{{page.version}}/base-shop/install-and-upgrade/install-the-return-management-glue-api.html) | | | | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) | | | | [Product + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-order-management-feature-integration.html) | | | | [Product Bundles + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-order-management-feature-integration.html) | | | | [Product Bundles + Return Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-return-management-feature-integration.html) | | | | [Product Measurement Unit feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-measurement-units-feature.html) | | | -| [Product Options + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-options-order-management-feature-integration.html) | | | -| [Product Packaging Unit feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/packaging-units-feature-integration.html) | | | +| [Product Options + Order Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-options-order-management-feature.html) | | | +| [Product Packaging Unit feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html) | | | diff --git a/docs/pbc/all/return-management/202307.0/base-shop/manage-in-the-back-office/manage-returns.md b/docs/pbc/all/return-management/202307.0/base-shop/manage-in-the-back-office/manage-returns.md index 4d1e4851fde..cdbd3034be8 100644 --- a/docs/pbc/all/return-management/202307.0/base-shop/manage-in-the-back-office/manage-returns.md +++ b/docs/pbc/all/return-management/202307.0/base-shop/manage-in-the-back-office/manage-returns.md @@ -22,7 +22,7 @@ related: link: docs/pbc/all/return-management/page.version/return-management.html --- -This document describes how to manage returns in the Back Office. To learn how Back Office user create returns, see [Creating returns](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/manage-in-the-back-office/orders/create-returns.html). To learn how customers create returns, see [Return Management on the Storefront](/docs/pbc/all/return-management/{{page.version}}/marketplace/marketplace-return-management-feature-overview.html#return-management-on-the-storefront). +This document describes how to manage returns in the Back Office. To learn how Back Office user create returns, see [Creating returns](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/manage-in-the-back-office/orders/create-returns.html). To learn how customers create returns, see [Return Management on the Storefront](/docs/pbc/all/return-management/{{page.version}}/base-shop/return-management-feature-overview.html#return-management-on-the-storefront). ## Prerequisites @@ -35,7 +35,7 @@ On the **Returns** page, next to the return you want to view, click **View**. ## Printing return slips -Next to the return you want to generate a [return slip](/docs/pbc/all/return-management/{{page.version}}/marketplace/marketplace-return-management-feature-overview.html#return-slip) for, click **Print Slip**. +Next to the return you want to generate a [return slip](/docs/pbc/all/return-management/{{page.version}}/base-shop/return-management-feature-overview.html#return-slip) for, click **Print Slip**. This opens the page with an auto-generated slip. ## Reference information: Managing returns diff --git a/docs/pbc/all/return-management/202307.0/base-shop/return-management-feature-overview.md b/docs/pbc/all/return-management/202307.0/base-shop/return-management-feature-overview.md index af1181ddc80..fe29ef404a3 100644 --- a/docs/pbc/all/return-management/202307.0/base-shop/return-management-feature-overview.md +++ b/docs/pbc/all/return-management/202307.0/base-shop/return-management-feature-overview.md @@ -140,12 +140,12 @@ composer require spryker-feature/return-management:"{{site.version}}" spryker/sa | INTEGRATION GUIDES | GLUE API GUIDES | TUTORIALS AND HOWTOS | |---|---|---| | [Return Management feature integration](/docs/pbc/all/return-management/{{page.version}}/base-shop/install-and-upgrade/install-the-return-management-feature.html) | [Managing the returns](/docs/pbc/all/return-management/{{page.version}}/marketplace/glue-api-manage-marketplace-returns.html) | [HowTo: Set number of days for a return policy](/docs/pbc/all/return-management/{{page.version}}/base-shop/set-number-of-days-for-a-return-policy.html) | -| [Configurable Bundle + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/configurable-bundle-order-management-feature-integration.html) | | | +| [Configurable Bundle + Order Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-configurable-bundle-order-management-feature.html) | | | | [Glue API: Return Management feature integration](/docs/pbc/all/return-management/{{page.version}}/base-shop/install-and-upgrade/install-the-return-management-glue-api.html) | | | | [Order Management feature integration](/docs/pbc/all/order-management-system/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-order-management-feature.html) | | | | [Product + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-order-management-feature-integration.html) | | | | [Product Bundles + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-order-management-feature-integration.html) | | | | [Product Bundles + Return Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-bundles-return-management-feature-integration.html) | | | | [Product Measurement Unit feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-measurement-units-feature.html) | | | -| [Product Options + Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-options-order-management-feature-integration.html) | | | -| [Product Packaging Unit feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/packaging-units-feature-integration.html) | | | +| [Product Options + Order Management feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-product-options-order-management-feature.html) | | | +| [Product Packaging Unit feature integration](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html) | | | diff --git a/docs/pbc/all/return-management/202307.0/marketplace/marketplace-return-management-feature-overview.md b/docs/pbc/all/return-management/202307.0/marketplace/marketplace-return-management-feature-overview.md index e39cbd9231a..90a0589d7fc 100644 --- a/docs/pbc/all/return-management/202307.0/marketplace/marketplace-return-management-feature-overview.md +++ b/docs/pbc/all/return-management/202307.0/marketplace/marketplace-return-management-feature-overview.md @@ -9,7 +9,7 @@ related: *Marketplace Return Management* feature lets you create and manage returns for a merchant order in a Spryker Marketplace Demo Shop. -Once an order has been shipped, the registered buyer or a Back Office user can initiate a return of the whole marketplace order or its individual items. For information about what items can be returned, see [Returnable items and a return policy](/docs/pbc/all/return-management/{{page.version}}/marketplace/marketplace-return-management-feature-overview.html#returnable-items-and-a-return-policy). For information about how a Back Office user can create returns, see [Managing marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/manage-in-the-back-office/manage-marketplace-orders.html). +Once an order has been shipped, the registered buyer or a Back Office user can initiate a return of the whole marketplace order or its individual items. For information about what items can be returned, see [Returnable items and a return policy](/docs/pbc/all/return-management/{{page.version}}/base-shop/return-management-feature-overview.html#returnable-items-and-a-return-policy). For information about how a Back Office user can create returns, see [Managing marketplace orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/manage-in-the-back-office/manage-marketplace-orders.html). {% info_block warningBox "Note" %} @@ -65,7 +65,7 @@ The following figure shows how to create a return, view its details, and print a ## Marketplace Return Management in the Back Office -A Back Office user can create returns for the [returnable items](/docs/pbc/all/return-management/{{page.version}}/marketplace/marketplace-return-management-feature-overview.html#returnable-items-and-a-return-policy) from the order details page of the Back Office. For details, see [Back Office user guide: Managing orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/manage-in-the-back-office/manage-marketplace-orders.html). Also, a Back Office user can view returns, close fulfilled returns, print a return slip, and cancel returns. +A Back Office user can create returns for the [returnable items](/docs/pbc/all/return-management/{{page.version}}/base-shop/return-management-feature-overview.html#returnable-items-and-a-return-policy) from the order details page of the Back Office. For details, see [Back Office user guide: Managing orders](/docs/pbc/all/order-management-system/{{page.version}}/marketplace/manage-in-the-back-office/manage-marketplace-orders.html). Also, a Back Office user can view returns, close fulfilled returns, print a return slip, and cancel returns. ## Marketplace Return Management in the Merchant Portal diff --git a/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/search-migration-concept.md b/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/search-migration-concept.md index 94d3c0b43f2..418350f7677 100644 --- a/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/search-migration-concept.md +++ b/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/search-migration-concept.md @@ -194,10 +194,10 @@ The Search migration effort implies an upgrade of the following modules: * [Search](/docs/pbc/all/search/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-search–module.html#upgrading-from-version-89-to-version-810) * [Console](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade–the-console-module.html) * [CmsPageSearch](/docs/pbc/all/content-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch-module.html#upgrading-from-version-21-to-version-22) -* [Catalog](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html#upgrading-from-version-55-to-version-56) +* [Catalog](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html#upgrading-from-version-55-to-version-56) * [ProductPageSearch](/docs/pbc/all/search/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpagesearch-module.html#upgrading-from-version-311-to-version-312) -* [ProductReviewSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch-module.html#upgrading-from-version-13-to-version-14) +* [ProductReviewSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch-module.html#upgrading-from-version-13-to-version-14) * [ProductLabelSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlabelsearch-module.html#upgrading-from-version-12-to-version-13) -* [ProductSetPageSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch-module.html#upgrading-from-version-13-to-version-14) -* [CategoryPageSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html#upgrading-from-version-14-to-version-15) +* [ProductSetPageSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch-module.html#upgrading-from-version-13-to-version-14) +* [CategoryPageSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html#upgrading-from-version-14-to-version-15) * [ProductNew](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productnew-module.html) diff --git "a/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi\342\200\223module.md" b/docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.md similarity index 100% rename from "docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi\342\200\223module.md" rename to docs/pbc/all/search/202212.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.md diff --git a/docs/pbc/all/search/202212.0/base-shop/search-feature-overview/search-feature-overview.md b/docs/pbc/all/search/202212.0/base-shop/search-feature-overview/search-feature-overview.md index f62f5f61213..4e31ad87366 100644 --- a/docs/pbc/all/search/202212.0/base-shop/search-feature-overview/search-feature-overview.md +++ b/docs/pbc/all/search/202212.0/base-shop/search-feature-overview/search-feature-overview.md @@ -56,13 +56,13 @@ The feature has the following functional constraints which are going to be resol | INSTALLATION GUIDES | UPGRADE GUIDES | DATA IMPORT | GLUE API GUIDES | TUTORIALS AND HOWTOS | BEST PRACTICES | |---------|---------|-|-|-|-| | [Install the Catalog Glue API](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-glue-api.html) | [Upgrade the Catalog module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html) | [File details: product_search_attribute_map.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute-map.csv.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-search-the-product-catalog.html) | [Tutorial: Content and search - attribute-cart-based catalog personalization](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.html) | [Data-driven ranking](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/data-driven-ranking.html) | -| [Install the Catalog + Category Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-catalog-category-management-feature.html) | [Upgrade the CatalogSearchRestApi module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi–module.html) | [File details: product_search_attribute.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute.csv.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [Tutorial: Boosting cart-based search](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-boosting-cart-based-search.html) | [Full-text search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/full-text-search.html) | -| [Install the Catalog + Order Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-catalog-order-management-feature.html) | [Upgrade the CategoryPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch–module.html) | | | [Configure a search query](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html) | [Generic faceted search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/generic-faceted-search.html) | +| [Install the Catalog + Category Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-category-management-feature.html) | [Upgrade the CatalogSearchRestApi module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi–module.html) | [File details: product_search_attribute.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute.csv.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [Tutorial: Boosting cart-based search](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-boost-cart-based-search.html) | [Full-text search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/full-text-search.html) | +| [Install the Catalog + Order Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-order-management-feature.html) | [Upgrade the CategoryPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch–module.html) | | | [Configure a search query](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html) | [Generic faceted search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/generic-faceted-search.html) | | [Install the Search Widget for Concrete Products feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-search-widget-for-concrete-products.html) | [Upgrade the CmsPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch–module.html) | | | [Configure Elasticsearch](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-elasticsearch.html) | [Multi-term autocompletion](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/multi-term-auto-completion.html) | | | [Upgrade the ProductLabelSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlabelsearch–module.html) | | | [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-features.html) | [Naive product centric approach](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/naive-product-centric-approach.html) | | | [Upgrade the ProductListSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlistsearch–module.html) | | | [Configure search for multi-currency](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html) | [On-site search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/on-site-search.html) | | | [Upgrade the ProductPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpagesearch–module.html) | | | [Expand search data](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/expand-search-data.html) | [Other best practices](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/other-best-practices.html) | -| | [Upgrade the ProductReviewSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch–module.html) | | | [Facet filter overview and configuration](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html) | [Personalization - dynamic pricing](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/personalization-dynamic-pricing.html) | +| | [Upgrade the ProductReviewSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch–module.html) | | | [Facet filter overview and configuration](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html) | [Personalization - dynamic pricing](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/personalization-dynamic-pricing.html) | | | [Upgrade the ProductSetPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch–module.html) | | | [Tutorial: Integrate any search engine into a project](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-integrate-any-search-engine-into-a-project.html) | [Precise search by super attributes](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/precise-search-by-super-attributes.html) | | | [Upgrade the Search module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-search–module.html) | | | | [Simple spelling suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/simple-spelling-suggestions.html) | | | [Upgrade search initialization](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-search-initialization.html) | | | | [Usage-driven schema and document structure](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/usage-driven-schema-and-document-structure.html) | diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-a-search-query.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-a-search-query.md index d026cb4ff9c..1477b605bef 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-a-search-query.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-a-search-query.md @@ -258,7 +258,7 @@ You also must export `active-from` and `active-to` by your search collector. The The *Faceted navigation and filtering* feature lets you refilter search results by specific criteria. The filters are commonly displayed on the left side of the catalog page. -`\Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\FacetQueryExpanderPlugin` is responsible for adding necessary aggregations to your query based on a predefined configuration (see [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-featureshtml). Use this plugin to get the necessary data for the faceted navigation of your search results. +`\Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\FacetQueryExpanderPlugin` is responsible for adding necessary aggregations to your query based on a predefined configuration (see [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-features.html). Use this plugin to get the necessary data for the faceted navigation of your search results. {% info_block warningBox "Note" %} diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md index 0c54d3a41dc..509f10d8b04 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md @@ -59,9 +59,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure the search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure the search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-features.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-features.md index 325ccb824e2..93cc58afe63 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-features.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-features.md @@ -31,7 +31,7 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md index 3dd8aecf0f2..7b1fba1bfa1 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md @@ -43,9 +43,9 @@ related: - title: Configure Elasticsearch link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-elasticsearch.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/expand-search-data.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/expand-search-data.md index 079948f3638..e18d88296c3 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/expand-search-data.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/expand-search-data.md @@ -12,9 +12,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Facet filter overview and configuration link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html --- diff --git a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md index e4209c9903e..a3b688e9201 100644 --- a/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md +++ b/docs/pbc/all/search/202212.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md @@ -30,9 +30,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html --- diff --git a/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/search-migration-concept.md b/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/search-migration-concept.md index 94d3c0b43f2..418350f7677 100644 --- a/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/search-migration-concept.md +++ b/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/search-migration-concept.md @@ -194,10 +194,10 @@ The Search migration effort implies an upgrade of the following modules: * [Search](/docs/pbc/all/search/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-search–module.html#upgrading-from-version-89-to-version-810) * [Console](/docs/pbc/all/miscellaneous/{{page.version}}/install-and-upgrade/upgrade-modules/upgrade–the-console-module.html) * [CmsPageSearch](/docs/pbc/all/content-management-system/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch-module.html#upgrading-from-version-21-to-version-22) -* [Catalog](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html#upgrading-from-version-55-to-version-56) +* [Catalog](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html#upgrading-from-version-55-to-version-56) * [ProductPageSearch](/docs/pbc/all/search/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpagesearch-module.html#upgrading-from-version-311-to-version-312) -* [ProductReviewSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch-module.html#upgrading-from-version-13-to-version-14) +* [ProductReviewSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch-module.html#upgrading-from-version-13-to-version-14) * [ProductLabelSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlabelsearch-module.html#upgrading-from-version-12-to-version-13) -* [ProductSetPageSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch-module.html#upgrading-from-version-13-to-version-14) -* [CategoryPageSearch](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html#upgrading-from-version-14-to-version-15) +* [ProductSetPageSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch-module.html#upgrading-from-version-13-to-version-14) +* [CategoryPageSearch](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html#upgrading-from-version-14-to-version-15) * [ProductNew](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productnew-module.html) diff --git "a/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi\342\200\223module.md" b/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.md similarity index 100% rename from "docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi\342\200\223module.md" rename to docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.md diff --git a/docs/pbc/all/search/202307.0/base-shop/search-feature-overview/search-feature-overview.md b/docs/pbc/all/search/202307.0/base-shop/search-feature-overview/search-feature-overview.md index 9fc440fc965..ae2a306157e 100644 --- a/docs/pbc/all/search/202307.0/base-shop/search-feature-overview/search-feature-overview.md +++ b/docs/pbc/all/search/202307.0/base-shop/search-feature-overview/search-feature-overview.md @@ -56,14 +56,14 @@ The feature has the following functional constraints which are going to be resol | INSTALLATION GUIDES | UPGRADE GUIDES | DATA IMPORT | GLUE API GUIDES | TUTORIALS AND HOWTOS | BEST PRACTICES | |---------|---------|-|-|-|-| | [Install the Catalog Glue API](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-glue-api.html) | [Upgrade the Catalog module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalog-module.html) | [File details: product_search_attribute_map.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute-map.csv.html) | [Searching the product catalog](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-search-the-product-catalog.html) | [Tutorial: Content and search - attribute-cart-based catalog personalization](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.html) | [Data-driven ranking](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/data-driven-ranking.html) | -| [Install the Catalog + Category Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-catalog-category-management-feature.html) | [Upgrade the CatalogSearchRestApi module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi–module.html) | [File details: product_search_attribute.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute.csv.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [Tutorial: Boosting cart-based search](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-boosting-cart-based-search.html) | [Full-text search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/full-text-search.html) | -| [Install the Catalog + Order Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-catalog-order-management-feature.html) | [Upgrade the CategoryPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch–module.html) | | | [Configure a search query](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html) | [Generic faceted search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/generic-faceted-search.html) | -| [Install the Search Widget for Concrete Products feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-search-widget-for-concrete-products.html) | [Upgrade the CmsPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch–module.html) | | | [Configure Elasticsearch](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-elasticsearch.html) | [Multi-term autocompletion](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/multi-term-auto-completion.html) | -| | [Upgrade the ProductLabelSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlabelsearch–module.html) | | | [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-features.html) | [Naive product centric approach](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/naive-product-centric-approach.html) | -| | [Upgrade the ProductListSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlistsearch–module.html) | | | [Configure search for multi-currency](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html) | [On-site search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/on-site-search.html) | -| | [Upgrade the ProductPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpagesearch–module.html) | | | [Expand search data](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/expand-search-data.html) | [Other best practices](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/other-best-practices.html) | -| | [Upgrade the ProductReviewSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch–module.html) | | | [Facet filter overview and configuration](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html) | [Personalization - dynamic pricing](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/personalization-dynamic-pricing.html) | -| | [Upgrade the ProductSetPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch–module.html) | | | [Tutorial: Integrate any search engine into a project](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-integrate-any-search-engine-into-a-project.html) | [Precise search by super attributes](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/precise-search-by-super-attributes.html) | +| [Install the Catalog + Category Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-category-management-feature.html) | [Upgrade the CatalogSearchRestApi module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-catalogsearchrestapi-module.html) | [File details: product_search_attribute.csv](/docs/pbc/all/search/{{page.version}}/base-shop/import-and-export-data/file-details-product-search-attribute.csv.html) | [Retrieving autocomplete and search suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-autocomplete-and-search-suggestions.html) | [Tutorial: Boosting cart-based search](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-boost-cart-based-search.html) | [Full-text search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/full-text-search.html) | +| [Install the Catalog + Order Management feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-order-management-feature.html) | [Upgrade the CategoryPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-categorypagesearch-module.html) | | | [Configure a search query](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html) | [Generic faceted search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/generic-faceted-search.html) | +| [Install the Search Widget for Concrete Products feature](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-search-widget-for-concrete-products.html) | [Upgrade the CmsPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch-module.html) | | | [Configure Elasticsearch](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-elasticsearch.html) | [Multi-term autocompletion](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/multi-term-auto-completion.html) | +| | [Upgrade the ProductLabelSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlabelsearch-module.html) | | | [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-features.html) | [Naive product centric approach](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/naive-product-centric-approach.html) | +| | [Upgrade the ProductListSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productlistsearch-module.html) | | | [Configure search for multi-currency](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html) | [On-site search](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/on-site-search.html) | +| | [Upgrade the ProductPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productpagesearch-module.html) | | | [Expand search data](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/expand-search-data.html) | [Other best practices](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/other-best-practices.html) | +| | [Upgrade the ProductReviewSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productreviewsearch-module.html) | | | [Facet filter overview and configuration](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html) | [Personalization - dynamic pricing](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/personalization-dynamic-pricing.html) | +| | [Upgrade the ProductSetPageSearch module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetpagesearch-module.html) | | | [Tutorial: Integrate any search engine into a project](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/tutorial-integrate-any-search-engine-into-a-project.html) | [Precise search by super attributes](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/precise-search-by-super-attributes.html) | | | [Upgrade the Search module](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-search–module.html) | | | | [Simple spelling suggestions](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/simple-spelling-suggestions.html) | | | [Upgrade search initialization](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/upgrade-search-initialization.html) | | | | [Usage-driven schema and document structure](/docs/pbc/all/search/{{page.version}}/base-shop/best-practices/usage-driven-schema-and-document-structure.html) | | | [Search migration concept](/docs/pbc/all/search/{{page.version}}/base-shop/install-and-upgrade/search-migration-concept.html) | | | | | diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-a-search-query.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-a-search-query.md index 5c3534f7ad1..5ab80da18da 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-a-search-query.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-a-search-query.md @@ -258,7 +258,7 @@ You also must export `active-from` and `active-to` by your search collector. The The *Faceted navigation and filtering* feature lets you refilter search results by specific criteria. The filters are commonly displayed on the left side of the catalog page. -`\Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\FacetQueryExpanderPlugin` is responsible for adding necessary aggregations to your query based on a predefined configuration (see [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-featureshtml). Use this plugin to get the necessary data for the faceted navigation of your search results. +`\Spryker\Client\SearchElasticsearch\Plugin\QueryExpander\FacetQueryExpanderPlugin` is responsible for adding necessary aggregations to your query based on a predefined configuration (see [Configure search features](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-features.html). Use this plugin to get the necessary data for the faceted navigation of your search results. {% info_block warningBox "Note" %} diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md index c7adccad217..9a9d840e6f6 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-elasticsearch.md @@ -59,9 +59,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure the search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure the search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-features.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-features.md index 4368659ea9e..6a21de1a055 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-features.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-features.md @@ -27,11 +27,11 @@ redirect_from: - /docs/pbc/all/search/202307.0/tutorials-and-howtos/configure-search-features.html related: - title: Configure Elasticsearch - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-elasticsearch + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-elasticsearch.html - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md index 0dd1e85a2a9..75855d8553b 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.md @@ -43,16 +43,16 @@ related: - title: Configure Elasticsearch link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-elasticsearch.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html - title: Facet filter overview and configuration link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html --- -If you don't have the multi-currency feature in your project and want to migrate, you have to follow certain steps to migrate your system. First, [migrate Price](/docs/pbc/all/price-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-price-module.html) and [modules related to multi-currency](/docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html) before proceeding with the search for multi-currency. +If you don't have the multi-currency feature in your project and want to migrate, you have to follow certain steps to migrate your system. First, [migrate Price](/docs/pbc/all/price-management/{{page.version}}/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-price-module.html) and [modules related to multi-currency](/docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html) before proceeding with the search for multi-currency. In the multi-currency feature we store prices grouped by price mode and currency, so prices are as follows: ```php diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/expand-search-data.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/expand-search-data.md index fd97c190675..779ead7900b 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/expand-search-data.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/expand-search-data.md @@ -12,9 +12,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Facet filter overview and configuration link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.html --- diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md index 209b67fc076..5ed623dfa33 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/facet-filter-overview-and-configuration.md @@ -30,9 +30,9 @@ related: - title: Configure search for multi-currency link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-for-multi-currency.html - title: Configure search features - link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-featureshtml + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-search-features.html - title: Configure a search query - link: docs/pbc/all/search/{{page.version}}/base-shop/tutorials-and-howtos/configure-a-search-query.html + link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/configure-a-search-query.html - title: Expand search data link: docs/pbc/all/search/page.version/base-shop/tutorials-and-howtos/expand-search-data.html --- diff --git a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.md b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.md index e54d5ba6afc..71d8c455e41 100644 --- a/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.md +++ b/docs/pbc/all/search/202307.0/base-shop/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.md @@ -24,7 +24,7 @@ redirect_from: - /docs/pbc/all/search/202307.0/tutorials-and-howtos/tutorial-content-and-search-attribute-cart-based-catalog-personalization/tutorial-content-and-search-attribute-cart-based-catalog-personalization.html related: - title: Search feature overview - link: docs/pbc/all/search/page.version/base-shop/search + link: docs/pbc/all/search/page.version/base-shop/search-feature-overview/search-feature-overview.html --- This tutorial shows how to boost and personalize the catalog using the color attribute of a product when it is added to the cart. diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md index 469ee873376..f8e6829cd1e 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md @@ -5,7 +5,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Glue API - Marketplace Shopping Lists feature integration - link: docs/marketplace/dev/feature-integration-guides/page.version/glue/marketplace-shopping-lists-feature-integration.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html - title: Marketplace Shopping Lists feature walkthrough link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-shopping-lists-feature-overview.html --- diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md index db968efc6e4..d135524ea48 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md @@ -4,7 +4,7 @@ description: This document describes how to integrate the Marketplace Product Of template: feature-integration-guide-template related: - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html + link: docs/pbc/all/price-management/page.version/marketplace/marketplace-product-offer-prices-feature-overview.html - title: Marketplace Wishlist feature walkthrough link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md index ca7bf7c683d..32bc9194a02 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md @@ -5,7 +5,7 @@ last_updated: May 20, 2022 template: glue-api-storefront-guide-template related: - title: Managing shopping lists - link: docs/marketplace/dev/glue-api-guides/page.version/shopping-lists/managing-shopping-lists.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html --- This endpoint allows managing marketplace shopping list items. @@ -15,7 +15,7 @@ This endpoint allows managing marketplace shopping list items. For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Glue API: Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-shopping-lists-glue-api.html) * [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) -* [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) +* [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) ## Add items to a shopping list @@ -283,7 +283,7 @@ To change the item quantity in a shopping list, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | | ***{% raw %}{{{% endraw %}shopping_list_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list to update item quantity in. | -| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to change the quantity of. To get it, [Retrieve shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html), or [Retrieve a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) with the `shopping-list-items` included. | +| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to change the quantity of. To get it, [Retrieve shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html), or [Retrieve a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) with the `shopping-list-items` included. | ### Request @@ -518,7 +518,7 @@ To remove an item from a shopping list, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | | ***{% raw %}{{{% endraw %}shopping_list_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list to delete an item from. | -| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to remove. To get it, [Retrieve shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html), or [Retrieve a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) with the `shopping-list-items` included. | +| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to remove. To get it, [Retrieve shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html), or [Retrieve a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) with the `shopping-list-items` included. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md index 256a44a3112..710a0d0296a 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md @@ -6,7 +6,7 @@ template: concept-topic-template --- This section provides a collection of articles that explain the Glue API endpoints used when developing Marketplace shopping lists and wishlists: -* [Managing marketplace shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) -* [Managing marketplace shopping list items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) -* [Managing wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) -* [Managing wishlist items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlist-items.html) +* [Managing marketplace shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) +* [Managing marketplace shopping list items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) +* [Managing wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) +* [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md index 32ca22176e4..032b1b7dfc7 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md @@ -6,9 +6,9 @@ related: - title: Marketplace Shopping Lists feature integration link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html - title: Glue API - Marketplace Shopping Lists feature integration - link: docs/marketplace/dev/feature-integration-guides/page.version/glue/marketplace-shopping-lists-feature-integration.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html - title: Managing shopping list items - link: docs/marketplace/dev/glue-api-guides/page.version/shopping-lists/managing-shopping-list-items.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html --- The Marketplace Shopping Lists API feature lets you manage shopping lists in the Marketplace, as well as managing the items in them. @@ -20,7 +20,7 @@ In your development, the resources can help you to enable the shopping list func For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Glue API: Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-shopping-lists-glue-api.html) * [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) -* [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) +* [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) ## Create a shopping list @@ -331,7 +331,7 @@ To retrieve concrete products in a shopping list, include `shopping-list-items` For the response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) ## Retrieve a shopping list @@ -799,7 +799,7 @@ To retrieve product offers in a shopping list, include `shopping-list-items` and For response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) * [Retrieve merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html) * [Retrieve product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) @@ -1017,7 +1017,7 @@ To retrieve concrete products in a shopping list, include `shopping-list-items` For response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) ## Delete a shopping list diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md index cdfcbbb0cef..4546984658e 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md @@ -29,7 +29,7 @@ To add an item to a wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | --------------- | ---------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to add the items to. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to add the items to. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request @@ -231,7 +231,7 @@ To delete wishlist item, send the request: | PATH PARAMETER | DESCRIPTION | | -------------- | -------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to delete an item from. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to delete an item from. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | | {% raw %}***{{item_sku}}***{% endraw %} | Unique identifier of the product to delete. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md index ef88cbf6c8d..74632cc6307 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md @@ -440,7 +440,7 @@ To retrieve a specific wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | ---------------- | ------------------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to retrieve the items of. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to retrieve the items of. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request @@ -2266,7 +2266,7 @@ The following sample changes the name of a wishlist. | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | ------ | ---- | ------- | ----------------------- | -| id | string | ✓ | Unique identifier of the wishlist to update the name of. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| id | string | ✓ | Unique identifier of the wishlist to update the name of. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | | name | string | ✓ | New name of the wishlist. | ### Response @@ -2290,7 +2290,7 @@ To delete a wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | --------- | ------------------- | -| ***{{wishlist_id}}*** | Unique identifier of the wishlist to delete. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| ***{{wishlist_id}}*** | Unique identifier of the wishlist to delete. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-shopping-lists-feature-overview.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-shopping-lists-feature-overview.md index 8f3201ba617..d898aed46b1 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-shopping-lists-feature-overview.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-shopping-lists-feature-overview.md @@ -54,5 +54,5 @@ The *Print Shopping List* functionality does not contain any merchant-related in | INTEGRATION GUIDES | GLUE API GUIDES | DATA IMPORT | |-----------------|-------------|-----------------| -| [Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html) | [Managing shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) | [File details: file-details-product-offer-shopping-list.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-offer-shopping-list.csv.html) | -| [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) | [Managing shopping list items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) | | | | +| [Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html) | [Managing shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) | [File details: file-details-product-offer-shopping-list.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-offer-shopping-list.csv.html) | +| [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) | [Managing shopping list items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) | | | | diff --git a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-wishlist-feature-overview.md b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-wishlist-feature-overview.md index 82d95ee007f..6596ee54bf8 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-wishlist-feature-overview.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202212.0/marketplace/marketplace-wishlist-feature-overview.md @@ -20,5 +20,5 @@ Once the customer decides to buy a product, they can add it to cart directly fro | INSTALLATION GUIDES | GLUE API GUIDES | | ------------- | -------------- | -| [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | [Managing wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) -| [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlist-items.html) | +| [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | [Managing wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) +| [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlist-items.html) | diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md index 061d18abcf6..87cbdb377ae 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.md @@ -5,7 +5,7 @@ description: This document describes the process how to integrate the Marketplac template: feature-integration-guide-template related: - title: Glue API - Marketplace Shopping Lists feature integration - link: docs/marketplace/dev/feature-integration-guides/page.version/glue/marketplace-shopping-lists-feature-integration.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html - title: Marketplace Shopping Lists feature walkthrough link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-shopping-lists-feature-overview.html --- diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md index db968efc6e4..d054aa3198f 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/install-and-upgrade/install-glue-api/install-the-wishlist-marketplace-product-offer-prices-glue-api.md @@ -3,10 +3,6 @@ title: Install the Wishlist + Marketplace Product Offer Prices Glue API description: This document describes how to integrate the Marketplace Product Offer Prices + Wishlist Glue API feature into a Spryker project. template: feature-integration-guide-template related: - - title: Marketplace Product Offer Prices feature walkthrough - link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-prices-feature-walkthrough.html - - title: Marketplace Wishlist feature walkthrough - link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/marketplace-wishlist-feature-overview.html --- This document describes how to integrate the Marketplace Product Offer Prices + Wishlist Glue API feature into a Spryker project. diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md index ca7bf7c683d..32bc9194a02 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.md @@ -5,7 +5,7 @@ last_updated: May 20, 2022 template: glue-api-storefront-guide-template related: - title: Managing shopping lists - link: docs/marketplace/dev/glue-api-guides/page.version/shopping-lists/managing-shopping-lists.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html --- This endpoint allows managing marketplace shopping list items. @@ -15,7 +15,7 @@ This endpoint allows managing marketplace shopping list items. For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Glue API: Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-shopping-lists-glue-api.html) * [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) -* [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) +* [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) ## Add items to a shopping list @@ -283,7 +283,7 @@ To change the item quantity in a shopping list, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | | ***{% raw %}{{{% endraw %}shopping_list_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list to update item quantity in. | -| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to change the quantity of. To get it, [Retrieve shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html), or [Retrieve a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) with the `shopping-list-items` included. | +| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to change the quantity of. To get it, [Retrieve shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html), or [Retrieve a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) with the `shopping-list-items` included. | ### Request @@ -518,7 +518,7 @@ To remove an item from a shopping list, send the request: | PATH PARAMETER | DESCRIPTION | | --- | --- | | ***{% raw %}{{{% endraw %}shopping_list_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list to delete an item from. | -| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to remove. To get it, [Retrieve shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html), or [Retrieve a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) with the `shopping-list-items` included. | +| ***{% raw %}{{{% endraw %}shopping_list_item_id{% raw %}}}{% endraw %}*** | Unique identifier of a shopping list item to remove. To get it, [Retrieve shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html), or [Retrieve a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) with the `shopping-list-items` included. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md index 256a44a3112..710a0d0296a 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists-and-wishlists.md @@ -6,7 +6,7 @@ template: concept-topic-template --- This section provides a collection of articles that explain the Glue API endpoints used when developing Marketplace shopping lists and wishlists: -* [Managing marketplace shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) -* [Managing marketplace shopping list items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) -* [Managing wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) -* [Managing wishlist items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlist-items.html) +* [Managing marketplace shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) +* [Managing marketplace shopping list items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) +* [Managing wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) +* [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md index 32ca22176e4..032b1b7dfc7 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.md @@ -6,9 +6,9 @@ related: - title: Marketplace Shopping Lists feature integration link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html - title: Glue API - Marketplace Shopping Lists feature integration - link: docs/marketplace/dev/feature-integration-guides/page.version/glue/marketplace-shopping-lists-feature-integration.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html - title: Managing shopping list items - link: docs/marketplace/dev/glue-api-guides/page.version/shopping-lists/managing-shopping-list-items.html + link: docs/pbc/all/shopping-list-and-wishlist/page.version/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html --- The Marketplace Shopping Lists API feature lets you manage shopping lists in the Marketplace, as well as managing the items in them. @@ -20,7 +20,7 @@ In your development, the resources can help you to enable the shopping list func For detailed information on the modules that provide the API functionality and related installation instructions, see: * [Glue API: Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-shopping-lists-glue-api.html) * [Glue API: Products feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-product-feature-integration.html) -* [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) +* [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) ## Create a shopping list @@ -331,7 +331,7 @@ To retrieve concrete products in a shopping list, include `shopping-list-items` For the response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) ## Retrieve a shopping list @@ -799,7 +799,7 @@ To retrieve product offers in a shopping list, include `shopping-list-items` and For response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) * [Retrieve merchants](/docs/pbc/all/merchant-management/{{page.version}}/marketplace/manage-using-glue-api/glue-api-retrieve-merchants.html) * [Retrieve product offers](/docs/pbc/all/offer-management/{{page.version}}/marketplace/glue-api-retrieve-product-offers.html) @@ -1017,7 +1017,7 @@ To retrieve concrete products in a shopping list, include `shopping-list-items` For response attributes, see [Create a shopping list](#create-a-shopping-list). For the attributes of included resources, see: -* [Add items to a shopping list](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) +* [Add items to a shopping list](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) * [Retrieve a concrete product](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-concrete-products.html#concrete-products-response-attributes) ## Delete a shopping list diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md index cdfcbbb0cef..4546984658e 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlist-items.md @@ -29,7 +29,7 @@ To add an item to a wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | --------------- | ---------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to add the items to. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to add the items to. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request @@ -231,7 +231,7 @@ To delete wishlist item, send the request: | PATH PARAMETER | DESCRIPTION | | -------------- | -------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to delete an item from. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to delete an item from. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | | {% raw %}***{{item_sku}}***{% endraw %} | Unique identifier of the product to delete. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md index ef88cbf6c8d..74632cc6307 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.md @@ -440,7 +440,7 @@ To retrieve a specific wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | ---------------- | ------------------------- | -| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to retrieve the items of. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| {% raw %}***{{wishlist_id}}***{% endraw %} | Unique identifier of the wishlist to retrieve the items of. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request @@ -2266,7 +2266,7 @@ The following sample changes the name of a wishlist. | ATTRIBUTE | TYPE | REQUIRED | DESCRIPTION | | ------ | ---- | ------- | ----------------------- | -| id | string | ✓ | Unique identifier of the wishlist to update the name of. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| id | string | ✓ | Unique identifier of the wishlist to update the name of. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | | name | string | ✓ | New name of the wishlist. | ### Response @@ -2290,7 +2290,7 @@ To delete a wishlist, send the request: | PATH PARAMETER | DESCRIPTION | | --------- | ------------------- | -| ***{{wishlist_id}}*** | Unique identifier of the wishlist to delete. [Create a wishlist](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) to get it. | +| ***{{wishlist_id}}*** | Unique identifier of the wishlist to delete. [Create a wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html#create-a-wishlist) or [retrieve all wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) to get it. | ### Request diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-shopping-lists-feature-overview.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-shopping-lists-feature-overview.md index 8f3201ba617..d898aed46b1 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-shopping-lists-feature-overview.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-shopping-lists-feature-overview.md @@ -54,5 +54,5 @@ The *Print Shopping List* functionality does not contain any merchant-related in | INTEGRATION GUIDES | GLUE API GUIDES | DATA IMPORT | |-----------------|-------------|-----------------| -| [Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html) | [Managing shopping lists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-lists.html) | [File details: file-details-product-offer-shopping-list.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-offer-shopping-list.csv.html) | -| [Glue API: Marketplace Shopping Lists feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-shopping-lists-feature-integration.html) | [Managing shopping list items](/docs/marketplace/dev/glue-api-guides/{{page.version}}/shopping-lists/managing-shopping-list-items.html) | | | | +| [Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-shopping-lists-feature.html) | [Managing shopping lists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-lists.html) | [File details: file-details-product-offer-shopping-list.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-product-offer-shopping-list.csv.html) | +| [Glue API: Marketplace Shopping Lists feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-shopping-lists-glue-api.html) | [Managing shopping list items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-shopping-list-items.html) | | | | diff --git a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-wishlist-feature-overview.md b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-wishlist-feature-overview.md index 82d95ee007f..6596ee54bf8 100644 --- a/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-wishlist-feature-overview.md +++ b/docs/pbc/all/shopping-list-and-wishlist/202307.0/marketplace/marketplace-wishlist-feature-overview.md @@ -20,5 +20,5 @@ Once the customer decides to buy a product, they can add it to cart directly fro | INSTALLATION GUIDES | GLUE API GUIDES | | ------------- | -------------- | -| [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | [Managing wishlists](/docs/marketplace/dev/glue-api-guides/{{page.version}}/wishlists/managing-wishlists.html) -| [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/glue/marketplace-product-offer-wishlist-feature-integration.html) | [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlist-items.html) | +| [Marketplace Wishlist feature integration](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-wishlist-feature.html) | [Managing wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/marketplace/manage-using-glue-api/glue-api-manage-marketplace-wishlists.html) +| [Glue API: Marketplace Product Offer + Wishlist feature integration](/docs/pbc/all/offer-management/{{page.version}}/marketplace/install-and-upgrade/install-glue-api/install-the-marketplace-product-offer-wishlist-glue-api.html) | [Managing wishlist items](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlist-items.html) | diff --git a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/tax-feature-overview.md b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/tax-feature-overview.md index 2d007e91420..db2bc897c54 100644 --- a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/tax-feature-overview.md +++ b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/tax-feature-overview.md @@ -65,7 +65,7 @@ Avalara is mostly meant for the USA. {% endinfo_block %} -To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/scos/dev/technology-partner-guides/{{site.version}}/taxes/avalara/integrating-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. +To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. You can set the Avalara tax codes for the following entities by importing the codes: @@ -81,7 +81,7 @@ Since shipment and products fall under different taxability categories, Avalara The Avalara codes are not displayed on the Storefront or in the Back Office. They are processed in the background to define taxes for order items. Avalara calculates taxes during the checkout, and, by default, the taxes are shown at the final checkout step. -When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#warehouse-assignment-to-order-items-with-avalara-integration-only). +When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#avalara-warehouse-assignment-to-order-items). ## Tax Management capability on the Storefront @@ -122,7 +122,7 @@ The capability has the following functional constraints: | | | | [Import tax sets for product options](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/import-and-export-data/import-file-details-product-option.csv.html) | diff --git a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/avalara.md b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/avalara.md index e9a3dbb1771..d85b8091d96 100644 --- a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/avalara.md +++ b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/avalara.md @@ -11,4 +11,4 @@ redirect_from: ## Next steps -[Integrate Avalara](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) +[Integrate Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) diff --git a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.md b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.md index c8afdf996cf..4e809585cc7 100644 --- a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.md +++ b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.md @@ -30,7 +30,7 @@ To start the feature integration, overview and install the necessary features: |NAME | VERSION | INTEGRATION GUIDE | |--- | --- | --- | | Product Options | master | | -| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html)| +| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html)| ### 1) Install the required modules using Composer diff --git a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.md b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.md index e89a93c8807..9c8e84cfadf 100644 --- a/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.md +++ b/docs/pbc/all/tax-management/202204.0/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.md @@ -30,7 +30,7 @@ To start the feature integration, overview and install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Shipment | master | [Shipment feature integration guide](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | -| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) | +| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) | ### 1) Install the required modules using Composer diff --git a/docs/pbc/all/tax-management/202212.0/avalara/avalara.md b/docs/pbc/all/tax-management/202212.0/avalara/avalara.md index d9475ae6aaa..2d051563d7a 100644 --- a/docs/pbc/all/tax-management/202212.0/avalara/avalara.md +++ b/docs/pbc/all/tax-management/202212.0/avalara/avalara.md @@ -20,4 +20,4 @@ When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc ## Next steps -[Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/integrate-avalara.html) +[Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) diff --git a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-product-options.md b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-product-options.md index 4fe289404b0..27f48a407f5 100644 --- a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-product-options.md +++ b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-product-options.md @@ -23,7 +23,7 @@ Install the necessary features: |NAME | VERSION | INSTALLATION GUIDE | |--- | --- | --- | | Product Options | master | | -| Avalara Tax | master | [Install Avalara](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) | +| Avalara Tax | master | [Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) | ### Install the required modules using Composer diff --git a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-shipment.md b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-shipment.md index 08a224164c6..70a580eb264 100644 --- a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-shipment.md +++ b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara-shipment.md @@ -27,7 +27,7 @@ Install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Shipment | master | [Shipment feature integration guide](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | -| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) | +| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) | ### Install the required modules diff --git a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara.md b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara.md index 3e7b2608c23..7a1ba0650b7 100644 --- a/docs/pbc/all/tax-management/202212.0/avalara/install-avalara.md +++ b/docs/pbc/all/tax-management/202212.0/avalara/install-avalara.md @@ -473,8 +473,8 @@ Make sure the data has been imported to `spy_product_abstract` and `spy_product` | INSTALLATION | REQUIRED FOR THE CURRENT INSTALLATION | INSTALLATION GUIDE | | --- |--- |--- | -|Avalara Tax + Product Option |✓| [Avalara Tax + Product Options feature integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.html) | -|Avalara Tax + Shipment |✓ |[Avalara Tax + Shipment feature integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.html) | +|Avalara Tax + Product Option |✓| [Avalara Tax + Product Options feature integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara-product-options.html) | +|Avalara Tax + Shipment |✓ |[Avalara Tax + Shipment feature integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara-shipment.html) | ## Next steps diff --git a/docs/pbc/all/tax-management/202212.0/base-shop/tax-feature-overview.md b/docs/pbc/all/tax-management/202212.0/base-shop/tax-feature-overview.md index b30c9fcebd9..fb2462341cc 100644 --- a/docs/pbc/all/tax-management/202212.0/base-shop/tax-feature-overview.md +++ b/docs/pbc/all/tax-management/202212.0/base-shop/tax-feature-overview.md @@ -65,7 +65,7 @@ Avalara is mostly meant for the USA. {% endinfo_block %} -To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/scos/dev/technology-partner-guides/{{site.version}}/taxes/avalara/integrating-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. +To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. You can set the Avalara tax codes for the following entities by importing the codes: @@ -81,7 +81,7 @@ Since shipment and products fall under different taxability categories, Avalara The Avalara codes are not displayed on the Storefront or in the Back Office. They are processed in the background to define taxes for order items. Avalara calculates taxes during the checkout, and, by default, the taxes are shown at the final checkout step. -When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#warehouse-assignment-to-order-items-with-avalara-integration-only). +When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#avalara-warehouse-assignment-to-order-items). ## Tax Management capability on the Storefront @@ -122,7 +122,7 @@ The capability has the following functional constraints: | | | | [Import tax sets for product options](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/import-and-export-data/import-file-details-product-option.csv.html) | diff --git a/docs/pbc/all/tax-management/202212.0/tax-management.md b/docs/pbc/all/tax-management/202212.0/tax-management.md index 08bb21b1ec1..49d837e1962 100644 --- a/docs/pbc/all/tax-management/202212.0/tax-management.md +++ b/docs/pbc/all/tax-management/202212.0/tax-management.md @@ -11,7 +11,7 @@ Adhere to the respective tax regulations in the countries you sell and effortles | TAX PROVIDER | BUILT AND MAINTAINED BY | AVAILABLE FROM | BUSINESS MODEL SUPPORTED | SUITABLE WHEN | CAN BE EXTENDED AND CUSTOMIZED | | --- | --- | ---| ---| --- | -- | | [Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/avalara.html) | Avalara | Composer | B2C | You do business primarily in North America. | From the Avalara Admin panel, you can customize all the tax rules of your business. | -| [Spryker Tax](/docs/pbc/all/tax-management/{{page.version}}/spryker-tax/spryker-tax/spryker-tax.html) | Spryker | Composer | B2B, B2C, Marketplace | You do business primarily in Europe and in the countries where tax systems are simple. | While you still need a development team to customize the tax experience, some parts of it can be customized in Spryker Back Office. | +| [Spryker Tax](/docs/pbc/all/tax-management/{{page.version}}/spryker-tax/base-shop/tax-feature-overview.html) | Spryker | Composer | B2B, B2C, Marketplace | You do business primarily in Europe and in the countries where tax systems are simple. | While you still need a development team to customize the tax experience, some parts of it can be customized in Spryker Back Office. | The following are some key usages and values of a tax engine in the ecommerce context. diff --git a/docs/pbc/all/tax-management/202307.0/avalara/avalara.md b/docs/pbc/all/tax-management/202307.0/avalara/avalara.md index d9475ae6aaa..2d051563d7a 100644 --- a/docs/pbc/all/tax-management/202307.0/avalara/avalara.md +++ b/docs/pbc/all/tax-management/202307.0/avalara/avalara.md @@ -20,4 +20,4 @@ When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc ## Next steps -[Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/integrate-avalara.html) +[Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) diff --git a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-product-options.md b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-product-options.md index 4fe289404b0..27f48a407f5 100644 --- a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-product-options.md +++ b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-product-options.md @@ -23,7 +23,7 @@ Install the necessary features: |NAME | VERSION | INSTALLATION GUIDE | |--- | --- | --- | | Product Options | master | | -| Avalara Tax | master | [Install Avalara](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) | +| Avalara Tax | master | [Install Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) | ### Install the required modules using Composer diff --git a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-shipment.md b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-shipment.md index 08a224164c6..70a580eb264 100644 --- a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-shipment.md +++ b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara-shipment.md @@ -27,7 +27,7 @@ Install the necessary features: | NAME | VERSION | INTEGRATION GUIDE | | --- | --- | --- | | Shipment | master | [Shipment feature integration guide](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | -| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara.html) | +| Avalara Tax | master | [Avalara Tax integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) | ### Install the required modules diff --git a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara.md b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara.md index 3e7b2608c23..7a1ba0650b7 100644 --- a/docs/pbc/all/tax-management/202307.0/avalara/install-avalara.md +++ b/docs/pbc/all/tax-management/202307.0/avalara/install-avalara.md @@ -473,8 +473,8 @@ Make sure the data has been imported to `spy_product_abstract` and `spy_product` | INSTALLATION | REQUIRED FOR THE CURRENT INSTALLATION | INSTALLATION GUIDE | | --- |--- |--- | -|Avalara Tax + Product Option |✓| [Avalara Tax + Product Options feature integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-product-options.html) | -|Avalara Tax + Shipment |✓ |[Avalara Tax + Shipment feature integration](/docs/pbc/all/tax-management/{{site.version}}/spryker-tax/base-shop/third-party-integrations/integrate-avalara-tax-shipment.html) | +|Avalara Tax + Product Option |✓| [Avalara Tax + Product Options feature integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara-product-options.html) | +|Avalara Tax + Shipment |✓ |[Avalara Tax + Shipment feature integration](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara-shipment.html) | ## Next steps diff --git a/docs/pbc/all/tax-management/202307.0/spryker-tax/base-shop/tax-feature-overview.md b/docs/pbc/all/tax-management/202307.0/spryker-tax/base-shop/tax-feature-overview.md index f7bbfcb0e52..33de413b274 100644 --- a/docs/pbc/all/tax-management/202307.0/spryker-tax/base-shop/tax-feature-overview.md +++ b/docs/pbc/all/tax-management/202307.0/spryker-tax/base-shop/tax-feature-overview.md @@ -66,7 +66,7 @@ Avalara is mostly meant for the USA. {% endinfo_block %} -To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/scos/dev/technology-partner-guides/{{site.version}}/taxes/avalara/integrating-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. +To use Avalara, [set up the AvaTax platform](https://help.avalara.com/Avalara_AvaTax_Update/Set_up_AvaTax_Update) for your application and [integrate Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/install-avalara.html) into your project. Once you do that, you can [apply Avalara tax codes](https://help.avalara.com/Avalara_AvaTax_Update/Avalara_tax_codes) to automate tax calculations for your shop. You can set the Avalara tax codes for the following entities by importing the codes: @@ -82,7 +82,7 @@ Since shipment and products fall under different taxability categories, Avalara The Avalara codes are not displayed on the Storefront or in the Back Office. They are processed in the background to define taxes for order items. Avalara calculates taxes during the checkout, and, by default, the taxes are shown at the final checkout step. -When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#warehouse-assignment-to-order-items-with-avalara-integration-only). +When calculating taxes, Avalara takes the items' [warehouse addresses](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#defining-a-warehouse-address) into account. Therefore, each order item you calculate a tax for with Avalara, must have a warehouse assigned. To learn how warehouses are assigned to order items by default, see [Warehouse assignment to order items (with Avalara integration only)](/docs/pbc/all/warehouse-management-system/{{site.version}}/base-shop/inventory-management-feature-overview.html#avalara-warehouse-assignment-to-order-items). ## Tax Management capability on the Storefront diff --git a/docs/pbc/all/tax-management/202307.0/tax-management.md b/docs/pbc/all/tax-management/202307.0/tax-management.md index 21464efaeb8..6c6b4b71932 100644 --- a/docs/pbc/all/tax-management/202307.0/tax-management.md +++ b/docs/pbc/all/tax-management/202307.0/tax-management.md @@ -11,7 +11,7 @@ Adhere to the respective tax regulations in the countries you sell and effortles | TAX PROVIDER | BUILT AND MAINTAINED BY | AVAILABLE FROM | BUSINESS MODEL SUPPORTED | SUITABLE WHEN | CAN BE EXTENDED AND CUSTOMIZED | | --- | --- | ---| ---| --- | -- | | [Avalara](/docs/pbc/all/tax-management/{{page.version}}/avalara/avalara.html) | Avalara | Composer | B2C | You do business primarily in North America. | From the Avalara Admin panel, you can customize all the tax rules of your business. | -| [Spryker Tax](/docs/pbc/all/tax-management/{{page.version}}/spryker-tax/spryker-tax/spryker-tax.html) | Spryker | Composer | B2B, B2C, Marketplace | You do business primarily in Europe and in the countries where tax systems are simple. | While you still need a development team to customize the tax experience, some parts can be customized in Spryker Back Office. | +| [Spryker Tax](/docs/pbc/all/tax-management/{{page.version}}/spryker-tax/base-shop/tax-feature-overview.html) | Spryker | Composer | B2B, B2C, Marketplace | You do business primarily in Europe and in the countries where tax systems are simple. | While you still need a development team to customize the tax experience, some parts can be customized in Spryker Back Office. | | [Vertex](/docs/pbc/all/tax-management/{{page.version}}/vertex/vertex.html) | Spryker | ACP | Marketplace | You do business primarily in North America. | From the Vertex Admin panel, you can customize all the tax rules of your business. | The following are some key usages and values of a tax engine in the ecommerce context. diff --git a/docs/pbc/all/user-management/202204.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md b/docs/pbc/all/user-management/202204.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md index 7092bb9473f..6024948ee46 100644 --- a/docs/pbc/all/user-management/202204.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md +++ b/docs/pbc/all/user-management/202204.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md @@ -29,7 +29,7 @@ To restrict or allow access to an area or action of the Back Office, you need th Bundle and controller are responsible for allowing and restricting access to areas, while action is responsible for allowing or restricting actions. -There are several ways you can extract these values in. For more information about this, see the [Users and Rights overview](/docs/pbc/all/user-management/{{page.version}}/user-and-rights-overview.html#users-and-customers). The easiest way is to look it up in the URL. To look up the values for restricting access to adding product attributes, do the following: +There are several ways you can extract these values in. For more information about this, see the [Users and Rights overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/user-and-rights-overview.html#users-and-customers). The easiest way is to look it up in the URL. To look up the values for restricting access to adding product attributes, do the following: 1. Go to **Catalog > Attributes**. 2. Click **Create Product Attribute**. diff --git a/docs/pbc/all/user-management/202212.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md b/docs/pbc/all/user-management/202212.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md index 22fe1b529ad..b27679f3950 100644 --- a/docs/pbc/all/user-management/202212.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md +++ b/docs/pbc/all/user-management/202212.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md @@ -117,6 +117,6 @@ After you’ve authenticated as a customer, you can impersonate them: * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) Also, you can [refresh the agent assist authentication token](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html#refresh-an-agent-assist-authentication-token) or [revoke the agent assist refresh token](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html#revoke-an-agent-assist-refresh-token). diff --git a/docs/pbc/all/user-management/202307.0/base-shop/agent-assist-feature-overview.md b/docs/pbc/all/user-management/202307.0/base-shop/agent-assist-feature-overview.md index da3a89fe24d..570a4fe5155 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/agent-assist-feature-overview.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/agent-assist-feature-overview.md @@ -22,7 +22,7 @@ Every agent user is a Back Office user. When creating or editing a Back Office u A Back Office user can create an agent user in **Users > Users**. -To learn more about managing agent users in Back Office, see [Managing users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html). +To learn more about managing agent users in Back Office, see [Managing users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html). ![zed-agent-assist.png](https://spryker.s3.eu-central-1.amazonaws.com/docs/Features/Company+Account+Management/Agent+Assist/Agent+Assist+Feature+Overview/zed-agent-assist.png) @@ -51,13 +51,13 @@ Check out this video tutorial on setting up an Agent user in a B2B company accou |BACK OFFICE USER GUIDES| |---| -| [Create an agent user](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html#create-a-user) | +| [Create an agent user](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html#create-a-user) | ## Related Developer documents |INSTALLATION GUIDES |GLUE API GUIDES |DATA IMPORT | |---------|---------|---------| -| [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-feature.html) | [Authenticate as an agent assist](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html) | -| [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) | [Search by customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html) | -| [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | [Impersonate customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html) | -| [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | [Managing agent assist authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html)| +| [Install the Agent Assist feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | [Authenticate as an agent assist](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html) | +| [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) | [Search by customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html) | +| [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) | [Impersonate customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html) | +| [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) | [Managing agent assist authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html)| diff --git a/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-cart-feature.md b/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-cart-feature.md index 2c3b573e2b8..af3462ded34 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-cart-feature.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-cart-feature.md @@ -12,7 +12,7 @@ redirect_from: - /docs/scos/dev/feature-integration-guides/202307.0/agent-assist-cart-feature-integration.html related: - title: Install the Agent Assist Glue API - link: docs/pbc/all/user-management/page.version/install-and-upgrade/install-the-agent-assist-glue-api.html + link: docs/pbc/all/user-management/page.version/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html --- {% include pbc/all/install-features/202307.0/install-the-agent-assist-cart-feature.md %} diff --git a/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.md b/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.md index b1bd5fc8e1b..ca96c4906cc 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.md @@ -13,15 +13,15 @@ redirect_from: - /docs/scos/dev/feature-integration-guides/202307.0/glue-api/glue-api-agent-assist-feature-integration.html related: - title: Install the Agent Assist feature - link: docs/pbc/all/user-management/page.version/install-and-upgrade/install-the-agent-assist-feature.html + link: docs/pbc/all/user-management/page.version/base-shop/install-and-upgrade/install-the-agent-assist-feature.html - title: Authenticating as an agent assist link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html - title: Impersonate customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html - title: Managing agent assist authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html - title: Search by customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html --- {% include pbc/all/install-features/202307.0/install-glue-api/install-the-agent-assist-glue-api.md %} diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md index b39feed7efd..400244ae68a 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/users/best-practices-managing-users-and-their-permissions-with-roles-and-groups.html related: - title: Customer Groups overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-groups-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-groups-overview.html --- This document describes how to create a user with restricted access to the Back Office. @@ -29,7 +29,7 @@ To restrict or allow access to an area or action of the Back Office, you need th Bundle and controller are responsible for allowing and restricting access to areas, while action is responsible for allowing or restricting actions. -There are several ways you can extract these values in. For more information about this, see the [Users and Rights overview](/docs/pbc/all/user-management/{{page.version}}/user-and-rights-overview.html#users-and-customers). The easiest way is to look it up in the URL. To look up the values for restricting access to adding product attributes, do the following: +There are several ways you can extract these values in. For more information about this, see the [Users and Rights overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/user-and-rights-overview.html#users-and-customers). The easiest way is to look it up in the URL. To look up the values for restricting access to adding product attributes, do the following: 1. Go to **Catalog > Attributes**. 2. Click **Create Product Attribute**. @@ -97,7 +97,7 @@ To create the user group, do the following: 6. Enter a **LAST NAME**. 7. For **ASSIGNED GROUPS**, select the group you've created in [2. Creating a user group](#creating-a-user-group). 8. If you want this user to be an agent, select **THIS USER IS AN AGENT**. - Agent users can perform actions on customers' behalf. For more information about agent users, see [Agent Assist feature overview](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) + Agent users can perform actions on customers' behalf. For more information about agent users, see [Agent Assist feature overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) 9. Select an **INTERFACE LANGUAGE**. The Back Office interface will be in this language for the user. 10. Click **Create**. diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/log-into-the-back-office.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/log-into-the-back-office.md index d85431ff4a3..e8845913a68 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/log-into-the-back-office.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/log-into-the-back-office.md @@ -9,4 +9,4 @@ template: back-office-user-guide-template ## Next steps -[Best practices: Manage users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html) +[Best practices: Manage users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html) diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.md index ccb3a1e049d..b11fd2986ff 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.md @@ -13,17 +13,17 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/users/managing-user-groups/creating-user-groups.html related: - title: Edit user groups - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-user-groups/edit-user-groups.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.html - title: Customer Groups overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-groups-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-groups-overview.html --- This document describes how to create user groups. ## Prerequisites -* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). -* Create at least one user role. For instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). +* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). +* Create at least one user role. For instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). * Review the [reference information](#reference-information-create-user-groups) before you start, or look up the necessary information as you go through the process. ## Creating groups @@ -41,8 +41,8 @@ This document describes how to create user groups. | ATTRIBUTE | DESCRIPTION | | --- | --- | | TITLE | Unique identifier of the user group. You will use it to identify the group when assigning users to it. | -| ASSIGNED ROLES | The user roles to be assigned to the group. For role creating instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | +| ASSIGNED ROLES | The user roles to be assigned to the group. For role creating instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | ## Next steps -[Create users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html) +[Create users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html) diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.md index 7a1ac54351f..eb309922b2c 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.md @@ -6,9 +6,9 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/users/managing-user-groups/editing-user-groups.html related: - title: Creating user groups - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-user-groups/create-user-groups.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html - title: Customer Groups overview - link: docs/pbc/all/customer-relationship-management/page.version/customer-account-management-feature-overview/customer-groups-overview.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/customer-account-management-feature-overview/customer-groups-overview.html --- This document describes how to edit user groups in the Back Office. @@ -35,4 +35,4 @@ To de-assign a user from the group, in the **Users** section, click **Delete** n | ATTRIBUTE | DESCRIPTION | | --- | --- | | TITLE | Unique identifier of the user group. It's used for identifying the group when creating users. | -| ASSIGNED ROLES | The user roles that are assigned to the group. For role creating instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | +| ASSIGNED ROLES | The user roles that are assigned to the group. For role creating instructions, see [Create user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.md index 2c3da916cea..c6c29c018f5 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.md @@ -14,14 +14,14 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/users/managing-user-roles/creating-user-roles.html related: - title: Editing user roles - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-user-roles/edit-user-roles.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.html --- This document describes how to create user roles in the Back Office. ## Prerequisites -* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). +* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). * Review the [reference information](#reference-information-create-user-roles) before you start, or look up the necessary information as you go through the process. @@ -103,4 +103,4 @@ See the example of the `navigation.xml` file of the AvailabilityGui module: ## Next steps -[Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html) +[Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html) diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.md index d53b686150f..428fbffc593 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.md @@ -6,7 +6,7 @@ redirect_from: - /docs/scos/user/back-office-user-guides/202307.0/users/managing-user-roles/editing-user-roles.html related: - title: Creating user roles - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-user-groups/create-user-groups.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html --- This document describes how to edit user roles in the Back Office. diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.md index fb8962526b3..241d5f999fe 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.md @@ -9,11 +9,11 @@ related: - title: Activating and deactivating users link: docs/scos/user/back-office-user-guides/page.version/users/managing-users/activating-and-deactivating-users.html - title: Create users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/create-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/create-users.html - title: Editing users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/edit-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/edit-users.html - title: Deleting users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/delete-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/delete-users.html --- This document describes how to assign customers to users, so that users can [preview CMS pages](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/manage-in-the-back-office/pages/manage-cms-pages.html#previewing-cms-pages) as the customers that are assigned to them. This is especially relevant for B2B scenarios. For example, users can see company specific prices and product lists. diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/create-users.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/create-users.md index 7a6e4f76daf..d866982dd4a 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/create-users.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/create-users.md @@ -16,21 +16,21 @@ related: - title: Activating and deactivating users link: docs/scos/user/back-office-user-guides/page.version/users/managing-users/activating-and-deactivating-users.html - title: Assigning and deassigning customers from users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html - title: Editing users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/edit-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/edit-users.html - title: Deleting users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/delete-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/delete-users.html - title: User and Rights Management - link: docs/pbc/all/user-management/page.version/user-and-rights-overview.html + link: docs/pbc/all/user-management/page.version/base-shop/user-and-rights-overview.html --- This document describes how to create users in the Back Office. ## Prerequisites -* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). -* Create at least one user group. For instructions, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). +* If you are new to the **Users** section, you might want to start with [Best practices: Managing users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html). +* Create at least one user group. For instructions, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). * Review the [reference information](#reference-information-create-users) before you start, or look up the necessary information as you go through the process. ## Create a user @@ -59,7 +59,7 @@ This opens the **Users** page with the success message displayed. The created us | REPEAT PASSWORD | Password confirmation. | | FIRST NAME | User's first name. | | LAST NAME | User's last name. | -| ASSIGNED GROUPS | User groups to assign this user to. User groups define what areas and actions the user will have access to. To learn how to create user groups, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | -| AGENT | Defines if this user is an [agent assist](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) | +| ASSIGNED GROUPS | User groups to assign this user to. User groups define what areas and actions the user will have access to. To learn how to create user groups, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | +| AGENT | Defines if this user is an [agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) | | INTERFACE LANGUAGE | Defines the interface language of the Back Office for this user. | | WAREHOUSE USER| Defines if this user is a warehouse user. A warehouse user is someone who works inside a warehouse to fulfill orders. | diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/delete-users.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/delete-users.md index 772b856686b..aa6bfcbd0a0 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/delete-users.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/delete-users.md @@ -9,11 +9,11 @@ related: - title: Activating and deactivating users link: docs/scos/user/back-office-user-guides/page.version/users/managing-users/activating-and-deactivating-users.html - title: Assigning and deassigning customers from users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html - title: Create users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/create-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/create-users.html - title: Editing users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/edit-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/edit-users.html --- diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/edit-users.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/edit-users.md index fd81020a180..651461697b9 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/edit-users.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-in-the-back-office/manage-users/edit-users.md @@ -8,11 +8,11 @@ related: - title: Activating and deactivating users link: docs/scos/user/back-office-user-guides/page.version/users/managing-users/activating-and-deactivating-users.html - title: Assigning and deassigning customers from users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html - title: Create users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/create-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/create-users.html - title: Deleting users - link: docs/pbc/all/user-management/page.version/manage-in-the-back-office/manage-users/delete-users.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-in-the-back-office/manage-users/delete-users.html --- This document describes how to edit users in the Back Office. @@ -53,7 +53,7 @@ The following table describes the attributes you enter and select when editing u | REPEAT PASSWORD | Enter the same new password to confirm it. | | FIRST NAME | User's first name. | | LAST NAME | User's last name. | -| ASSIGNED GROUPS | The user groups this user is assigned to. User groups define what areas and actions the user has access to. To learn how to create user groups, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | -| AGENT | Defines if this user is an [agent assist](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) | +| ASSIGNED GROUPS | The user groups this user is assigned to. User groups define what areas and actions the user has access to. To learn how to create user groups, see [Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html). | +| AGENT | Defines if this user is an [agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) | | INTERFACE LANGUAGE | Defines the interface language of the Back Office for this user. | | STATUS | Defines if the user can access the Back Office. | diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md index 1121939ece1..28547f35144 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.md @@ -13,27 +13,27 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-agent-assists/impersonating-customers-as-an-agent-assist.html related: - title: Agent Assist feature overview - link: docs/pbc/all/user-management/page.version/agent-assist-feature-overview.html + link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html - title: Authenticate as an agent assist link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html - title: Managing agent assist authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html - title: Search by customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html --- -Impersonating a customer allows an [agent assist](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) to perform actions on their behalf. To impersonate a customer, they receive their Glue API authentication token. Using the token, agent assists perform any action available to the customer. +Impersonating a customer allows an [agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) to perform actions on their behalf. To impersonate a customer, they receive their Glue API authentication token. Using the token, agent assists perform any action available to the customer. ## Installation For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) +* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) -* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) +* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) -* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) +* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) ## Impersonate a customer @@ -69,7 +69,7 @@ Request sample: impersonate a customer | ATTRIBUTE | TYPE | | --- | --- | -| customerReference | String | v | Defines the customer to impersonate. [Search by customers](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html#search-by-customers) to get it. | +| customerReference | String | v | Defines the customer to impersonate. [Search by customers](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.html#search-by-customers) to get it. | ### Response @@ -120,6 +120,6 @@ After you’ve authenticated as a customer, you can impersonate them: * [Manage cart items](/docs/pbc/all/cart-and-checkout/{{page.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) * [Manage gift cards](/docs/pbc/all/gift-cards/{{page.version}}/manage-using-glue-api/manage-gift-cards-of-registered-users.html) * [Manage wishlists](/docs/pbc/all/shopping-list-and-wishlist/{{page.version}}/base-shop/manage-using-glue-api/glue-api-manage-wishlists.html) -* [Manage orders](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/retrieving-customer-orders.html) +* [Manage orders](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-retrieve-customer-orders.html) Also, you can [refresh the agent assist authentication token](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html#refresh-an-agent-assist-authentication-token) or [revoke the agent assist refresh token](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html#revoke-an-agent-assist-refresh-token). diff --git a/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.md b/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.md index c9eade730f3..6343c6b46c3 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/manage-using-glue-api/glue-api-search-by-customers-as-an-agent-assist.md @@ -13,24 +13,24 @@ redirect_from: - /docs/scos/dev/glue-api-guides/202307.0/managing-agent-assists/searching-by-customers-as-an-agent-assist.html related: - title: Agent Assist feature overview - link: docs/pbc/all/user-management/page.version/agent-assist-feature-overview.html + link: docs/pbc/all/user-management/page.version/base-shop/agent-assist-feature-overview.html - title: Authenticate as an agent assist link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-authenticate-as-an-agent-assist.html - title: Impersonate customers as an agent assist - link: docs/pbc/all/user-management/page.version/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html + link: docs/pbc/all/user-management/page.version/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html - title: Managing agent assist authentication tokens link: docs/pbc/all/identity-access-management/page.version/manage-using-glue-api/glue-api-manage-agent-assist-authentication-tokens.html --- -Search by customers to find out information about them. This endpoint is mostly used by [agent assists](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) to find out the customer reference needed to [impersonate a customer](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html#impersonate-a-customer). +Search by customers to find out information about them. This endpoint is mostly used by [agent assists](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) to find out the customer reference needed to [impersonate a customer](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html#impersonate-a-customer). ## Installation For detailed information on the modules that provide the API functionality and related installation instructions, see: -* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-agent-assist-glue-api.html) -* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) -* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) +* [Glue API: Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-glue-api.html) +* [Customer Account Management + Agent Assist feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html) +* [Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html) ## Search by customers @@ -323,4 +323,4 @@ To view generic errors that originate from the Glue Application, see [Reference ## Next steps -After you’ve found the reference of the customer you want to assist, impersonate the customer to perform any actions available to them. See [Impersonate customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html) for details. +After you’ve found the reference of the customer you want to assist, impersonate the customer to perform any actions available to them. See [Impersonate customers as an agent assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-using-glue-api/glue-api-impersonate-customers-as-an-agent-assist.html) for details. diff --git a/docs/pbc/all/user-management/202307.0/base-shop/user-and-rights-overview.md b/docs/pbc/all/user-management/202307.0/base-shop/user-and-rights-overview.md index 09449f071c7..89c32141389 100644 --- a/docs/pbc/all/user-management/202307.0/base-shop/user-and-rights-overview.md +++ b/docs/pbc/all/user-management/202307.0/base-shop/user-and-rights-overview.md @@ -37,7 +37,7 @@ Also, you can find bundle names as well as controllers and actions in the file ` ![bundles_navigation.png](https://spryker.s3.eu-central-1.amazonaws.com/docs/scos/dev/feature-walkthroughs/spryker-core-back-office-feature-walkthrough/user-and-rights-overview.md/bundles_navigation.png) -See [Managing users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html) to learn how to create and manage users, groups, and roles. +See [Managing users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html) to learn how to create and manage users, groups, and roles. diff --git a/docs/pbc/all/user-management/202307.0/user-management.md b/docs/pbc/all/user-management/202307.0/user-management.md index 2d010782f68..54523ff1bd8 100644 --- a/docs/pbc/all/user-management/202307.0/user-management.md +++ b/docs/pbc/all/user-management/202307.0/user-management.md @@ -7,7 +7,7 @@ template: concept-topic-template The *User Management* capability lets you create and manage Back Office users and their permissions. -The default Back Office user has permissions to create user accounts and manage their permissions. For instructions, see [Create users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html). +The default Back Office user has permissions to create user accounts and manage their permissions. For instructions, see [Create users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html). ## User permissions @@ -19,14 +19,14 @@ To make the process of managing permissions easier, instead of assigning roles t For instructions on creating user roles and groups, see the following documents: -* [Create user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-roles/create-user-roles.html) -* [Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html) +* [Create user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.html) +* [Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html) ## Agent assist An agent assist is a Back Office user that has permissions to act on customers' behalf. Using their account, they can log into a customer's account on the Storefront and help them with requested actions. -For more details about the agent assist feature, see the [Agent assist feature overview](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) +For more details about the agent assist feature, see the [Agent assist feature overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) ## Installation @@ -38,24 +38,24 @@ composer require spryker-feature/agent-assist:"{{site.version}}" spryker-feature ``` 2. Follow the integration guides for the individual features: * [User Management](#related-developer-documents). -* [Agent Assist](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html#related-developer-documents) +* [Agent Assist](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html#related-developer-documents) ## Related Business User documents | OVERVIEWS | BACK OFFICE USER GUIDES| | - |---| -| [Agent Assist feature overview](/docs/pbc/all/user-management/{{page.version}}/agent-assist-feature-overview.html) | [Best practices: Manage users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html)| -| | [Create user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-roles/create-user-roles.html) | -| | [Edit user roles](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-roles/edit-user-roles.html) | -| | [Create user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/create-user-groups.html) | -| | [Edit user groups](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-user-groups/edit-user-groups.html) | -| | [Create users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/create-users.html) | -| | [Edit users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/edit-users.html) | -| | [Assign and deassign customers from users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html) | -| | [Delete users](/docs/pbc/all/user-management/{{page.version}}/manage-in-the-back-office/manage-users/delete-users.html) | +| [Agent Assist feature overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/agent-assist-feature-overview.html) | [Best practices: Manage users and their permissions with roles and groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html)| +| | [Create user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-roles/create-user-roles.html) | +| | [Edit user roles](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-roles/edit-user-roles.html) | +| | [Create user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/create-user-groups.html) | +| | [Edit user groups](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-user-groups/edit-user-groups.html) | +| | [Create users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/create-users.html) | +| | [Edit users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/edit-users.html) | +| | [Assign and deassign customers from users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/assign-and-deassign-customers-from-users.html) | +| | [Delete users](/docs/pbc/all/user-management/{{page.version}}/base-shop/manage-in-the-back-office/manage-users/delete-users.html) | ## Related Developer documents | OVERVIEWS | INSTALLATION GUIDES | | - | - | -| [Users and rights overview](/docs/pbc/all/user-management/{{page.version}}/user-and-rights-overview.html) | [Install the ACL feature](/docs/pbc/all/user-management/{{page.version}}/install-and-upgrade/install-the-acl-feature.html) +| [Users and rights overview](/docs/pbc/all/user-management/{{page.version}}/base-shop/user-and-rights-overview.html) | [Install the ACL feature](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-acl-feature.html) diff --git a/docs/pbc/all/warehouse-management-system/202204.0/base-shop/inventory-management-feature-overview.md b/docs/pbc/all/warehouse-management-system/202204.0/base-shop/inventory-management-feature-overview.md index 11588901f07..b29ab133099 100644 --- a/docs/pbc/all/warehouse-management-system/202204.0/base-shop/inventory-management-feature-overview.md +++ b/docs/pbc/all/warehouse-management-system/202204.0/base-shop/inventory-management-feature-overview.md @@ -27,7 +27,7 @@ A warehouse can be assigned to a single store or shared between several stores. You can define the warehouse address that will be used as the shipping origin address by importing the warehouse address data. For details about the import file, see [File details: warehouse_address.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse-address.csv.html). -### Warehouse assignment to order items (with Avalara integration only) +### Avalara: Warehouse assignment to order items {% info_block warningBox %} diff --git a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md index a8cad00df31..dda9d793102 100644 --- a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md +++ b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md @@ -51,7 +51,6 @@ data:import:stock-store ## Additional information -Check the [HowTo: Import Warehouse Data](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/data-imports/howto-import-warehouse-data.html). -The console command `data:import:stock-store` uses `…/vendor/spryker/stock-data-import/data/import/warehouse_store.csv`. +* The console command `data:import:stock-store` uses `…/vendor/spryker/stock-data-import/data/import/warehouse_store.csv`. -You can also create `warehouse_store.csv` in `…/data/import`. +* You can also create `warehouse_store.csv` in `…/data/import`. diff --git a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse.csv.md b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse.csv.md index 572473dc847..aeeb745b703 100644 --- a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse.csv.md +++ b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/import-and-export-data/file-details-warehouse.csv.md @@ -48,15 +48,10 @@ data:import:stock ## Additional information -Check the [HowTo: Import Warehouse Data](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/data-imports/howto-import-warehouse-data.html). -{% info_block infoBox "Note" %} +* The `warehouse.csv` file replaces the `stock.csv` previously used. -The `warehouse.csv` file replaces the `stock.csv` previously used. - -{% endinfo_block %} - -By default, `warehouse.csv` exists only in folder `…/vendor/spryker/stock-data-import/data/import/warehouse.csv`, but can be also be copied into `…/data/import` folder. +* By default, `warehouse.csv` exists only in folder `…/vendor/spryker/stock-data-import/data/import/warehouse.csv`, but can be also be copied into `…/data/import` folder. ## Next steps diff --git a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/inventory-management-feature-overview.md b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/inventory-management-feature-overview.md index 5d3b2daa842..1c16634bc77 100644 --- a/docs/pbc/all/warehouse-management-system/202212.0/base-shop/inventory-management-feature-overview.md +++ b/docs/pbc/all/warehouse-management-system/202212.0/base-shop/inventory-management-feature-overview.md @@ -28,7 +28,7 @@ A warehouse can be assigned to a single store or shared between several stores. You can define the warehouse address that will be used as the shipping origin address by importing the warehouse address data. For details about the import file, see [File details: warehouse_address.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse-address.csv.html). -### Warehouse assignment to order items (with Avalara integration only) +### Avalara: Warehouse assignment to order items {% info_block warningBox %} diff --git a/docs/pbc/all/warehouse-management-system/202212.0/marketplace/glue-api-retrieve-product-offer-availability.md b/docs/pbc/all/warehouse-management-system/202212.0/marketplace/glue-api-retrieve-product-offer-availability.md index 25c4be67ca1..a419866334e 100644 --- a/docs/pbc/all/warehouse-management-system/202212.0/marketplace/glue-api-retrieve-product-offer-availability.md +++ b/docs/pbc/all/warehouse-management-system/202212.0/marketplace/glue-api-retrieve-product-offer-availability.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/glue-api-guides/202212.0/product-offers/retrieving-product-offer-availability.html related: - title: Retrieving product offer prices - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-prices.html + link: docs/pbc/all/price-management/page.version/marketplace/glue-api-retrieve-product-offer-prices.html - title: Retrieving product offers link: docs/pbc/all/offer-management/page.version/marketplace/glue-api-retrieve-product-offers.html --- diff --git a/docs/pbc/all/warehouse-management-system/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md b/docs/pbc/all/warehouse-management-system/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md index 0947f2970f6..00524c034b4 100644 --- a/docs/pbc/all/warehouse-management-system/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md +++ b/docs/pbc/all/warehouse-management-system/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md @@ -17,15 +17,12 @@ This document describes the `merchant_stock.csv` file to configure [merchant sto ## Import file dependencies -<<<<<<<< HEAD:docs/pbc/all/warehouse-management-system/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md - [merchant.csv](/docs/marketplace/dev/data-import/{{site.version}}/file-details-merchant.csv.html) - [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse.csv.html) -======== - [merchant.csv](/docs/pbc/all/merchant-management/{{site.version}}/marketplace/import-data/file-details-merchant.csv.html) -- [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/import-and-export-data/file-details-warehouse.csv.html) +- [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse.csv.html) ->>>>>>>> master:docs/pbc/all/merchant-management/202212.0/marketplace/import-data/file-details-merchant-stock.csv.md ## Import file parameters diff --git a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md index b74d7998347..3ef1d8f7741 100644 --- a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md +++ b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse-store.csv.md @@ -52,7 +52,6 @@ data:import:stock-store ## Additional information -Check the [HowTo: Import Warehouse Data](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/data-imports/howto-import-warehouse-data.html). -The console command `data:import:stock-store` uses `…/vendor/spryker/stock-data-import/data/import/warehouse_store.csv`. +* The console command `data:import:stock-store` uses `…/vendor/spryker/stock-data-import/data/import/warehouse_store.csv`. -You can also create `warehouse_store.csv` in `…/data/import`. +* You can also create `warehouse_store.csv` in `…/data/import`. diff --git a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse.csv.md b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse.csv.md index 6c39e78770f..73237db6288 100644 --- a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse.csv.md +++ b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/import-and-export-data/file-details-warehouse.csv.md @@ -49,15 +49,11 @@ data:import:stock ## Additional information -Check the [HowTo: Import Warehouse Data](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/data-imports/howto-import-warehouse-data.html). -{% info_block infoBox "Note" %} +* The `warehouse.csv` file replaces the `stock.csv` previously used. -The `warehouse.csv` file replaces the `stock.csv` previously used. -{% endinfo_block %} - -By default, `warehouse.csv` exists only in folder `…/vendor/spryker/stock-data-import/data/import/warehouse.csv`, but can be also be copied into `…/data/import` folder. +* By default, `warehouse.csv` exists only in folder `…/vendor/spryker/stock-data-import/data/import/warehouse.csv`, but can be also be copied into `…/data/import` folder. ## Next steps diff --git a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/inventory-management-feature-overview.md b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/inventory-management-feature-overview.md index d01424b458e..bb3b5e72fa9 100644 --- a/docs/pbc/all/warehouse-management-system/202307.0/base-shop/inventory-management-feature-overview.md +++ b/docs/pbc/all/warehouse-management-system/202307.0/base-shop/inventory-management-feature-overview.md @@ -28,7 +28,7 @@ A warehouse can be assigned to a single store or shared between several stores. You can define the warehouse address that will be used as the shipping origin address by importing the warehouse address data. For details about the import file, see [File details: warehouse_address.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse-address.csv.html). -### Warehouse assignment to order items (with Avalara integration only) +### Avalara: Warehouse assignment to order items {% info_block warningBox %} diff --git a/docs/pbc/all/warehouse-management-system/202307.0/marketplace/glue-api-retrieve-product-offer-availability.md b/docs/pbc/all/warehouse-management-system/202307.0/marketplace/glue-api-retrieve-product-offer-availability.md index 99320345762..60b551b3699 100644 --- a/docs/pbc/all/warehouse-management-system/202307.0/marketplace/glue-api-retrieve-product-offer-availability.md +++ b/docs/pbc/all/warehouse-management-system/202307.0/marketplace/glue-api-retrieve-product-offer-availability.md @@ -6,7 +6,7 @@ redirect_from: - /docs/marketplace/dev/glue-api-guides/202307.0/product-offers/retrieving-product-offer-availability.html related: - title: Retrieving product offer prices - link: docs/marketplace/dev/glue-api-guides/page.version/product-offers/retrieving-product-offer-prices.html + link: docs/pbc/all/price-management/page.version/marketplace/glue-api-retrieve-product-offer-prices.html - title: Retrieving product offers link: docs/pbc/all/offer-management/page.version/marketplace/glue-api-retrieve-product-offers.html --- diff --git a/docs/pbc/all/warehouse-management-system/202307.0/marketplace/import-data/file-details-merchant-stock.csv.md b/docs/pbc/all/warehouse-management-system/202307.0/marketplace/import-data/file-details-merchant-stock.csv.md index a2e8132f5e4..ead54d5d764 100644 --- a/docs/pbc/all/warehouse-management-system/202307.0/marketplace/import-data/file-details-merchant-stock.csv.md +++ b/docs/pbc/all/warehouse-management-system/202307.0/marketplace/import-data/file-details-merchant-stock.csv.md @@ -20,9 +20,8 @@ This document describes the `merchant_stock.csv` file to configure [merchant sto - [merchant-stock.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/marketplace/import-data/file-details-merchant-stock.csv.html) - [merchant.csv](/docs/marketplace/dev/data-import/{{site.version}}/file-details-merchant.csv.html) - [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse.csv.html) -======== - [merchant.csv](/docs/pbc/all/merchant-management/{{site.version}}/marketplace/import-data/file-details-merchant.csv.html) -- [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/import-and-export-data/file-details-warehouse.csv.html) +- [warehouse.csv](/docs/pbc/all/warehouse-management-system/{{page.version}}/base-shop/import-and-export-data/file-details-warehouse.csv.html) ## Import file parameters diff --git a/docs/scos/dev/feature-integration-guides/202204.0/mailing-and-notifications-feature-integration.md b/docs/scos/dev/feature-integration-guides/202204.0/mailing-and-notifications-feature-integration.md index 48485797b9e..4a651a8ecc2 100644 --- a/docs/scos/dev/feature-integration-guides/202204.0/mailing-and-notifications-feature-integration.md +++ b/docs/scos/dev/feature-integration-guides/202204.0/mailing-and-notifications-feature-integration.md @@ -22,7 +22,7 @@ Install the required features: | NAME | VERSION | INTEGRATION GUIDE | |---|---|---| -| Spryker Core | {{site.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{site.version}}/spryker-core-feature-integration.html) +| Spryker Core | {{site.version}} | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) ### 1) Install the required modules using Composer diff --git a/docs/scos/dev/feature-integration-guides/202204.0/merchant-product-restrictions-feature-integration.md b/docs/scos/dev/feature-integration-guides/202204.0/merchant-product-restrictions-feature-integration.md index 2bcf94e7746..242eb8bb35f 100644 --- a/docs/scos/dev/feature-integration-guides/202204.0/merchant-product-restrictions-feature-integration.md +++ b/docs/scos/dev/feature-integration-guides/202204.0/merchant-product-restrictions-feature-integration.md @@ -17,7 +17,7 @@ related: - title: Product feature integration link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-feature.html - title: Product Lists feature integration - link: docs/scos/dev/feature-integration-guides/page.version/product-lists-feature-integration.html + link: docs/pbc/all/product-information-management/page.version/base-shop/install-and-upgrade/install-features/install-the-product-lists-feature.html - title: Prices feature integration link: docs/scos/dev/feature-integration-guides/page.version/prices-feature-integration.html - title: Product Images + Configurable Bundle feature integration diff --git a/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/company-account-feature-walkthrough.md b/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/company-account-feature-walkthrough.md index 41d513faa44..543ad6d2ae8 100644 --- a/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/company-account-feature-walkthrough.md +++ b/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/company-account-feature-walkthrough.md @@ -45,7 +45,7 @@ The following schema represents module relations of the [Customer Login by Token | INSTALLATION GUIDES | UPGRADE GUIDES| GLUE API GUIDES | TUTORIALS AND HOWTOS | REFERENCES | |---------|---------|---------|---------|---------| -| [Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/company-account-feature-integration.html)| [CompanyUser migration guide](/docs/scos/dev/module-migration-guides/migration-guide-companyuser.html) | [Retrieving companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) |[ HowTo - Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | +| [Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/company-account-feature-integration.html)| [CompanyUser migration guide](/docs/scos/dev/module-migration-guides/migration-guide-companyuser.html) | [Retrieving companies](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-companies.html) |[ HowTo - Generate a token for login](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/generate-login-tokens.html) | [Customer Login by Token reference information](/docs/scos/dev/feature-walkthroughs/{{page.version}}/company-account-feature-walkthrough/customer-login-by-token-reference-information.html) | | [Glue API: Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-company-account-feature-integration.html) | [BusinessOnBehalfDataImport migration guide](/docs/scos/dev/module-migration-guides/migration-guide-business-on-behalf-data-import.html) | [Retrieving business units](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-units.html) | | | | | | [Retrieving business unit addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-business-unit-addresses.html) | | | | | | [Retrieving company users](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-b2b-account/retrieving-company-users.html) | | | diff --git a/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/customer-login-by-token-reference-information.md b/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/customer-login-by-token-reference-information.md index e432f75acce..1800d0d1ec7 100644 --- a/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/customer-login-by-token-reference-information.md +++ b/docs/scos/dev/feature-walkthroughs/202204.0/company-account-feature-walkthrough/customer-login-by-token-reference-information.md @@ -79,7 +79,7 @@ Combining the three parts, an example URL with the full token looks like the fol http://mysprykershop.com/access-token/eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIn0.eyJhdWQiOiJmcm9udGVuZCIsImp0aSI6IjljZWQ2NmFjNWNlZmUxNzY4MTU3NmJmOTViODAwMDc4ZTMwMjAxNDJmYWFhNTI0ZGE4NzFmZmIyYTYzNTA4OTUyMDQ1ZTEwNDUzMTM2YmRlIiwiaWF0IjoxNTU3OTI2NjIwLCJuYmYiOjE1NTc5MjY2MjAsImV4cCI6MTU1Nzk1NTQyMCwic3ViIjoie1wiY3VzdG9tZXJfcmVmZXJlbmNlXCI6bnVsbCxcImlkX2N1c3RvbWVyXCI6NixcImlkX2NvbXBhbnlfdXNlclwiOlwiMVwiLFwicGVybWlzc2lvbnNcIjpudWxsfSIsInNjb3BlcyI6W119.v6kvCtNMM-_x-sRWugigT2j7qXVXQ9Ds5a-65sD_d4Oaun0toGnM_A-458mCyV1FCdyOHU572hdz7w3SFcIHzFw4zGGr_cqMdBmCF6VJS21lcOK401j2Li4NJB-8TmOHMk1XmjrJ92EyBScvycTg8TCkY3w4jcIGN7TPGAwzvEWaJhIwqYGjEUcTWtsiIemeWijTWVYd4qE6gnXdzMeyekFLon9syLnXdxeAQ8qNM7BML5QfvazvuMBvFQWfatDcRd2SFfIkNmMrxEQ6daEaPEfyqpdXpHfhpzvuQpA0hQQ9BfYBrwvTskpH_CWTht7IsOqlY4KYRNIg-t3tcZYt6Q ``` -In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/scos/dev/tutorials-and-howtos/howtos/feature-howtos/howto-generate-a-token-for-login.html). +In the Spryker Commerce OS, token generation is performed using a facade method, which is why no GUI is present. To generate a token, see [HowTo: Generate a token for login](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/generate-login-tokens.html). Token-based authentication works closely with the [Punch Out](/docs/scos/user/technology-partners/{{page.version}}/order-management-erpoms/punchout-catalogs/punchout-catalogs.html) feature. It lets B2B buyers log in from their ERP system to a Spryker company user account using a token without entering the username and password and to buy products from the Spryker ecommerce shop. diff --git a/docs/scos/dev/feature-walkthroughs/202204.0/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.md b/docs/scos/dev/feature-walkthroughs/202204.0/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.md index 466bb05deea..d86fe8fd57a 100644 --- a/docs/scos/dev/feature-walkthroughs/202204.0/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.md +++ b/docs/scos/dev/feature-walkthroughs/202204.0/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.md @@ -18,7 +18,7 @@ To learn more about the feature and to find out how end users use it, see [Custo | [Agent Assist feature integration](/docs/pbc/all/user-management/{{page.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html) | [CompanyUser migration guide](/docs/scos/dev/module-migration-guides/migration-guide-companyuser.html) | [Authenticating as a customer](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-authenticate-as-a-customer.html) | [File details: customer.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html) | [Reference information: Customer module overview](/docs/scos/dev/feature-walkthroughs/{{page.version}}/customer-account-management-feature-walkthrough/reference-information-customer-module-overview.html)| | [Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/company-account-feature-integration.html) | | [Confirming customer registration](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-confirm-customer-registration.html) | | | | [Customer Account Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/customer-account-management-feature-integration.html) | | [Managing customer addresses](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customer-addresses.html) | | | -| [Glue API: Customer Account Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-customer-account-management-feature-integration.html) | | [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) | | | +| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | [Managing customer authentication tokens](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens.html) | | | | [Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/spryker-core-feature-integration.html) | | [Managing customer authentication tokens via OAuth 2.0](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-authentication-tokens-via-oauth-2.0.html) | | | | [Glue API: Spryker Core feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-spryker-core-feature-integration.html) | | [Managing customer passwords](/docs/pbc/all/identity-access-management/{{page.version}}/manage-using-glue-api/glue-api-manage-customer-passwords.html) | | | -| | | [Managing customers](/docs/scos/dev/glue-api-guides/{{page.version}}/managing-customers/managing-customers.html) | | | +| | | [Managing customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) | | | diff --git a/docs/scos/dev/feature-walkthroughs/202204.0/order-management-feature-walkthrough/order-management-feature-wakthrough.md b/docs/scos/dev/feature-walkthroughs/202204.0/order-management-feature-walkthrough/order-management-feature-wakthrough.md index 646c4d300b8..dd181f9e67a 100644 --- a/docs/scos/dev/feature-walkthroughs/202204.0/order-management-feature-walkthrough/order-management-feature-wakthrough.md +++ b/docs/scos/dev/feature-walkthroughs/202204.0/order-management-feature-walkthrough/order-management-feature-wakthrough.md @@ -38,6 +38,6 @@ The following scheme illustrates relations between **Shipment**, **ShipmentGui** | [Quick Order + Non-splittable Products feature integration](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-non-splittable-products-feature.html) | | | | | | [Install the Checkout Glue API](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-checkout-feature-integration.html) | | | | | |[ Glue API: Company Account feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-company-account-feature-integration.html) | | | | | -| [Glue API: Customer Account Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-customer-account-management-feature-integration.html) | | | | | +| [Glue API: Customer Account Management feature integration](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html) | | | | | | [Glue API: Order Management feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/glue-api/glue-api-order-management-feature-integration.html) | | | | | | [Glue API: Shipment feature integration](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html) | | | | | diff --git a/docs/scos/dev/glue-api-guides/202204.0/glue-api-tutorials/b2c-api-react-example/b2c-api-react-example.md b/docs/scos/dev/glue-api-guides/202204.0/glue-api-tutorials/b2c-api-react-example/b2c-api-react-example.md index f9e1dc9deeb..13412d360e6 100644 --- a/docs/scos/dev/glue-api-guides/202204.0/glue-api-tutorials/b2c-api-react-example/b2c-api-react-example.md +++ b/docs/scos/dev/glue-api-guides/202204.0/glue-api-tutorials/b2c-api-react-example/b2c-api-react-example.md @@ -63,7 +63,7 @@ The Demo Shop was built using and demonstrates the use of the endpoints and reso | Product Image Sets API | [Retrieving image sets of abstract products](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-using-glue-api/abstract-products/glue-api-retrieve-image-sets-of-abstract-products.html)
[Retrieving image sets of concrete products](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-using-glue-api/concrete-products/glue-api-retrieve-image-sets-of-concrete-products.html) | | Product Labels API | [Retrieving product labels](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/manage-using-glue-api/glue-api-retrieve-product-labels.html) | | Login API | [Authentication and authorization](/docs/pbc/all/identity-access-management/{{site.version}}/glue-api-authentication-and-authorization.html) | -| Customer API | [Managing customers](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-customers/managing-customers.html) | +| Customer API | [Managing customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-using-glue-api/customers/glue-api-manage-customers.html) | | Cart API | [Guest carts](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-guest-carts/manage-guest-carts.html)
[Carts of registered users](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/manage-carts-of-registered-users/manage-items-in-carts-of-registered-users.html) | | Checkout API | [Checking out purchases and getting checkout data](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/manage-using-glue-api/check-out/check-out-purchases.html) | | Order History API | [Retrieving customer's order history](/docs/scos/dev/glue-api-guides/{{site.version}}/retrieving-orders.html) | diff --git a/docs/scos/dev/glue-api-guides/202212.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md b/docs/scos/dev/glue-api-guides/202212.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md index e7e28d0b886..5cc8e6304d2 100644 --- a/docs/scos/dev/glue-api-guides/202212.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md +++ b/docs/scos/dev/glue-api-guides/202212.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md @@ -16,7 +16,7 @@ redirect_from: - /docs/pbc/all/identity-access-management/202307.0/glue-api-authentication-and-authorization.html related: - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Install the Customer Account Management Glue API link: docs/pbc/all/identity-access-management/page.version/install-and-upgrade/install-the-customer-account-management-glue-api.html - title: Company Accounts overview diff --git a/docs/scos/dev/glue-api-guides/202307.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md b/docs/scos/dev/glue-api-guides/202307.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md index ba8b46418d7..a25710f72fe 100644 --- a/docs/scos/dev/glue-api-guides/202307.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md +++ b/docs/scos/dev/glue-api-guides/202307.0/old-glue-infrastructure/glue-api-authentication-and-authorization.md @@ -16,7 +16,7 @@ redirect_from: - /docs/pbc/all/identity-access-management/202307.0/glue-api-authentication-and-authorization.html related: - title: Searching by company users - link: docs/scos/dev/glue-api-guides/page.version/managing-b2b-account/searching-by-company-users.html + link: docs/pbc/all/customer-relationship-management/page.version/base-shop/manage-using-glue-api/company-account/glue-api-search-by-company-users.html - title: Glue API - Customer Account Management feature integration link: docs/pbc/all/identity-access-management/page.version/install-and-upgrade/install-the-customer-account-management-glue-api.html - title: Company Accounts overview diff --git a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/add-customer-addresses.md b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/add-customer-addresses.md index 9bc9969949e..3bab839532d 100644 --- a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/add-customer-addresses.md +++ b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/add-customer-addresses.md @@ -44,7 +44,7 @@ Review the [reference information](#reference-information-add-a-customer-address The **View** page opens with the address displayed in the **ADDRESSES** pane. **Tips and tricks** -The first address added is used for both billing and shipping. To use different addresses, add one more address for the customer and select billing and shipping addresses by [editing the customer](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/edit-customers.html) +The first address added is used for both billing and shipping. To use different addresses, add one more address for the customer and select billing and shipping addresses by [editing the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersedit-customers.html) ## Reference information: Add a customer address @@ -67,4 +67,4 @@ The following table describes the attributes you enter and select when adding a ## Next steps -To select addresses for a customer, [edit a customer](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/edit-customers.html) +To select addresses for a customer, [edit a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersedit-customers.html) diff --git a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/create-customers.md b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/create-customers.md index 828f1366f08..0440428f78e 100644 --- a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/create-customers.md +++ b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/create-customers.md @@ -61,5 +61,5 @@ Once you create a customer, a verification email is sent to their email address, ## Next steps -* [Add customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html) -* [Add notes to customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-notes-to-customers.html) +* [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html) +* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersadd-notes-to-customers.html) diff --git a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/edit-customers.md b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/edit-customers.md index 84f3717fa5d..f454b6096a7 100644 --- a/docs/scos/user/back-office-user-guides/202204.0/customer/customers/edit-customers.md +++ b/docs/scos/user/back-office-user-guides/202204.0/customer/customers/edit-customers.md @@ -11,7 +11,7 @@ This document describes how to edit customers in the Back Office. ## Prerequisites -* Optional: To select billing and shipping addresses, [add customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). +* Optional: To select billing and shipping addresses, [add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). * Review the [reference information](#reference-information-edit-a-customer) before you start or look up the necessary information as you go through the process. @@ -39,7 +39,7 @@ This document describes how to edit customers in the Back Office. |ATTRIBUTE| DESCRIPTION| |---|---| -| EMAIL | Email address. To change a customer's email address, you have to [create the customer](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html) from scratch. | +| EMAIL | Email address. To change a customer's email address, you have to [create the customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) from scratch. | | SALUTATION | Formal salutation. | | FIRST NAME | First name. | | LAST NAME | Last name. | @@ -49,5 +49,5 @@ This document describes how to edit customers in the Back Office. |COMPANY| Company. Not to be confused with a [B2B company](/docs/scos/user/features/{{page.version}}/company-account-feature-overview/company-accounts-overview.html). | | LOCALE | Locale. | | SEND PASSWORD TOKEN THROUGH EMAIL | If you select the checkbox, after saving the customer, an email will be sent to the customer containing a link. By accessing the link, the customer will be able to set a password for the account. If you don’t select this option, the customer will still be able to request the password reset email on the Storefront. | -| BILLING ADDRESS | When placing an order, this address will be selected by default for billing. To add an address, see [Add customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). | -| SHIPPING ADDRESS | When placing an order, this address will be selected by default for shipping. To add an address, see [Add customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html). | +| BILLING ADDRESS | When placing an order, this address will be selected by default for billing. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). | +| SHIPPING ADDRESS | When placing an order, this address will be selected by default for shipping. To add an address, see [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html). | diff --git a/docs/scos/user/back-office-user-guides/202204.0/sales/orders/creating-shipments.md b/docs/scos/user/back-office-user-guides/202204.0/sales/orders/creating-shipments.md index 8282596c710..767d9484b2a 100644 --- a/docs/scos/user/back-office-user-guides/202204.0/sales/orders/creating-shipments.md +++ b/docs/scos/user/back-office-user-guides/202204.0/sales/orders/creating-shipments.md @@ -15,7 +15,7 @@ related: - title: Editing shipments link: docs/scos/user/back-office-user-guides/page.version/sales/orders/editing-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to create shipments for orders in the Back Office. diff --git a/docs/scos/user/back-office-user-guides/202204.0/sales/orders/editing-shipments.md b/docs/scos/user/back-office-user-guides/202204.0/sales/orders/editing-shipments.md index 8a4341c8636..9dd200bc4d2 100644 --- a/docs/scos/user/back-office-user-guides/202204.0/sales/orders/editing-shipments.md +++ b/docs/scos/user/back-office-user-guides/202204.0/sales/orders/editing-shipments.md @@ -6,7 +6,7 @@ related: - title: Creating shipments link: docs/scos/user/back-office-user-guides/page.version/sales/orders/creating-shipments.html - title: Shipment feature overview - link: docs/scos/user/features/page.version/shipment-feature-overview.html + link: docs/pbc/all/carrier-management/page.version/base-shop/shipment-feature-overview.html --- This document describes how to edit shipments in the Back Office. diff --git a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-accounts-overview.md b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-accounts-overview.md index 6cc17a565a8..96e6a6a51cf 100644 --- a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-accounts-overview.md +++ b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-accounts-overview.md @@ -64,8 +64,8 @@ A Back Office user can do the following: * Check the last orders of a customer in the shop. For details, see the following: -* [Create customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html) -* [Add notes to customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-notes-to-customers.html) +* [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) +* [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersadd-notes-to-customers.html) ## Customer account on the Storefront A customer can perform the following actions on the Storefront: @@ -102,12 +102,12 @@ A customer can perform the following actions on the Storefront: |BACK OFFICE USER GUIDES| |---| -| [Create customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html) | -| [Edit customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/edit-customers.html) | -| [View customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/view-customers.html) | -| [Add notes to customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-notes-to-customers.html) | -| [Add customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/add-customer-addresses.html) | -| [Edit customer addresses](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/edit-customer-addresses.html) | +| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) | +| [Edit customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersedit-customers.html) | +| [View customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersview-customers.html) | +| [Add notes to customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersadd-notes-to-customers.html) | +| [Add customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/add-customer-addresses.html) | +| [Edit customer addresses](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customersedit-customer-addresses.html) | {% info_block warningBox "Developer guides" %} diff --git a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-registration-overview.md b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-registration-overview.md index e0fc678e29d..a3c08c453d6 100644 --- a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-registration-overview.md +++ b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/customer-registration-overview.md @@ -47,7 +47,7 @@ After checkout registration, the cart created by a customer as a guest user is c A Back Office user can register a customer by entering customer account details. The verification email is sent to the email address specified by the Back Office user. Until the customer verifies their account using the link in the email, in the Back Office, the status of their account remains `Unverified`. Once they click the link, the status changes to `Verified`. -To learn how a Back Office user creates customer accounts, see [Creating customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html). +To learn how a Back Office user creates customer accounts, see [Creating customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html). ### Registration using Glue API @@ -71,7 +71,7 @@ A developer can register a customer by importing their customer account details. |BACK OFFICE USER GUIDES| |---| -| [Create customers](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html) | +| [Create customers](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) | {% info_block warningBox "Developer guides" %} diff --git a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/password-management-overview.md b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/password-management-overview.md index 05eb0d73a5a..628246e368b 100644 --- a/docs/scos/user/features/202204.0/customer-account-management-feature-overview/password-management-overview.md +++ b/docs/scos/user/features/202204.0/customer-account-management-feature-overview/password-management-overview.md @@ -15,7 +15,7 @@ redirect_from: *Password Management* lets Spryker admins manage customer account passwords. It also lets B2B and B2C Shoppers manage their own account passwords. -When you create a customer account in the Back Office, you do not enter the password. Instead, you can select to send a password reset email to the customer account’s email address. This way, the customer knows that the account has been created, and they need to reset the password to access it. To learn how Spryker admin sends password reset emails when creating customer accounts, see [Create a customer](/docs/scos/user/back-office-user-guides/{{page.version}}/customer/customers/create-customers.html). +When you create a customer account in the Back Office, you do not enter the password. Instead, you can select to send a password reset email to the customer account’s email address. This way, the customer knows that the account has been created, and they need to reset the password to access it. To learn how Spryker admin sends password reset emails when creating customer accounts, see [Create a customer](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html). You can create customer accounts by [importing](/docs/scos/dev/data-import/{{page.version}}/importing-data-with-a-configuration-file.html#console-commands-to-run-import) a [`customerCSV file`](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/commerce-setup/file-details-customer.csv.html). In this case, you can specify the passwords of the customer accounts to import, but it’s not mandatory. If you do not specify the passwords, you can send password reset emails to the customers without passwords by running `console customer:password:set`. Also, you can send password reset emails to all customers by running console `customer:password:reset`. To learn how a developer can import customer data, see [Importing Data with a Configuration File](/docs/scos/dev/data-import/{{page.version}}/importing-data-with-a-configuration-file.html). diff --git a/docs/scos/user/features/202204.0/spryker-core-back-office-feature-overview/spryker-core-back-office-feature-overview.md b/docs/scos/user/features/202204.0/spryker-core-back-office-feature-overview/spryker-core-back-office-feature-overview.md index 75687e2bc86..e2be005a146 100644 --- a/docs/scos/user/features/202204.0/spryker-core-back-office-feature-overview/spryker-core-back-office-feature-overview.md +++ b/docs/scos/user/features/202204.0/spryker-core-back-office-feature-overview/spryker-core-back-office-feature-overview.md @@ -60,7 +60,6 @@ You can always define what exactly is going to be needed for your specific proje |BACK OFFICE USER GUIDES| |---| | [Get a general idea of the Back Office Translations](/docs/scos/user/features/{{page.version}}/spryker-core-back-office-feature-overview/back-office-translations-overview.html) | -| [Log in to the Back Office](/docs/pbc/all/identity-access-management/{{page.version}}/log-into-the-back-office.html) | {% info_block warningBox "Developer guides" %} diff --git a/docs/scos/user/intro-to-spryker/b2b-suite.md b/docs/scos/user/intro-to-spryker/b2b-suite.md index 175ef56807b..41b38286b0a 100644 --- a/docs/scos/user/intro-to-spryker/b2b-suite.md +++ b/docs/scos/user/intro-to-spryker/b2b-suite.md @@ -63,7 +63,7 @@ The Spryker B2B Suite is a collection of ready-to-use B2B-specific features. Of - [Quick add to cart](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/quick-add-to-cart-feature-overview.html) - [Shared carts](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/shared-carts-feature-overview.html) - [Reorder](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/reorder-feature-overview.html) -- [Shipment](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) +- [Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) - [Agent Assist](/docs/pbc/all/user-management/{{site.version}}/base-shop/agent-assist-feature-overview.html) - [Payments](/docs/pbc/all/payment-service-provider/{{site.version}}/spryker-pay/base-shop/payments-feature-overview.html) diff --git a/docs/scos/user/intro-to-spryker/b2c-suite.md b/docs/scos/user/intro-to-spryker/b2c-suite.md index 345cff8f66e..a75fcde94bf 100644 --- a/docs/scos/user/intro-to-spryker/b2c-suite.md +++ b/docs/scos/user/intro-to-spryker/b2c-suite.md @@ -49,7 +49,7 @@ The Spryker B2С Suite is a collection of ready-to-use B2С-specific features. O - [Wishlist](/docs/pbc/all/shopping-list-and-wishlist/{{site.version}}/base-shop/wishlist-feature-overview.html) - [Cart](/docs/scos/user/features/{{site.version}}/cart-feature-overview/cart-feature-overview.html) - [Reorder](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/reorder-feature-overview.html) -- [Shipment](/docs/scos/user/features/{{site.version}}/shipment-feature-overview.html) +- [Shipment](/docs/pbc/all/carrier-management/{{site.version}}/base-shop/shipment-feature-overview.html) - [Agent Assist](/docs/pbc/all/user-management/{{site.version}}/base-shop/agent-assist-feature-overview.html) - [Payments](/docs/pbc/all/payment-service-provider/{{site.version}}/spryker-pay/base-shop/payments-feature-overview.html) diff --git a/docs/scos/user/intro-to-spryker/contribute-to-the-documentation/general-rules-and-guidance-for-adding-new-documents.md b/docs/scos/user/intro-to-spryker/contribute-to-the-documentation/general-rules-and-guidance-for-adding-new-documents.md index ac46dfc4fef..14fd55c9b07 100644 --- a/docs/scos/user/intro-to-spryker/contribute-to-the-documentation/general-rules-and-guidance-for-adding-new-documents.md +++ b/docs/scos/user/intro-to-spryker/contribute-to-the-documentation/general-rules-and-guidance-for-adding-new-documents.md @@ -59,7 +59,7 @@ To keep our docs consistent, we have templates for all types of documents. The t | [back-office-user-guide-template](https://github.com/spryker/spryker-docs/blob/master/_templates/back-office-user-guide-template.md) | Use this template for creating [Back Office user guides](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/manage-in-the-back-office/customers/create-customers.html) or [Merchant Portal user guides](/docs/pbc/all/offer-management/{{site.version}}/marketplace/manage-product-offers.html). | | [concept-topic-template](https://github.com/spryker/spryker-docs/blob/master/_templates/concept-topic-template.md) | Use this template for creating general and technical conceptual topics, such as [feature overviews](/docs/scos/user/features/{{site.version}}/catalog-feature-overview.html) or [technical articles](/docs/scos/dev/front-end-development/{{site.version}}/marketplace/angular-components.html). | | [feature-integration-guide-template](https://github.com/spryker/spryker-docs/blob/master/_templates/feature-integration-guide-template.md) | Use this template while working on the [integration guides](/docs/pbc/all/user-management/{{site.version}}/base-shop/install-and-upgrade/install-the-agent-assist-feature.html). Check the [instructions on formatting for the integration guides](https://github.com/spryker/spryker-docs/blob/master/_templates/formatting-templates-for-feature-integration-guides.md). | -| [glue-api-storefront-guide-template](https://github.com/spryker/spryker-docs/blob/master/_templates/glue-api-storefront-guide-template.md) | Use this template for creating [Glue API guides](/docs/scos/dev/glue-api-guides/{{site.version}}/managing-b2b-account/retrieving-company-users.html). | +| [glue-api-storefront-guide-template](https://github.com/spryker/spryker-docs/blob/master/_templates/glue-api-storefront-guide-template.md) | Use this template for creating [Glue API guides](/docs/pbc/all/customer-relationship-management/{{site.version}}/base-shop/manage-using-glue-api/company-account/glue-api-retrieve-company-users.html). | | [data-export-template](https://github.com/spryker/spryker-docs/blob/master/_templates/data-export-template.md) | Use this template for creating documents on [data export](/docs/pbc/all/order-management-system/{{site.version}}/base-shop/import-and-export-data/export-file-details-orders.csv.html). | | [data-import-template](https://github.com/spryker/spryker-docs/blob/master/_templates/data-import-template.md) | Use this template for creating documents on [data import](/docs/pbc/all/merchant-management/{{site.version}}/marketplace/import-data/file-details-merchant-category.csv.html). | | [module-migration-guide-template](https://github.com/spryker/spryker-docs/blob/master/_templates/module-migration-guide-template.md) | Use this template for creating [module migration guides](/docs/pbc/all/merchant-management/{{site.version}}/base-shop/install-and-upgrade/upgrade-the-merchantgui-module.html#upgrading-from-version-1-to-version-2). |