Import and export

Ask about this Page
Copy for LLM
View as Markdown

Choose the right way to import and export resources.

Introduction

commercetools provides several ways to import and export resources. The best approach depends on your role, the data format, and the volume of data you work with.

Business users can import and export resources as CSV or JSON files in the Merchant Center. Developers can automate high-volume imports with the Import API and the commercetools SDKs, or synchronize data between Projects with dedicated tooling.

commercetools does not provide a dedicated Export API. To export resources, use the Merchant Center or query resources with the HTTP API.

Comparison of import and export solutions

The following table compares the available import and export solutions to help you decide which fits your use case.

SolutionBest forLearn more
Merchant CenterBusiness users who work without codeImport data and export data
Order Import endpointImporting Orders through the HTTP APIOrder Import
Import APIHigh-volume, automated importsImport API overview
SDKsIntegrating the Import API into a Java, TypeScript, or .NET applicationJava, TypeScript, .NET
commercetools-project-syncSynchronizing data between ProjectsGitHub
Connect product export templateBuilding an integration that exports Product data to external systemsProduct export template