Magento – how to sync and get adobe custom_attributes in api productSearch of Live Search
how can i get custom value(brand) from adobe via graphql https://commerce.adobe.io/search/graphql here is my query query productSearch { productSearch(phrase: "bag") { total_count items { product { name sku custom_attributes { code value } } } facets { title } }…