conneqt / m2-module-customer-attributes
This module contains the default customer attributes necessary for easier connections
1.0.1
2025-09-03 15:13 UTC
Requires
- conneqt/m2-base: *
- magento/framework: *
This package is not auto-updated.
Last update: 2025-09-04 13:22:35 UTC
README
The README.md file content is generated automatically, see Magento module README.md for more information.
Conneqt_CustomerAttributes module
This module contains the default customer attributes necessary for easier connections
It will create the following customer attributes:
customer_external_id
- text field, visible in admin and used to store the unique identifier of the customercustomer_group_external_id
- text field, visible in admin and used to store the unique identifier of the customer group
It will also create the following customer address attributes:
customer_address_external_id
- text field, visible in admin and used to store the unique identifier of the customer address
All attributes are also available via the API, where they will be available as extensions attributes.
Installation details
composer require conneqt/m2-module-customer-attributes