-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1882 from spryker/AC-1417-Create-missing-data-imp…
…ort-docs Create missing data import docs
- Loading branch information
Showing
45 changed files
with
1,570 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...12.0/base-shop/import-and-export-data/file-details-company-business-unit.csv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "File details: company_business_unit.csv" | ||
description: Use the company_business_unit.csv file to configure information about company accounts in your Spryker shop. | ||
template: data-import-template | ||
last_updated: Jun 1, 2023 | ||
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 `company_business_unit.csv` file to configure information about [business units](docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/business-units-overview.html) in your Spryker shop. | ||
|
||
## Import file dependencies | ||
|
||
[File details: company.csv](/docs/pbc/all/customer-relationship-management/{{page.version}}/import-and-export-data/file-details-company.csv.html) | ||
|
||
## Import file parameters | ||
|
||
| PARAMETER | REQUIRED | TYPE | DESCRIPTION | | ||
| --- | - | --- | --- | | ||
| company_key |✓| string | Internal data import identifier of the company.| | ||
| business_unit_key |✓| string | Internal data import identifier of the company business unit. | | ||
| name | ✓ | string | Business unit name. | | ||
| email | | string | Business unit email. | | ||
| phone | | string | Business unit phone number. | | ||
| external_url | | string | Link to internal or external resources related to the business unit. | | ||
| iban | | string | IBAN of the business unit. | | ||
| bic | | string | [TODO: Add description] | | ||
| parent_business_unit_key | | string | Internal identifier of the parent business unit. | | ||
|
||
## Import file template and content example | ||
|
||
| FILE | DESCRIPTION | | ||
|---|---| | ||
| [template_company_business_unit.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-business-unit.csv.md/template_company_business_unit.csv)| Import file template with headers only. | | ||
| [company_business_unit.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-business-unit.csv.md/company_business_unit.csv)| Exemplary import file with the Demo Shop data. | | ||
|
||
## Import file command | ||
|
||
```bash | ||
data:import:company-business-unit | ||
``` |
39 changes: 39 additions & 0 deletions
39
...ment/202212.0/base-shop/import-and-export-data/file-details-company-user.csv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "File details: company_user.csv" | ||
description: Use the company_user.csv file to configure information about company accounts in your Spryker shop. | ||
template: data-import-template | ||
last_updated: Jun 1, 2023 | ||
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 `company_user.csv` file to configure information about [company accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html) in your Spryker shop. | ||
|
||
## Import file dependencies | ||
|
||
[File details: company.csv](/docs/pbc/all/customer-relationship-management/{{page.version}}/import-and-export-data/file-details-company.csv.html) | ||
[File details: customer.csv](/docs/pbc/all/customer-relationship-management/{{page.version}}/import-and-export-data/file-details-customer.csv.html) | ||
|
||
## Import file parameters | ||
|
||
| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | ||
|--------------------|-----------|---------|-------------------------------------------------------|------------------------------------------------------| | ||
| company_user_key | ✓ | string | | Internal data import identifier of the company user. | | ||
| customer_reference | ✓ | string | | Customer identifier. | | ||
| company_key | ✓ | string | | Internal data import identifier of the company. | | ||
| is_default | | bool | `1`: default company user; `0` or no value otherwise. | Defines if a company user is default. | | ||
|
||
## Import file template and content example | ||
|
||
| FILE | DESCRIPTION | | ||
|---|---| | ||
| [template_company_user.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-user.csv.md/template_company_user.csv)| Import file template with headers only. | | ||
| [company_user.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-user.csv.md/company_user.csv)| Exemplary import file with the Demo Shop data. | | ||
|
||
|
||
## Import file command | ||
|
||
```bash | ||
data:import:company-user | ||
``` |
34 changes: 34 additions & 0 deletions
34
...anagement/202212.0/base-shop/import-and-export-data/file-details-company.csv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "File details: company.csv" | ||
description: Use the company.csv file to configure information about company accounts in your Spryker shop. | ||
template: data-import-template | ||
last_updated: Jun 1, 2023 | ||
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 `company.csv` file to configure information about [company accounts](/docs/pbc/all/customer-relationship-management/{{page.version}}/company-account-feature-overview/company-accounts-overview.html) in your Spryker shop. | ||
|
||
## Import file parameters | ||
|
||
| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | ||
|-----------|----------|--------|-----------------------------------------------------------|---------------------------------| | ||
| key | ✓ | string | | Company key. | | ||
| name | ✓ | string | | Company name. | | ||
| is_active | | bool | <ul><li>`1`: active</li><li>`0`: inactive</li></ul> | Defines if a company is active. | | ||
| status | | string | <ul><li>pending</li><li>approved</li><li>denied</li></ul> | Company status. | | ||
|
||
## Import file template and content example | ||
|
||
| FILE | DESCRIPTION | | ||
|---|---| | ||
| [template_company.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/template_company.csv)| Import file template with headers only. | | ||
| [company.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/company.csv)| Exemplary import file with the Demo Shop data. | | ||
|
||
|
||
## Import file command | ||
|
||
```bash | ||
data:import:company | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...11.0/base-shop/import-and-export-data/file-details-company-business-unit.csv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "File details: company_business_unit.csv" | ||
description: Use the company_business_unit.csv file to configure information about company accounts in your Spryker shop. | ||
template: data-import-template | ||
last_updated: Jun 1, 2023 | ||
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 `company_business_unit.csv` file to configure information about [business units](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/company-account-feature-overview/business-units-overview.html) in your Spryker shop. | ||
|
||
## Import file dependencies | ||
|
||
[File details: company.csv](/docs/pbc/all/customer-relationship-management/{{page.version}}/base-shop/import-and-export-data/file-details-company.csv.html) | ||
|
||
## Import file parameters | ||
|
||
| PARAMETER | REQUIRED | TYPE | DESCRIPTION | | ||
| --- | - | --- | --- | | ||
| company_key |✓| string | Internal data import identifier of the company.| | ||
| business_unit_key |✓| string | Internal data import identifier of the company business unit. | | ||
| name | ✓ | string | Business unit name. | | ||
| email | | string | Business unit email. | | ||
| phone | | string | Business unit phone number. | | ||
| external_url | | string | Link to internal or external resources related to the business unit. | | ||
| iban | | string | IBAN of the business unit. | | ||
| bic | | string | [TODO: Add description] | | ||
| parent_business_unit_key | | string | Internal identifier of the parent business unit. | | ||
|
||
## Import file template and content example | ||
|
||
| FILE | DESCRIPTION | | ||
|---|---| | ||
| [template_company_business_unit.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-business-unit.csv.md/template_company_business_unit.csv)| Import file template with headers only. | | ||
| [company_business_unit.csv](https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/customer-relationship-management/import-and-export-data/file-details-company.csv.md/file-details-company-business-unit.csv.md/company_business_unit.csv)| Exemplary import file with the Demo Shop data. | | ||
|
||
## Import file command | ||
|
||
```bash | ||
data:import:company-business-unit | ||
``` |
Oops, something went wrong.