-
Notifications
You must be signed in to change notification settings - Fork 98
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 #1865 from spryker/CC-25233-AC-Doc-Documentation-D…
…elivery-Types-as-a-part-of-Service-Point-concept Add data import documents
- Loading branch information
Showing
4 changed files
with
96 additions
and
1 deletion.
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
33 changes: 33 additions & 0 deletions
33
...e-shop/import-and-export-data/file-details-shipment-method-shipment-type.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,33 @@ | ||
--- | ||
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 method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store 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) | ||
* [`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 | ||
|
||
| 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 | ||
``` |
32 changes: 32 additions & 0 deletions
32
...2304.0/base-shop/import-and-export-data/file-details-shipment-type-store.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,32 @@ | ||
--- | ||
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 method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store information in your Spryker Demo Shop. | ||
|
||
## Import file dependencies | ||
|
||
[`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 | ||
|
||
| 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 | ||
``` |
30 changes: 30 additions & 0 deletions
30
...ent/202304.0/base-shop/import-and-export-data/file-details-shipment-type.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,30 @@ | ||
--- | ||
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 method](/docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html) and store information in your Spryker Demo Shop. | ||
|
||
## 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 | ||
``` |