# Import and export 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. | Solution | Best for | Learn more | | --- | --- | --- | | Merchant Center | Business users who work without code | [Import data](/merchant-center/import-data.md) and [export data](/merchant-center/export-data.md) | | Order Import endpoint | Importing Orders through the HTTP API | [Order Import](/api/projects/orders-import.md) | | Import API | High-volume, automated imports | [Import API overview](/api/import-export/overview.md) | | SDKs | Integrating the Import API into a Java, TypeScript, or .NET application | [Java](/api/dev-tooling/java-sdk-getting-started?activePath=import-api), [TypeScript](/api/dev-tooling/ts-sdk-getting-started?activePath=import-api), [.NET](/api/dev-tooling/dotnet-sdk-getting-started?activePath=import-api) | | commercetools-project-sync | Synchronizing data between Projects | [GitHub](https://github.com/commercetools/commercetools-project-sync) | | Connect product export template | Building an integration that exports Product data to external systems | [Product export template](/connect/templates/product-export.md) | ## Related pages - [Area overview page with navigation](/api.md) - [Previous page: Manage resources](/api/getting-started/manage-resources.md) - [Next page: Use the API reference](/api/getting-started/use-api-reference.md) - [Search documentation and API specs](/search.md)