diff --git a/_includes/pbc/all/install-features/202304.0/install-the-product-offer-shipment-feature.md b/_includes/pbc/all/install-features/202304.0/install-the-product-offer-shipment-feature.md index f33cac15c0c..ea09a2b3831 100644 --- a/_includes/pbc/all/install-features/202304.0/install-the-product-offer-shipment-feature.md +++ b/_includes/pbc/all/install-features/202304.0/install-the-product-offer-shipment-feature.md @@ -311,17 +311,17 @@ In Redis, make sure data is represented in the following format: **vendor/spryker/spryker/Bundles/ProductOfferShipmentTypeDataImport/data/import/product_offer_shipment_type.csv** ```csv -shipment_type_key,product_offer_reference -delivery,offer1 -delivery,offer2 -delivery,offer3 -pickup,offer4 +product_offer_reference,shipment_type_key +offer1,delivery +offer2,delivery +offer3,delivery +offer4,pickup ``` | COLUMN | REQUIRED? | DATA TYPE | DATA EXAMPLE | DATA EXPLANATION | |-------------------------|-----------|-----------|--------------|-----------------------------| -| shipment_type_key | mandatory | string | delivery | Key of the shipment type. | | product_offer_reference | mandatory | string | offer1 | Reference of product offer. | +| shipment_type_key | mandatory | string | delivery | Key of the shipment type. | 2. Register the following data import plugin: diff --git a/_includes/pbc/all/install-features/202304.0/install-the-service-points-feature.md b/_includes/pbc/all/install-features/202304.0/install-the-service-points-feature.md index 898442a8e9a..45af23bdf05 100644 --- a/_includes/pbc/all/install-features/202304.0/install-the-service-points-feature.md +++ b/_includes/pbc/all/install-features/202304.0/install-the-service-points-feature.md @@ -305,7 +305,7 @@ s2,sp2,pickup,1 | service_type_key | mandatory | string | pickup | Unique key of the service type. | | is_active | mandatory | bool | 0 | Defines if the service is active. | -**data/import/common/common/marketplace/product_offer_service.csv** +**data/import/common/common/product_offer_service.csv** ```csv product_offer_reference,service_key diff --git a/docs/scos/dev/feature-integration-guides/202304.0/install-the-product-offer-shipment-feature.md b/docs/scos/dev/feature-integration-guides/202304.0/install-the-product-offer-shipment-feature.md index 18ac4453e3c..90f822c3b8f 100644 --- a/docs/scos/dev/feature-integration-guides/202304.0/install-the-product-offer-shipment-feature.md +++ b/docs/scos/dev/feature-integration-guides/202304.0/install-the-product-offer-shipment-feature.md @@ -1,8 +1,8 @@ --- title: Install the Product offer shipment feature description: Learn how to integrate the Product offer shipment feature into your project -last_updated: May 25, 2023 +last_updated: June 20, 2023 template: feature-integration-guide-template --- -{% include pbc/all/install-features/{{page.version}}/install-the-product-offer-shipment-feature.md %} \ No newline at end of file +{% include pbc/all/install-features/{{page.version}}/install-the-product-offer-shipment-feature.md %} diff --git a/docs/scos/dev/feature-integration-guides/202304.0/install-the-service-points-feature.md b/docs/scos/dev/feature-integration-guides/202304.0/install-the-service-points-feature.md index 58bc752f03f..cfe79a2207b 100644 --- a/docs/scos/dev/feature-integration-guides/202304.0/install-the-service-points-feature.md +++ b/docs/scos/dev/feature-integration-guides/202304.0/install-the-service-points-feature.md @@ -1,7 +1,7 @@ --- title: Install the Service Points feature description: Learn how to integrate the Service Points feature into your project -last_updated: June 6, 2023 +last_updated: June 20, 2023 template: feature-integration-guide-template ---