将商店迁移至Shopify之Transporter 应用

使用 Transporter 应用将客户、产品和订单记录导入您的 Shopify 商店。此应用接受每种记录类型的逗号分隔值 (CSV) 文件,处理记录,然后将其作为对象导入 Shopify。

Transporter 应用包含在一套工具中,可用于更轻松地将在线商店从其他平台迁移到 Shopify Plus。此套件包含以下工具:

您可以使用 Transporter 命令行工具从一个平台提取记录并将其转化为 Transporter 应用支持的 CSV 文件。开发人员可以编辑此工具的源文件,并将来自其他平台的数据转换为 CSV 文件。命令行工具是一个开源 Ruby gem,可从 github.com/Shopify/shopify_transporter 下载并安装此工具。

您可以使用 Transporter 应用将产品、客户和订单数据导入 Shopify。此应用上传 CSV 文件,可以从 Shopify 应用商店中获取此应用。

CSV 示例文件和说明

若要将客户、产品和订单导入 Shopify,您需要针对每种记录类型的单独的 CSV 文件。您可以使用 Transporter 命令行工具生成此 CSV 文件,也可以按照示例 CSV 文件中的格式自行创建。

备注:

Transporter CSV 格式支持的列不同于 Shopify 后台 CSV 格式支持的列。因此,您无法使用 Shopify 后台的导出内容或为 Transporter CSV 创建新列。

如果您需要针对国家或地区设置产品价格,请通过 Transporter CSV 完成导入。导入完成后,您可以导出产品、进行更改以及重新导入产品。

每个对象都提供了示例文件和受支持列的描述。

示例文件列描述
Products.csv产品描述
Customers.csv客户描述
Orders.csv订单描述

Shopify商户官网原文详情:

Transporter app

Use the Transporter app to import customer, product, and order records into your Shopify store. This app accepts comma-separated values (CSV) files for each of these record types, processes the records, and then imports them as objects into Shopify.

The Transporter app is part of a suite of tools that makes it easier to migrate online stores from other platforms to Shopify Plus. This suite includes the following tools:

You can use the Transporter command line tool to extract and convert records from one platform into CSV files that are supported by the Transporter app. Developers can edit the source files for this tool and convert data from other platforms into CSV files. The command-line tool is an open source Ruby gem that can be downloaded and installed from github.com/Shopify/shopify_transporter.

You can use the Transporter app to import product, customer, and order data into Shopify. This app uploads CSV files and is available from the Shopify App Store.

CSV sample files and descriptions

To import customers, products, and orders into Shopify, you need a separate CSV file for each record type. You can use the Transporter command-line tool to generate this CSV file, or you can follow the format in the sample CSV file to create it yourself.

Note:

The Transporter CSV format supports different columns than CSVs that have been exported from the Shopify admin. For this reason, you can't use an export from the Shopify admin or create new columns for your Transporter CSV.

If you need to set product prices for a country or region, then complete an import with a Transporter CSV. After your import is complete, you can export your products, make changes, and re-import your products.

Sample files and descriptions of supported columns are available for each object.

Sample filesColumn descriptions
Products.csvProduct descriptions
Customers.csvCustomer descriptions
Orders.csvOrder descriptions

文章内容来源:Shopify商户官方网站 

(本文内容根据网络资料整理,出于传递更多信息之目的,不代表连连国际赞同其观点和立场)