generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta2: Different tasks from Custom product EAV in GraphQL epic (LYNX-52) #151
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4d9e3d9
Example for retrieving rma_item attributes list
loginesta 998e18e
Remove duplicated useless section
loginesta 70f5ef1
Add example for ReturnItemAttributeMetadata
loginesta 176993b
Refactor: rephrase
loginesta 43a5066
Merge branch '2.4.7-develop' into LYNX-104
loginesta a1c492d
Merge branch '2.4.7-develop' into LYNX-104
jeff-matthews d4e11d7
Merge branch '2.4.7-develop' of github.com:AdobeDocs/commerce-webapi …
loginesta aae5bc3
Merge branch 'LYNX-104' of github.com:loginesta/commerce-webapi into …
loginesta 68cbeea
Add examples for catalog_product and catalog_product with swatch options
loginesta 6322da8
Merge branch '2.4.7-develop' of github.com:AdobeDocs/commerce-webapi …
loginesta 6597387
LYNX-167: Removed UID and put code as ID type
svera 131576e
LYNX-183: Add filters to attributesList query
loginesta 373992b
Merge branch 'LYNX-104' of github.com:loginesta/commerce-webapi into …
svera 353888d
LYNX-187: prefix, sufix, middlename and fax fields missing in setShip…
bl4de 9e5e9d2
Merge branch 'LYNX-187' into LYNX-104
bl4de e2e44b7
Fix styling
loginesta f725083
Add deprecated message for PWA
loginesta d7b5134
Add all fields for attribute value interface and attribute metadata e…
loginesta 70524a3
Custom_attributesV2 for products
loginesta 1f2bd73
Filtering Product custom_attributes
loginesta 59b1855
Address comments from PR
loginesta 93e5643
Remove incorrect usage of attributes when filtering
loginesta 859101c
Add missing deprecated message
loginesta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
### AttributeValueInterface attributes | ||
|
||
import BetaNote from '/src/pages/_includes/graphql/notes/beta.md' | ||
|
||
<BetaNote /> | ||
|
||
The `AttributeValueInterface` contains the following attributes: | ||
|
||
Attribute | Data Type | Description | ||
--- | --- | --- | ||
`code` | ID! | The attribute code | ||
`is_comparable` | Boolean | Whether a product or category attribute can be compared against another or not | ||
`is_filterable` | Boolean | Whether a product or category attribute can be filtered or not | ||
`is_filterable_in_search` | Boolean | Whether a product or category attribute can be filtered in search or not | ||
`is_html_allowed_on_front` | Boolean | Whether a product or category attribute can use HTML on front or not | ||
`is_searchable` | Boolean | Whether a product or category attribute can be searched or not | ||
`is_used_for_price_rules` | Boolean | Whether a product or category attribute can be used for price rules or not | ||
`is_used_for_promo_rules` | Boolean | Whether a product or category attribute is used for promo rules or not | ||
`is_visible_in_advanced_search` | Boolean | Whether a product or category attribute is visible in advanced search or not | ||
`is_visible_on_front` | Boolean | Whether a product or category attribute is visible on front or not | ||
`is_wysiwyg_enabled` | Boolean | Whether a product or category attribute has WYSIWYG enabled or not | ||
`used_in_product_listing` | Boolean | Whether a product or category attribute is used in product listing or not | ||
|
||
Currently, `AttributeValueInterface` has two different implementations: `AttributeValue` and `AttributeSelectedOptions`. | ||
|
||
In addition to the attributes described for `AttributeValueInterface`, the `AttributeValue` contains the following: | ||
|
||
Attribute | Data Type | Description | ||
--- | --- | --- | ||
`value` | String! | The attribute value | ||
|
||
The `AttributeSelectedOptions` object contains the following attributes: | ||
|
||
Attribute | Data Type | Description | ||
--- | --- | --- | ||
`selected_options` | [AttributeSelectedOptionInterface!]! | An array containing selected options for a select or multiselect attribute | ||
|
||
The `AttributeSelectedOptionInterface` contains the following attributes: | ||
|
||
Attribute | Data Type | Description | ||
--- | --- | --- | ||
`label` | String! | The attribute selected option label | ||
`value` | String! | The attribute selected option value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link here goes to customer address attributes, it should link to customer attributes instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually the link goes nowhere since this doesn't not exist on the page which you currently are