Skip to content

Commit

Permalink
Merge pull request #1865 from spryker/CC-25233-AC-Doc-Documentation-D…
Browse files Browse the repository at this point in the history
…elivery-Types-as-a-part-of-Service-Point-concept

Add data import documents
  • Loading branch information
Vadym Sachenko authored Jun 1, 2023
2 parents ffd79d4 + ce2477d commit 4e90d1f
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ commonOptions = {
/docs.github.com\/[\.\w\-\/\?]+/,
/shopify.github.io\/[\.\w\-\/\?]+/,
/marketplace.visualstudio.com\/[\.\w\-\/\?]+/,
/blackfire.io\/[\.\w\-\/\?]+/,
/www.nekom.com\/[\.\w\-\/\?]+/,
/www.phpunit.de\/[\.\w\-\/\?]+/,
/rpm.newrelic.com\/[\.\w\-\/\?]+/,
Expand All @@ -53,6 +52,7 @@ commonOptions = {
/twitter.com\/[\.\w\-\/\?]+/,
/www.optimise-it.de\/[\.\w\-\/\?]+/,
/blackfire.io\/[\.\w\-\/\?]+/,
/dixa.com\/[\.\w\-\/\?]+/,
/rxjs.dev\/[\.\w\-\/\?]+/,
/www.blackfire.io\/[\.\w\-\/\?]+/
],
Expand Down
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
```
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
```
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
```

0 comments on commit 4e90d1f

Please sign in to comment.