From f6688c2c78d2e4d1f7ede4cf843d107cef05d0f6 Mon Sep 17 00:00:00 2001 From: ilyakubanov Date: Wed, 13 Apr 2022 10:41:36 +0300 Subject: [PATCH 1/8] MP-6047: docs --- ...ant-product-approval-status-default.csv.md | 37 +++++++++++++++++++ ...ct-approval-process-feature-walkthrough.md | 32 ++++++++++++++++ ...ls-product-abstract-approval-status.csv.md | 34 +++++++++++++++++ ...ct-approval-process-feature-integration.md | 0 ...ct-approval-process-feature-walkthrough.md | 35 ++++++++++++++++++ 5 files changed, 138 insertions(+) create mode 100644 docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md create mode 100644 docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md create mode 100644 docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md rename docs/{marketplace => scos}/dev/feature-integration-guides/202200.0/product-approval-process-feature-integration.md (100%) create mode 100644 docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md diff --git a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md new file mode 100644 index 00000000000..5b7ed26aff9 --- /dev/null +++ b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md @@ -0,0 +1,37 @@ +--- +title: "File details: merchant_product_approval_status_default.csv" +description: This document describes the merchant_product_approval_status_default.csv file to configure default merchant products approval statuses in your Spryker shop. +template: import-file-template +--- + +This document describes the `merchant_product_approval_status_default.csv` file to configure default merchant products approval statuses in your Spryker shop. + +To import the file, run: + +```bash +data:import merchant-product-approval-status-default +``` + +## Import file parameters + +The file should have the following parameters: + +| PARAMETER | REQUIRED? | TYPE | DEFAULT VALUE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +| ------------- | ---------- | ------ | ----------- | ------------------- | ------------------------------------ | +| merchant_reference | ✓ | String | | Unique | Identifier of the merchant in the system. | +| approval_status | ✓ | String | | | Default approval status for the merchant products. | + +## Import file dependencies + +The file has the following dependencies: + +- [merchant.csv](/docs/marketplace/dev/data-import/{{site.version}}/file-details-merchant.csv.html) + +## Import template file and content example + +Find the template and an example of the file below: + +| FILE | DESCRIPTION | +| -------------------------- | -------------------------- | +| [template_merchant_product_approval_status_default.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Marketplace+setup/template_merchant_product_approval_status_default.csv) | Import file template with headers only. | +| [merchant_product_approval_status_default.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Marketplace+setup/merchant_product_approval_status_default.csv) | Example of the import file with Demo Shop data. | diff --git a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md new file mode 100644 index 00000000000..014abce4893 --- /dev/null +++ b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md @@ -0,0 +1,32 @@ +--- +title: Marketplace Product Approval Process feature walkthrough +description: Marketplace Product Approval Process feature adds Merchant context to product approval process. +template: feature-walkthrough-template +--- + +The *Marketplace Product Approval Process* feature adds a Merchant context to product approval process by providing +an optional ``spy_merchant.default_product_abstract_approval_status`` DB column where default product approval statuses for merchants are stored and can be +used as default product approval statuses for merchant products. Also the feature provides Data importer for merchant's default product approval statuses. + +## Module dependency graph + +The following diagram illustrates the dependencies between the modules for the *Marketplace Product Approval Process* feature. + +![Module Dependency Graph](https://confluence-connect.gliffy.net/embed/image/bdeba422-0437-4c39-a29f-9340eb153a6a.png?utm_medium=live&utm_source=custom) + +| MODULE | DESCRIPTION | +|------------|----------------------------| +| [MerchantProductApproval](https://github.com/spryker/merchant-product-approval) | This module provides merchant product approval functionality. | +| [MerchantProductApprovalDataImport](https://github.com/spryker/merchant-product-approval-data-import) | This module provides functionality to import the merchant product approval process related data. | + +## Domain model + +The following schema illustrates the *Marketplace Product Approval Process* domain model: + +![Domain Model](https://confluence-connect.gliffy.net/embed/image/6e87c4b8-7481-4150-a5e9-ff04ab90b762.png?utm_medium=live&utm_source=custom) + +## Related Developer articles + +|INTEGRATION GUIDES | DATA IMPORT | +|---------| --- | +| [Marketplace Product Approval Process feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-approval-process-feature-integration.html) | [File details: merchant_product_approval_status_default.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-product-approval-status-default.csv.html) | \ No newline at end of file diff --git a/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md new file mode 100644 index 00000000000..84470930196 --- /dev/null +++ b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md @@ -0,0 +1,34 @@ +--- +title: File details: product_abstract_approval_status.csv +template: data-import-template +--- + +This article contains content of the **product_approval_status_default.csv** file to configure products approval information on your Spryker Demo Shop. + +To import the file, run + +```bash +data:import:product-approval-status +``` + +## Import file parameters +The file should have the following parameters: + +| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | +| --- | --- | --- | --- | --- | +| abstract_sku | ✓ | String | | SKU identifier of the abstract product. | +| approval_status | ✓ | String | | Default product approval status. | + +## Dependencies + +This file has the following dependencies: + +* [product_abstract.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract.csv.html) + +## Import template file and content example +Find the template and an example of the file below: + +| FILE | DESCRIPTION | +| --- | --- | +| [template_product_abstract.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Products/202109.0/template_product_approval_status.csv) | Import file template with headers only. | +| [product_abstract.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/Developer+Guide/Back-End/Data+Manipulation/Data+Ingestion/Data+Import/Data+Import+Categories/Catalog+Setup/Products/202200.0/product_approval_status.csv) | Exemplary import file with the Demo Shop data. | diff --git a/docs/marketplace/dev/feature-integration-guides/202200.0/product-approval-process-feature-integration.md b/docs/scos/dev/feature-integration-guides/202200.0/product-approval-process-feature-integration.md similarity index 100% rename from docs/marketplace/dev/feature-integration-guides/202200.0/product-approval-process-feature-integration.md rename to docs/scos/dev/feature-integration-guides/202200.0/product-approval-process-feature-integration.md diff --git a/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md b/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md new file mode 100644 index 00000000000..5a4d3630722 --- /dev/null +++ b/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md @@ -0,0 +1,35 @@ +--- +title: Product Approval Process feature walkthrough +description: Product Approval Process feature adds approval mechanism for products. +template: feature-walkthrough-template +--- + +The *Product Approval Process* feature adds approval mechanism for products by providing +an optional ``spy_product_abstract.approval_status`` DB column to store product approval statuses so +a shop owner can follow the review process and manage which products will be places in the store by setting the +corresponding approval statuses. The feature also provides Backoffice UI for managing the approval statuses and +the corresponding Data importer. + +## Module dependency graph + +The following diagram illustrates the dependencies between the modules for the *Product Approval Process* feature. + +![Module Dependency Graph](https://confluence-connect.gliffy.net/embed/image/e83e1c59-8592-46ec-906e-1483779419c7.png?utm_medium=live&utm_source=custom) + +| MODULE | DESCRIPTION | +|------------|----------------------------| +| [ProductApproval](https://github.com/spryker/product-approval) | This module provides product approval functionality. | +| [ProductApprovalDataImport](https://github.com/spryker/product-approval-data-import) | Module for importing Product approval statuses from .csv file. | +| [ProductApprovalGui](https://github.com/spryker/product-approval-gui) | This module provides Zed UI interface for product approval management. | + +## Domain model + +The following schema illustrates the *Product Approval Process* domain model: + +![Domain Model](https://confluence-connect.gliffy.net/embed/image/9307bb4e-6cb5-43d7-b7a5-e0b3d98ef664.png?utm_medium=live&utm_source=custom) + +## Related Developer articles + +|INTEGRATION GUIDES | DATA IMPORT | +|---------|---------| +| [Product Approval Process feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-approval-process-feature-integration.html) | [File details: product_abstract_approval_status.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv) | \ No newline at end of file From 2ac65f1260c941c196c33fe9bd46f1a05d1a88cc Mon Sep 17 00:00:00 2001 From: ilyakubanov Date: Tue, 3 May 2022 13:49:55 +0300 Subject: [PATCH 2/8] MP-6047: added a fix --- ...file-details-merchant-product-approval-status-default.csv.md | 2 +- .../file-details-product-abstract-approval-status.csv.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md index 5b7ed26aff9..6d1c1849f0d 100644 --- a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md +++ b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md @@ -9,7 +9,7 @@ This document describes the `merchant_product_approval_status_default.csv` file To import the file, run: ```bash -data:import merchant-product-approval-status-default +console data:import merchant-product-approval-status-default ``` ## Import file parameters diff --git a/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md index 84470930196..4210880f1d5 100644 --- a/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md +++ b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md @@ -8,7 +8,7 @@ This article contains content of the **product_approval_status_default.csv** fil To import the file, run ```bash -data:import:product-approval-status +console data:import product-approval-status ``` ## Import file parameters From b178a29163f85f522152229a72c50e81cdeb6e7e Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Tue, 3 May 2022 14:42:25 +0300 Subject: [PATCH 3/8] Update file-details-merchant-product-approval-status-default.csv.md --- ...-details-merchant-product-approval-status-default.csv.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md index 6d1c1849f0d..0ed09c65448 100644 --- a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md +++ b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md @@ -23,13 +23,11 @@ The file should have the following parameters: ## Import file dependencies -The file has the following dependencies: - -- [merchant.csv](/docs/marketplace/dev/data-import/{{site.version}}/file-details-merchant.csv.html) +The file has the following dependency: [merchant.csv](/docs/marketplace/dev/data-import/{{site.version}}/file-details-merchant.csv.html). ## Import template file and content example -Find the template and an example of the file below: +In the following table, you can find the template and example of the file: | FILE | DESCRIPTION | | -------------------------- | -------------------------- | From 59ed5e6a08e2cf09511f6ccd83e587810fa2a4a8 Mon Sep 17 00:00:00 2001 From: VadymSachenko Date: Tue, 3 May 2022 16:05:54 +0300 Subject: [PATCH 4/8] PR review --- ...erchant-product-approval-status-default.csv.md | 2 +- ...roduct-approval-process-feature-walkthrough.md | 7 +++---- ...etails-product-abstract-approval-status.csv.md | 15 ++++++++------- ...roduct-approval-process-feature-walkthrough.md | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md index 0ed09c65448..5000971bd46 100644 --- a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md +++ b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md @@ -14,7 +14,7 @@ console data:import merchant-product-approval-status-default ## Import file parameters -The file should have the following parameters: +The file must have the following parameters: | PARAMETER | REQUIRED? | TYPE | DEFAULT VALUE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | ------------- | ---------- | ------ | ----------- | ------------------- | ------------------------------------ | diff --git a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md index 014abce4893..e26616d0678 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md @@ -4,9 +4,8 @@ description: Marketplace Product Approval Process feature adds Merchant context template: feature-walkthrough-template --- -The *Marketplace Product Approval Process* feature adds a Merchant context to product approval process by providing -an optional ``spy_merchant.default_product_abstract_approval_status`` DB column where default product approval statuses for merchants are stored and can be -used as default product approval statuses for merchant products. Also the feature provides Data importer for merchant's default product approval statuses. +The *Marketplace Product Approval Process* feature adds a Merchant context to Product Approval Process by providing +an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides Data importer for merchant's default product approval statuses. ## Module dependency graph @@ -29,4 +28,4 @@ The following schema illustrates the *Marketplace Product Approval Process* doma |INTEGRATION GUIDES | DATA IMPORT | |---------| --- | -| [Marketplace Product Approval Process feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-approval-process-feature-integration.html) | [File details: merchant_product_approval_status_default.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-product-approval-status-default.csv.html) | \ No newline at end of file +| [Marketplace Product Approval Process feature integration](/docs/marketplace/dev/feature-integration-guides/{{page.version}}/marketplace-product-approval-process-feature-integration.html) | [File details: merchant_product_approval_status_default.csv](/docs/marketplace/dev/data-import/{{page.version}}/file-details-merchant-product-approval-status-default.csv.html) | diff --git a/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md index 4210880f1d5..71340d8d6d9 100644 --- a/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md +++ b/docs/scos/dev/data-import/202200.0/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv.md @@ -1,9 +1,10 @@ --- -title: File details: product_abstract_approval_status.csv +title: "File details: product_abstract_approval_status.csv" +description: This document contains content of the product_approval_status_default.csv file to configure products approval information on your Spryker Demo Shop. template: data-import-template --- -This article contains content of the **product_approval_status_default.csv** file to configure products approval information on your Spryker Demo Shop. +This document contains content of the `product_approval_status_default.csv` file to configure products approval information on your Spryker Demo Shop. To import the file, run @@ -12,7 +13,8 @@ console data:import product-approval-status ``` ## Import file parameters -The file should have the following parameters: + +The file must have the following parameters: | PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | --- | --- | --- | --- | --- | @@ -21,12 +23,11 @@ The file should have the following parameters: ## Dependencies -This file has the following dependencies: - -* [product_abstract.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract.csv.html) +This file has the following dependency: [product_abstract.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract.csv.html). ## Import template file and content example -Find the template and an example of the file below: + +In the following table, you can find the template and example of the file: | FILE | DESCRIPTION | | --- | --- | diff --git a/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md b/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md index 5a4d3630722..2ff0c478604 100644 --- a/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md +++ b/docs/scos/dev/feature-walkthroughs/202200.0/product-approval-process-feature-walkthrough.md @@ -5,9 +5,9 @@ template: feature-walkthrough-template --- The *Product Approval Process* feature adds approval mechanism for products by providing -an optional ``spy_product_abstract.approval_status`` DB column to store product approval statuses so -a shop owner can follow the review process and manage which products will be places in the store by setting the -corresponding approval statuses. The feature also provides Backoffice UI for managing the approval statuses and +an optional `spy_product_abstract.approval_status` DB column to store product approval statuses. Thus, +a shop owner can follow the review process and manage which products will be placed in the store by setting the +corresponding approval statuses. The feature also provides the Back Office UI for managing the approval statuses and the corresponding Data importer. ## Module dependency graph @@ -32,4 +32,4 @@ The following schema illustrates the *Product Approval Process* domain model: |INTEGRATION GUIDES | DATA IMPORT | |---------|---------| -| [Product Approval Process feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-approval-process-feature-integration.html) | [File details: product_abstract_approval_status.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv) | \ No newline at end of file +| [Product Approval Process feature integration](/docs/scos/dev/feature-integration-guides/{{page.version}}/product-approval-process-feature-integration.html) | [File details: product_abstract_approval_status.csv](/docs/scos/dev/data-import/{{page.version}}/data-import-categories/catalog-setup/products/file-details-product-abstract-approval-status.csv) | From 34e6af624b3f9130fb4518e806f0a9fa8435809f Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Tue, 3 May 2022 17:24:14 +0300 Subject: [PATCH 5/8] Update docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md --- .../marketplace-product-approval-process-feature-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md index e26616d0678..8d05c9e868b 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md @@ -4,7 +4,7 @@ description: Marketplace Product Approval Process feature adds Merchant context template: feature-walkthrough-template --- -The *Marketplace Product Approval Process* feature adds a Merchant context to Product Approval Process by providing +The *Marketplace Product Approval Process* feature adds a merchant context to Product Approval Process by providing an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides Data importer for merchant's default product approval statuses. ## Module dependency graph From 4c9116caf4a828624d0792665b7bc7000811e1c6 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 4 May 2022 10:45:05 +0300 Subject: [PATCH 6/8] Update docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md --- .../marketplace-product-approval-process-feature-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md index 8d05c9e868b..c37086fcc90 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md @@ -5,7 +5,7 @@ template: feature-walkthrough-template --- The *Marketplace Product Approval Process* feature adds a merchant context to Product Approval Process by providing -an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides Data importer for merchant's default product approval statuses. +an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides the data importer for the merchant's default product approval statuses. ## Module dependency graph From d36d32761a25023f3b11f8a3061aef9ced8a80be Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 4 May 2022 10:45:11 +0300 Subject: [PATCH 7/8] Update docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md --- ...file-details-merchant-product-approval-status-default.csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md index 5000971bd46..fc3a2bca2d9 100644 --- a/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md +++ b/docs/marketplace/dev/data-import/202200.0/file-details-merchant-product-approval-status-default.csv.md @@ -6,7 +6,7 @@ template: import-file-template This document describes the `merchant_product_approval_status_default.csv` file to configure default merchant products approval statuses in your Spryker shop. -To import the file, run: +To import the file, run the following: ```bash console data:import merchant-product-approval-status-default From d01ffa2400989c3082d7acc65297b63810c9d4f7 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Wed, 4 May 2022 10:45:33 +0300 Subject: [PATCH 8/8] Update marketplace-product-approval-process-feature-walkthrough.md --- ...marketplace-product-approval-process-feature-walkthrough.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md index c37086fcc90..aa150d57439 100644 --- a/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md +++ b/docs/marketplace/dev/feature-walkthroughs/202200.0/marketplace-product-approval-process-feature-walkthrough.md @@ -4,8 +4,7 @@ description: Marketplace Product Approval Process feature adds Merchant context template: feature-walkthrough-template --- -The *Marketplace Product Approval Process* feature adds a merchant context to Product Approval Process by providing -an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides the data importer for the merchant's default product approval statuses. +The *Marketplace Product Approval Process* feature adds a merchant context to Product Approval Process by providing an optional `spy_merchant.default_product_abstract_approval_status` DB column where default product approval statuses for merchants are stored and can be used as default product approval statuses for merchant products. Also, the feature provides the data importer for the merchant's default product approval statuses. ## Module dependency graph