Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```