https://github.com/haehnchen/shopware-plugin-commerce-tools-exporter
Shopware plugin which mainly should export product and categories to Commerce-Tools
https://github.com/haehnchen/shopware-plugin-commerce-tools-exporter
commercetools shopware shopware-plugin
Last synced: 10 months ago
JSON representation
Shopware plugin which mainly should export product and categories to Commerce-Tools
- Host: GitHub
- URL: https://github.com/haehnchen/shopware-plugin-commerce-tools-exporter
- Owner: Haehnchen
- License: mit
- Created: 2016-07-10T09:13:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T09:03:59.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T16:32:42.348Z (over 1 year ago)
- Topics: commercetools, shopware, shopware-plugin
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeSet/Action/Action.php
- License: LICENSE
Awesome Lists containing this project
README
# Shopware Commerce-Tools Exporter
Shopware plugin which mainly should export product and categories to Commerce-Tools
## Links
- [commercetools.com](https://commercetools.com/)
- [dev.commercetools.com](https://dev.commercetools.com/)
- [admin.sphere.io](https://admin.sphere.io/)
## Requirements
- Shopware >= 5.2
- New Shopware Plugin System
- Commerce-Tools Account with: project, client_id, client_secret, product_type_id
- You should start a Commerce-Tools project with sample data eg. we need configured taxes and product types
### Custom attributes
Configurate custom attributes and fields
#### Products attributes
- `external-id`
- `seo-url`
## Command
Check credentials
```
php bin/console ct:check:auth
```
Run data exporter
```
php bin/console ct:exporter:categories
php bin/console ct:exporter:products
```
Run commands twice for category and image relations
Use `-vvv` for debug output
## Done
- category import with change set
- initial product import with images
## TODOs
- Product change set
- ...