Internal Structure
Class ShopQuery
ShopQueryimport {ShopQuery} from '@scandipwa/shopify-shop/src/api/Shop.query.js'Method _getShopFields
_getShopFieldsFunction processShop
processShopimport {processShop} from '@scandipwa/shopify-shop/src/api/Shop.processor.js'{
'ShopifyShop/Api/Shop/Processor/processShop': {
'function': ([shop], callback) => {
callback(shop);
shop.translatedDescription = translate(shop.description);
}
}
}Class ShopProvider
ShopProviderMethod getContextValue
getContextValueLast updated