GraphQL: Add support for id_v2 for Open Source product types #7443
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#28524
Magento 2 GitHub PR: magento/magento2#28210
Magento 2 version:
- 2.4
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
Content
This issue tracks the addition of the uid
attribute to multiple product data types, including
BundleItemOption
CustomizableAreaValue
CustomizableDateValue
CustomizableDropDownValue
CustomizableMultipleValue
CustomizableFieldValue
CustomizableRadioValue
CustomizableCheckboxValue
ConfigurableAttributeOption
DownloadableProductLinks
Others might exist or be added later
The uid
attribute is being added as part of the campaign to replace all single-product add-to-cart mutations with a single mutation, so it is probably not necessary to update any examples that existed before 2.4.1.
Create your branch off of 2.4.1-develop
.
Additional information
This issue is assigned to Atwix, because they contributed the functionality.
Related PR: #7416 (Gift cards, a Commerce feature)