Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooore-digital/magento2-module-xcore-attributes
Magento 2 module for providing specific xCore attributes in the REST API
https://github.com/mooore-digital/magento2-module-xcore-attributes
exact-online magento2 xcore
Last synced: about 1 month ago
JSON representation
Magento 2 module for providing specific xCore attributes in the REST API
- Host: GitHub
- URL: https://github.com/mooore-digital/magento2-module-xcore-attributes
- Owner: mooore-digital
- License: mit
- Created: 2019-12-18T09:00:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T14:31:58.000Z (almost 5 years ago)
- Last Synced: 2024-04-22T00:59:55.637Z (9 months ago)
- Topics: exact-online, magento2, xcore
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xCore Attributes
Magento 2 module for providing specific [xCore](https://dealer4dealer.nl/magento-2-exact-online-koppeling/) attributes in the REST API to sync data back from Magento to [Exact Online](https://www.exact.com/software/exact-online).
For customers, it exposes the following extension attributes:
- xcore_price_list (PriceList GUID).
- xcore_vat_code (Selected vat class, either 'excluding' or 'including').## Installation
```shell script
composer require mooore/magento2-module-xcore-attributes
bin/magento setup:upgrade
```