From 23f1a5b5fb3c55baa151749ec92740165f518f26 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Tue, 23 May 2023 15:13:50 +0300 Subject: [PATCH 01/12] added data import files --- ...tails-shipment-method-shipment-type.csv.md | 34 ++++++++++++++++++ .../file-details-shipment-method-store.csv.md | 34 ++++++++++++++++++ .../file-details-shipment-type-store.csv.md | 34 ++++++++++++++++++ .../file-details-shipment-type.csv.md | 36 +++++++++++++++++++ 4 files changed, 138 insertions(+) create mode 100644 _drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md create mode 100644 _drafts/data-import/202309.0/file-details-shipment-method-store.csv.md create mode 100644 _drafts/data-import/202309.0/file-details-shipment-type-store.csv.md create mode 100644 _drafts/data-import/202309.0/file-details-shipment-type.csv.md diff --git a/_drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md b/_drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md new file mode 100644 index 00000000000..e05659240a6 --- /dev/null +++ b/_drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md @@ -0,0 +1,34 @@ +--- +title: File details - shipment_method_shipment_type.csv +description: This document describes the shipment_method_shipment_type.csv file to configure the Shipment information in your Spryker Demo Shop. +template: data-import-template +last_updated: May 23, 2023 +--- + +This document describes the `shipment_method_shipment_type.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. + +## Import file dependencies + +[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] + +[`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) + +## Import file parameters + +| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +|---|---|---|---|---| +| shipment_method_key | ✓ | string | | Key of the existing shipping method. | +| shipment_type_key | ✓ | string | | Key of the existing shipping type. | + +## Import file template and content example + +| FILE | DESCRIPTION | +|---|---| +| [`shipment_method_shipment_type.csv` template](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md/template_shipment_method_shipment_type.csv) | Import file template with headers only. | +| [`shipment_method_shipment_type.csv`](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md/shipment_method_shipment_type.csv) | Exemplary import file with the Demo Shop data. | + +## Import file command + +```bash +data:import:shipment-method-shipment-type +``` \ No newline at end of file diff --git a/_drafts/data-import/202309.0/file-details-shipment-method-store.csv.md b/_drafts/data-import/202309.0/file-details-shipment-method-store.csv.md new file mode 100644 index 00000000000..72de412138c --- /dev/null +++ b/_drafts/data-import/202309.0/file-details-shipment-method-store.csv.md @@ -0,0 +1,34 @@ +--- +title: File details - shipment_method_store.csv +description: This document describes the shipment_method_store.csv file to configure the Shipment information in your Spryker Demo Shop. +template: data-import-template +last_updated: May 23, 2023 +--- + +This document describes the `shipment_method_store.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. + +## Import file dependencies + +[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] + +[`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) + +## Import file parameters + +| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +|---|---|---|---|---| +| shipment_method_key | ✓ | string | | Key of the existing shipping method. | +| store| ✓ | string | | Name of the existing store. | + +## Import file template and content example + +| FILE | DESCRIPTION | +|---|---| +| [`shipment_method_store.csv` template](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md/template_shipment_method_store.csv) | Import file template with headers only. | +| [`shipment_method_store.csv`](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md/shipment_method_store.csv) | Exemplary import file with the Demo Shop data. | + +## Import file command + +```bash +data:import:shipment-method-store +``` \ No newline at end of file diff --git a/_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md b/_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md new file mode 100644 index 00000000000..d566489a341 --- /dev/null +++ b/_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md @@ -0,0 +1,34 @@ +--- +title: File details - shipment_type_store.csv +description: This document describes the shipment_type_store.csv file to configure the Shipment information in your Spryker Demo Shop. +template: data-import-template +last_updated: May 23, 2023 +--- + +This document describes the `shipment_type_store.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. + +## Import file dependencies + +[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] + +[`shipment_type.csv`](_drafts/data-import/202309.0/file-details-shipment-type.csv.md) + +## Import file parameters + +| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +|---|---|---|---|---| +| shipment_type_key | ✓ | string | | Key of the existing shipping type. | +| store_name | ✓ | string | | Name of the existing store. | + +## Import file template and content example + +| FILE | DESCRIPTION | +|---|---| +| [`shipment_type_store.csv` template](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md/template_shipment_type_store.csv) | Import file template with headers only. | +| [`shipment_type_store.csv`](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md/shipment_type_store.csv) | Exemplary import file with the Demo Shop data. | + +## Import file command + +```bash +data:import:shipment-type-store +``` \ No newline at end of file diff --git a/_drafts/data-import/202309.0/file-details-shipment-type.csv.md b/_drafts/data-import/202309.0/file-details-shipment-type.csv.md new file mode 100644 index 00000000000..1a1e847435d --- /dev/null +++ b/_drafts/data-import/202309.0/file-details-shipment-type.csv.md @@ -0,0 +1,36 @@ +--- +title: File details - shipment_type.csv +description: This document describes the shipment_type.csv file to configure the Shipment information in your Spryker Demo Shop. +template: data-import-template +last_updated: May 23, 2023 +--- + +This document describes the `shipment_type.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. + +## Import file dependencies + +[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] + +[`shipment_type_store.csv`](_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md) + +## Import file parameters + +| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +|---|---|---|---|---| +| key | ✓ | string | | Key for the shipment type. | +| name | ✓ | string | | Name for the shipment type. | +| is_active | ✓ | string | | Status of the shipment type. | + + +## Import file template and content example + +| FILE | DESCRIPTION | +|---|---| +| [`shipment_type.csv` template](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-type.csv.md/shipment_type.csv) | Import file template with headers only. | +| [`shipment.csv`](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-type.csv.md/template_shipment_type.csv) | Exemplary import file with the Demo Shop data. | + +## Import file command + +```bash +data:import:shipment-type +``` \ No newline at end of file From 52e7f63c66b8d1807267cdf6a236090efb4fdf9b Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 24 May 2023 10:32:27 +0300 Subject: [PATCH 02/12] moved docs --- .../file-details-shipment-method-shipment-type.csv.md | 0 .../file-details-shipment-method-store.csv.md | 0 .../file-details-shipment-type-store.csv.md | 2 +- .../import-and-export-data}/file-details-shipment-type.csv.md | 3 +-- 4 files changed, 2 insertions(+), 3 deletions(-) rename {_drafts/data-import/202309.0 => docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data}/file-details-shipment-method-shipment-type.csv.md (100%) rename {_drafts/data-import/202309.0 => docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data}/file-details-shipment-method-store.csv.md (100%) rename {_drafts/data-import/202309.0 => docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data}/file-details-shipment-type-store.csv.md (91%) rename {_drafts/data-import/202309.0 => docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data}/file-details-shipment-type.csv.md (90%) diff --git a/_drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md similarity index 100% rename from _drafts/data-import/202309.0/file-details-shipment-method-shipment-type.csv.md rename to docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md diff --git a/_drafts/data-import/202309.0/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md similarity index 100% rename from _drafts/data-import/202309.0/file-details-shipment-method-store.csv.md rename to docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md diff --git a/_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md similarity index 91% rename from _drafts/data-import/202309.0/file-details-shipment-type-store.csv.md rename to docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md index d566489a341..4019232df4d 100644 --- a/_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md @@ -11,7 +11,7 @@ This document describes the `shipment_type_store.csv` file to configure the [shi [TODO: verify dependencies and add missing ones; if no dependencies, remove the section] -[`shipment_type.csv`](_drafts/data-import/202309.0/file-details-shipment-type.csv.md) +[`shipment_type.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type.csv.html) ## Import file parameters diff --git a/_drafts/data-import/202309.0/file-details-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md similarity index 90% rename from _drafts/data-import/202309.0/file-details-shipment-type.csv.md rename to docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md index 1a1e847435d..e5f892969cc 100644 --- a/_drafts/data-import/202309.0/file-details-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md @@ -11,8 +11,7 @@ This document describes the `shipment_type.csv` file to configure the [shipment] [TODO: verify dependencies and add missing ones; if no dependencies, remove the section] -[`shipment_type_store.csv`](_drafts/data-import/202309.0/file-details-shipment-type-store.csv.md) - +[`shipment_type_store.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type-store.csv.html) ## Import file parameters | PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | From 61c55f67a6e5b046a5d8f6b4deb55896586cd882 Mon Sep 17 00:00:00 2001 From: AntonKhabiuk Date: Wed, 24 May 2023 18:25:39 +0300 Subject: [PATCH 03/12] CC-25233 Update Carrier Management data import dependencies --- .../file-details-shipment-method-shipment-type.csv.md | 3 +-- .../file-details-shipment-method-store.csv.md | 2 -- .../file-details-shipment-type-store.csv.md | 2 -- .../import-and-export-data/file-details-shipment-type.csv.md | 5 ----- 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md index e05659240a6..20e2ad0dc95 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md @@ -9,9 +9,8 @@ This document describes the `shipment_method_shipment_type.csv` file to configur ## Import file dependencies -[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] - [`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) +[`shipment-type.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type.csv.html) ## Import file parameters diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md index 72de412138c..6ecef976499 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md @@ -9,8 +9,6 @@ This document describes the `shipment_method_store.csv` file to configure the [s ## Import file dependencies -[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] - [`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) ## Import file parameters diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md index 4019232df4d..71adcd62102 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md @@ -9,8 +9,6 @@ This document describes the `shipment_type_store.csv` file to configure the [shi ## Import file dependencies -[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] - [`shipment_type.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type.csv.html) ## Import file parameters diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md index e5f892969cc..f69b5594338 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md @@ -7,11 +7,6 @@ last_updated: May 23, 2023 This document describes the `shipment_type.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. -## Import file dependencies - -[TODO: verify dependencies and add missing ones; if no dependencies, remove the section] - -[`shipment_type_store.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type-store.csv.html) ## Import file parameters | PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | From 37843000aa04cfeb720676c040f9a85da9906fe8 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Thu, 25 May 2023 12:39:35 +0300 Subject: [PATCH 04/12] Apply suggestions from code review --- .../file-details-shipment-method-shipment-type.csv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md index 20e2ad0dc95..d6ba9032a48 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md @@ -9,8 +9,8 @@ This document describes the `shipment_method_shipment_type.csv` file to configur ## Import file dependencies -[`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) -[`shipment-type.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type.csv.html) +* [`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) +* [`shipment-type.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment-type.csv.html) ## Import file parameters From 2cef524bfab407e7a8107b8880046769802fc59c Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Tue, 30 May 2023 11:25:00 +0300 Subject: [PATCH 05/12] removed redundant doc --- ...tails-shipment-method-shipment-type.csv.md | 2 +- .../file-details-shipment-method-store.csv.md | 32 ------------------- .../file-details-shipment-type-store.csv.md | 2 +- .../file-details-shipment-type.csv.md | 2 +- 4 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md index d6ba9032a48..9df833e55a2 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md @@ -5,7 +5,7 @@ template: data-import-template last_updated: May 23, 2023 --- -This document describes the `shipment_method_shipment_type.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. +This document describes the `shipment_method_shipment_type.csv` file to configure the [shipment method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store information in your Spryker Demo Shop. ## Import file dependencies diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md deleted file mode 100644 index 6ecef976499..00000000000 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: File details - shipment_method_store.csv -description: This document describes the shipment_method_store.csv file to configure the Shipment information in your Spryker Demo Shop. -template: data-import-template -last_updated: May 23, 2023 ---- - -This document describes the `shipment_method_store.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. - -## Import file dependencies - -[`shipment.csv`](/docs/pbc/all/carrier-management/{{page.version}}/base-shop/import-and-export-data/file-details-shipment.csv.html) - -## Import file parameters - -| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | -|---|---|---|---|---| -| shipment_method_key | ✓ | string | | Key of the existing shipping method. | -| store| ✓ | string | | Name of the existing store. | - -## Import file template and content example - -| FILE | DESCRIPTION | -|---|---| -| [`shipment_method_store.csv` template](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md/template_shipment_method_store.csv) | Import file template with headers only. | -| [`shipment_method_store.csv`](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/carrier-management/base-shop/import-and-export-data/file-details-shipment-method-store.csv.md/shipment_method_store.csv) | Exemplary import file with the Demo Shop data. | - -## Import file command - -```bash -data:import:shipment-method-store -``` \ No newline at end of file diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md index 71adcd62102..9b2d6d46fa4 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md @@ -5,7 +5,7 @@ template: data-import-template last_updated: May 23, 2023 --- -This document describes the `shipment_type_store.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. +This document describes the `shipment_type_store.csv` file to configure the [shipment method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store information in your Spryker Demo Shop. ## Import file dependencies diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md index f69b5594338..52d36baf785 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md @@ -5,7 +5,7 @@ template: data-import-template last_updated: May 23, 2023 --- -This document describes the `shipment_type.csv` file to configure the [shipment](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) type information in your Spryker Demo Shop. +This document describes the `shipment_type.csv` file to configure the [shipment method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store information in your Spryker Demo Shop. ## Import file parameters From 59b75f8df4ba456a5969af1b7abd184568b0ac81 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Tue, 30 May 2023 13:40:18 +0300 Subject: [PATCH 06/12] Apply suggestions from code review Co-authored-by: Helen Kravchenko --- .../file-details-shipment-method-shipment-type.csv.md | 2 +- .../import-and-export-data/file-details-shipment-type.csv.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md index 9df833e55a2..0f518704682 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-method-shipment-type.csv.md @@ -1,6 +1,6 @@ --- title: File details - shipment_method_shipment_type.csv -description: This document describes the shipment_method_shipment_type.csv file to configure the Shipment information in your Spryker Demo Shop. +description: This document describes the shipment_method_shipment_type.csv file to configure the shipment information in your Spryker Demo Shop. template: data-import-template last_updated: May 23, 2023 --- diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md index 52d36baf785..995f50dd1ca 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type.csv.md @@ -1,6 +1,6 @@ --- title: File details - shipment_type.csv -description: This document describes the shipment_type.csv file to configure the Shipment information in your Spryker Demo Shop. +description: This document describes the shipment_type.csv file to configure the shipment information in your Spryker Demo Shop. template: data-import-template last_updated: May 23, 2023 --- From 3bdaf171b519d8d1008addb0c70ecb11ac439056 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 31 May 2023 12:34:55 +0300 Subject: [PATCH 07/12] Update Rakefile --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d0e13fc8a6b..04e2055b31f 100644 --- a/Rakefile +++ b/Rakefile @@ -53,7 +53,8 @@ commonOptions = { /twitter.com\/[\.\w\-\/\?]+/, /www.optimise-it.de\/[\.\w\-\/\?]+/, /blackfire.io\/[\.\w\-\/\?]+/, - /www.blackfire.io\/[\.\w\-\/\?]+/ + /www.blackfire.io\/[\.\w\-\/\?]+/, + /rxjs.dev\/[\.\w\-\/\?]+/ ], :file_ignore => [], :typhoeus => { From 9e7426319c70870554967fee9bd239fa1418b98a Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 31 May 2023 15:37:46 +0300 Subject: [PATCH 08/12] removed roken link --- Rakefile | 3 +-- .../202212.0/oryx/reactivity/key-concepts-of-reactivity.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 04e2055b31f..d0e13fc8a6b 100644 --- a/Rakefile +++ b/Rakefile @@ -53,8 +53,7 @@ commonOptions = { /twitter.com\/[\.\w\-\/\?]+/, /www.optimise-it.de\/[\.\w\-\/\?]+/, /blackfire.io\/[\.\w\-\/\?]+/, - /www.blackfire.io\/[\.\w\-\/\?]+/, - /rxjs.dev\/[\.\w\-\/\?]+/ + /www.blackfire.io\/[\.\w\-\/\?]+/ ], :file_ignore => [], :typhoeus => { diff --git a/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md b/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md index a0f6500cf58..2df21d7adfa 100644 --- a/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md +++ b/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md @@ -7,7 +7,7 @@ last_updated: Apr 3, 2023 ## Reactive data streams -Reactive data streams are a fundamental concept in Oryx. They play a crucial role in managing and manipulating data in real time. Oryx prefers [Observables](https://rxjs.dev/guide/observable) over [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) as they are more powerful and allow for continuous streams of data over time. This is particularly helpful in experiences that remain active for some time-for example, in a Single Page Application (SPA). +Reactive data streams are a fundamental concept in Oryx. They play a crucial role in managing and manipulating data in real time. Oryx prefers Observables over [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) as they are more powerful and allow for continuous streams of data over time. This is particularly helpful in experiences that remain active for some time-for example, in a Single Page Application (SPA). An observable can emit different values over time. In Oryx, components are bound to data observed from APIs and stored in the [application state](#application-state). Whenever application state is updated, a new value is emitted, and the component updates its view automatically in an efficient manner. From 8e77de72c01dc6a897506db051962f1fba7a7ae2 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 31 May 2023 16:24:03 +0300 Subject: [PATCH 09/12] Update Rakefile --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d0e13fc8a6b..0041752c0d8 100644 --- a/Rakefile +++ b/Rakefile @@ -53,7 +53,9 @@ commonOptions = { /twitter.com\/[\.\w\-\/\?]+/, /www.optimise-it.de\/[\.\w\-\/\?]+/, /blackfire.io\/[\.\w\-\/\?]+/, - /www.blackfire.io\/[\.\w\-\/\?]+/ + /www.blackfire.io\/[\.\w\-\/\?]+/, + /dixa.com\/[\.\w\-\/\?]+/, + /rxjs.dev\/[\.\w\-\/\?]+/ ], :file_ignore => [], :typhoeus => { From bea58ee8a56f8b8667ce6c900060db3f4ba49691 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Thu, 1 Jun 2023 10:03:09 +0300 Subject: [PATCH 10/12] Update docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md Co-authored-by: Helen Kravchenko --- .../file-details-shipment-type-store.csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md index 9b2d6d46fa4..6871eea732d 100644 --- a/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md +++ b/docs/pbc/all/carrier-management/202304.0/base-shop/import-and-export-data/file-details-shipment-type-store.csv.md @@ -1,6 +1,6 @@ --- title: File details - shipment_type_store.csv -description: This document describes the shipment_type_store.csv file to configure the Shipment information in your Spryker Demo Shop. +description: This document describes the shipment_type_store.csv file to configure the shipment information in your Spryker Demo Shop. template: data-import-template last_updated: May 23, 2023 --- From d668f5e5eb0aa3324b00a248a401f401f2de8118 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Thu, 1 Jun 2023 10:06:03 +0300 Subject: [PATCH 11/12] Update key-concepts-of-reactivity.md reverted changes --- .../202212.0/oryx/reactivity/key-concepts-of-reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md b/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md index 2df21d7adfa..a0f6500cf58 100644 --- a/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md +++ b/docs/scos/dev/front-end-development/202212.0/oryx/reactivity/key-concepts-of-reactivity.md @@ -7,7 +7,7 @@ last_updated: Apr 3, 2023 ## Reactive data streams -Reactive data streams are a fundamental concept in Oryx. They play a crucial role in managing and manipulating data in real time. Oryx prefers Observables over [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) as they are more powerful and allow for continuous streams of data over time. This is particularly helpful in experiences that remain active for some time-for example, in a Single Page Application (SPA). +Reactive data streams are a fundamental concept in Oryx. They play a crucial role in managing and manipulating data in real time. Oryx prefers [Observables](https://rxjs.dev/guide/observable) over [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) as they are more powerful and allow for continuous streams of data over time. This is particularly helpful in experiences that remain active for some time-for example, in a Single Page Application (SPA). An observable can emit different values over time. In Oryx, components are bound to data observed from APIs and stored in the [application state](#application-state). Whenever application state is updated, a new value is emitted, and the component updates its view automatically in an efficient manner. From 2a0d2205b7eaf7fa4e87cd5aa09aacd8f134d5e6 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Thu, 1 Jun 2023 12:06:59 +0300 Subject: [PATCH 12/12] Update Rakefile --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 274f6e4895e..5f2df935727 100644 --- a/Rakefile +++ b/Rakefile @@ -39,7 +39,6 @@ commonOptions = { /docs.github.com\/[\.\w\-\/\?]+/, /shopify.github.io\/[\.\w\-\/\?]+/, /marketplace.visualstudio.com\/[\.\w\-\/\?]+/, - /blackfire.io\/[\.\w\-\/\?]+/, /www.nekom.com\/[\.\w\-\/\?]+/, /www.phpunit.de\/[\.\w\-\/\?]+/, /rpm.newrelic.com\/[\.\w\-\/\?]+/, @@ -53,7 +52,6 @@ commonOptions = { /twitter.com\/[\.\w\-\/\?]+/, /www.optimise-it.de\/[\.\w\-\/\?]+/, /blackfire.io\/[\.\w\-\/\?]+/, - /www.blackfire.io\/[\.\w\-\/\?]+/, /dixa.com\/[\.\w\-\/\?]+/, /rxjs.dev\/[\.\w\-\/\?]+/, /www.blackfire.io\/[\.\w\-\/\?]+/