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

Add data import documents #1865

Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
23f1a5b
added data import files
May 23, 2023
52e7f63
moved docs
May 24, 2023
61c55f6
CC-25233 Update Carrier Management data import dependencies
AsonUnique May 24, 2023
195e762
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 25, 2023
3784300
Apply suggestions from code review
May 25, 2023
976ebf9
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 29, 2023
27c1b5e
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 30, 2023
2cef524
removed redundant doc
May 30, 2023
9241e6e
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 30, 2023
59b75f8
Apply suggestions from code review
May 30, 2023
c31db76
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 30, 2023
5cd07c6
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
May 30, 2023
3bdaf17
Update Rakefile
May 31, 2023
9e74263
removed roken link
May 31, 2023
8e77de7
Update Rakefile
May 31, 2023
d36edc1
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
bea58ee
Update docs/pbc/all/carrier-management/202304.0/base-shop/import-and-…
Jun 1, 2023
d668f5e
Update key-concepts-of-reactivity.md
Jun 1, 2023
02a4b43
Merge branch 'CC-25233-AC-Doc-Documentation-Delivery-Types-as-a-part-…
Jun 1, 2023
6e02e35
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
121c42e
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
2a0d220
Update Rakefile
Jun 1, 2023
6013d1b
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
771deba
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
ce2477d
Merge branch 'master' into CC-25233-AC-Doc-Documentation-Delivery-Typ…
Jun 1, 2023
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
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.
VadymSachenko marked this conversation as resolved.
Show resolved Hide resolved
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
```
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.
VadymSachenko marked this conversation as resolved.
Show resolved Hide resolved
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
```
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.
VadymSachenko marked this conversation as resolved.
Show resolved Hide resolved
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
```