Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution Order of Data Importers in Demo Shop #1814

Merged
merged 6 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ commonOptions = {
/www.acunetix.com\/[\.\w\-\/\?]+/,
/gcc.gnu.org\/[\.\w\-\/\?]+/,
/github.com\/[\.\w\-\/\?]+/,
/www.collect.ai\/[\.\w\-\/\?]+/
/www.collect.ai\/[\.\w\-\/\?]+/,
/www.optimise-it.de\/[\.\w\-\/\?]+/

],
:file_ignore => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: combined_merchant_product_offer.csv"
last_updated: Jun 07, 2021
description: This document describes the combined_merchant_product_offer.csv file to configure product offers in your Spryker shop.
template: import-file-template
related:
- 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 `combined_merchant_product_offer.csv` file to configure [Merchant product offer](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_category.csv"
last_updated: Jun 07, 2021
description: This document describes the merchant_profile_address.csv file to configure merchant profile addresses in your Spryker shop.
template: import-file-template
related:
- 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_category.csv` file to configure [merchant categories](/docs/marketplace/user/features/{{site.version}}/merchant-category-feature-overview.html) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_oms_process.csv"
last_updated: Jun 07, 2021
description: This document describes the merchant_oms_process.csv file to configure Merchant state machines in your Spryker shop.
template: import-file-template
related:
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_open_hours_date_schedule.csv"
last_updated: Jun 07, 2021
description: This document describes the merchant_open_hours_date_schedule.csv file to configure Merchant opening hours information in your Spryker shop.
template: import-file-template
related:
- 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_open_hours_date_schedule.csv` file to configure [special merchant opening hours](/docs/marketplace/user/features/{{site.version}}/merchant-opening-hours-feature-overview.html) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_open_hours_week_day_schedule.csv"
last_updated: Jun 07, 2021
description: This document describes the merchant_open_hours_week_day_schedule.csv file to configure merchant opening hours information in your Spryker shop.
template: import-file-template
related:
- 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_open_hours_week_day_schedule.csv` file to configure [default merchant opening hours](/docs/marketplace/user/features/{{site.version}}/merchant-opening-hours-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant-order-status.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant-order-status.csv file to update merchant order states in your Spryker shop.
template: import-file-template
related:
- 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
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_product_offer_store.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_product_offer_store.csv file to configure merchant product offer store information in your Spryker shop.
template: import-file-template
related:
- 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_product_offer_store.csv` file to configure [merchant product offer stores](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html#product-offer-stores) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_product_offer.csv"
last_updated: Feb 26, 2021
description: This document describes the `merchant_product_offer.csv` file to configure merchant product offer information in your Spryker shop.
template: import-file-template
related:
- 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_product_offer.csv` file to configure [merchant product offer](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_product_option_group.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_product_option_group file to create product options for merchants.
template: import-file-template
related:
- 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_product_option_group` file to create [merchant product option groups](/docs/marketplace/user/features/{{page.version}}/marketplace-product-options-feature-overview.html).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_product.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_product.csv file to configure marketplace products in your Spryker shop.
template: import-file-template
related:
- 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_product.csv` file to configure [marketplace product](/docs/marketplace/user/features/{{page.version}}/marketplace-product-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_profile_address.csv"
last_updated: Jun 07, 2021
description: This document describes the merchant_profile_address.csv file to configure merchant profile addresses in your Spryker shop.
template: import-file-template
related:
- 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_profile_address.csv` file to configure [merchant profile addresses](/docs/marketplace/user/features/{{page.version}}/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html#merchant-profile) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_profile.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_profile.csv file to configure merchant information in your Spryker shop.
template: import-file-template
related:
- 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_profile.csv` file to configure [merchant profile](/docs/marketplace/user/features/{{site.version}}/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html#merchant-profile) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_stock.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_stock.csv file to configure merchant stock information in your Spryker shop.
template: import-file-template
related:
- 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_stock.csv` file to configure [merchant stock](/docs/marketplace/user/features/{{site.version}}/marketplace-inventory-management-feature-overview.html#marketplace-warehouse-management) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_store.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant_store.csv file to configure merchant store information in your Spryker shop.
template: import-file-template
related:
- 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_store.csv` file to configure merchant's stores in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant_user.csv"
last_updated: Mar 01, 2021
description: This document describes the merchant_user.csv file to configure merchant information in your Spryker shop.
template: import-file-template
related:
- 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-user.csv` file to configure [merchant user](/docs/marketplace/user/features/{{site.version}}/marketplace-merchant-feature-overview/merchant-users-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: merchant.csv"
last_updated: Feb 26, 2021
description: This document describes the merchant.csv file to configure merchant information in your Spryker shop.
template: import-file-template
related:
- 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.csv` file to configure [merchant](/docs/marketplace/user/features/{{site.version}}/marketplace-merchant-feature-overview/marketplace-merchant-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: price-product-offer.csv"
last_updated: Feb 26, 2021
description: This document describes the price-product-offer.csv file to configure merchant product offer price information in your Spryker shop.
template: import-file-template
related:
- 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 `price-product-offer.csv` file to configure [Merchant product offer price](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: product_offer_stock.csv"
last_updated: Feb 26, 2021
description: This document describes the product_offer_stock.csv file to configure merchant product offer stock in your Spryker shop.
template: import-file-template
related:
- 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 `product_offer_stock.csv` file to configure [Merchant product offer stock](/docs/marketplace/user/features/{{page.version}}/marketplace-inventory-management-feature-overview.html#marketplace-stock-management) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: product_offer_validity.csv"
last_updated: Feb 26, 2021
description: This document describes the product_offer_validity.csv file to configure product offer validity dates in your Spryker shop.
template: import-file-template
related:
- 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 `product_offer_validity.csv` file to configure product offer validity dates in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "File details: product_price.csv"
last_updated: Sep 7, 2021
description: This document describes the product_price.csv file to configure product prices in your Spryker shop.
template: import-file-template
related:
- 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 contains content of the **product_price.csv** file to configure [prices](/docs/scos/user/features/{{page.version}}/prices-feature-overview/prices-feature-overview.html) of the products/services in your Spryker Demo Shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-feature-walkthrough/marketplace-product-offer-feature-walkthrough.html
- title: Marketplace Product Offer feature overview
link: docs/marketplace/user/features/page.version/marketplace-product-offer-feature-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 `combined_merchant_product_offer.csv` file to configure [Merchant product offer](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/merchant-category-feature-walkthrough.html
- title: Merchant Category feature overview
link: docs/marketplace/user/features/page.version/merchant-category-feature-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_category.csv` file to configure [merchant categories](/docs/marketplace/user/features/{{site.version}}/merchant-category-feature-overview.html) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
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
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/merchant-opening-hours-feature-walkthrough.html
- title: Merchant Opening Hours feature overview
link: docs/marketplace/user/features/page.version/merchant-opening-hours-feature-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_open_hours_date_schedule.csv` file to configure [special merchant opening hours](/docs/marketplace/user/features/{{site.version}}/merchant-opening-hours-feature-overview.html) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/merchant-opening-hours-feature-walkthrough.html
- title: Merchant Opening Hours feature overview
link: docs/marketplace/user/features/page.version/merchant-opening-hours-feature-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_open_hours_week_day_schedule.csv` file to configure [default merchant opening hours](/docs/marketplace/user/features/{{site.version}}/merchant-opening-hours-feature-overview.html) information in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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
- 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
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-approval-process-feature-walkthrough.html
- title: Marketplace Product Approval Process feature overview
link: docs/marketplace/user/features/page.version/marketplace-product-approval-process-feature-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_product_approval_status_default.csv` file to configure default merchant products approval statuses in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-feature-walkthrough/marketplace-product-offer-feature-walkthrough.html
- title: Marketplace Product Offer feature overview
link: docs/marketplace/user/features/page.version/marketplace-product-offer-feature-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_product_offer_store.csv` file to configure [merchant product offer stores](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html#product-offer-stores) in your Spryker shop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ related:
link: docs/marketplace/dev/feature-walkthroughs/page.version/marketplace-product-offer-feature-walkthrough/marketplace-product-offer-feature-walkthrough.html
- title: Marketplace Product Offer feature overview
link: docs/marketplace/user/features/page.version/marketplace-product-offer-feature-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_product_offer.csv` file to configure [merchant product offer](/docs/marketplace/user/features/{{site.version}}/marketplace-product-offer-feature-overview.html) information in your Spryker shop.
Expand Down
Loading