Adds a unique code to attribute options, allowing remote clients to create and reference options by code. Enables saving products with attribute option codes instead of IDs.
Looking for contributors - Help fix build issues
Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2
7 open-source Magento 2 modules, verified with automated build, coding-standard, PHPStan and SemVer checks.
Adds a unique code to attribute options, allowing remote clients to create and reference options by code. Enables saving products with attribute option codes instead of IDs.
Looking for contributors - Help fix build issues
Ensures API operations are idempotent by using a message group ID and timestamp. Prevents duplicate processing of the same request and handles late messages.
Looking for contributors - Help fix build issues
Ensures only one product save process can run at a time for the same product SKU. Prevents data inconsistencies from concurrent product updates.
Allows setting and retrieving attribute set codes in Magento 2. Simplifies programmatic access to attribute sets using codes instead of IDs.
Looking for contributors - Help fix build issues
Extends the Magento 2 product repository. Adds functionality to specify attribute codes for configurable product options and use SKUs for configurable product links.
Looking for contributors - Help fix build issues
Exposes additional payment attributes as AdditionalInformationFields in ExtendedAttributes. Supports Magento versions <= 2.3.x and 2.4.x.
Looking for contributors - Help fix build issues
Provides a multi-server lock service, allowing developers to apply mutual exclusion locks to shared resources. Prevents simultaneous access to resources across multiple servers.