MCPcopy Create free account

hub / github.com/MathewsJoseph25/create-shopify-app / functions

Functions36 in github.com/MathewsJoseph25/create-shopify-app

↓ 7 callersFunctiontrackException
(msg: string, error?: any, extraData?: any)
apps/api/utils/trackException.util.ts:1
↓ 5 callersFunctiongetShopifyAuthKeys
(shop: string)
apps/api/services/auth/helpers/getShopifyAuthKeys.helper.ts:4
↓ 4 callersFunctionuseAppApi
( req?: { url: string; data?: any }, dependencies?: any[], )
apps/admin/hooks/useAppApi.hook.ts:7
↓ 3 callersFunctionfetchShopifyApi
( shop: string, url: string, data?: any, method = 'GET', )
apps/api/utils/fetchShopifyApi.util.ts:6
↓ 2 callersFunctiongetShopInstallUrl
( shop: string, pageToRedirect = null, )
apps/api/services/auth/helpers/getShopInstallUrl.helper.ts:5
↓ 1 callersFunctionaddShopifyWebhooks
( shop: string, accessToken: string, webhooks: string[], )
apps/api/services/auth/helpers/addShopifyWebhooks.helper.ts:5
↓ 1 callersFunctionchangePlan
(billingPlan: BillingPlan)
apps/admin/app/billing/page.tsx:17
↓ 1 callersFunctionhandleAppUninstallWebhook
(payload: any, shop: string)
apps/api/webhooks/handlers/handleAppUninstall.webhook.ts:7
↓ 1 callersFunctionhandleShopUpdateWebhook
(payload: any, shop: string)
apps/api/webhooks/handlers/handleShopUpdate.webhook.ts:4
↓ 1 callersFunctionhandler
(req: Request, res: Response)
apps/api/services/auth/routers/auth-init.router.ts:8
↓ 1 callersFunctionrunInTransaction
( callback: (session: ClientSession) => void, )
apps/api/utils/runInTransaction.util.ts:4
↓ 1 callersFunctionuseShopifyGraphQl
( req?: { query: any; variables?: any }, dependencies?: any[], )
apps/admin/hooks/useShopifyGraphQl.hook.ts:3
↓ 1 callersFunctionuseShopifyRestApi
( req?: { url: string; data?: any; method?: string }, dependencies?: any[], )
apps/admin/hooks/useShopifyRestApi.hook.ts:3
↓ 1 callersFunctionverifyUrlHMAC
(req: Request)
apps/api/services/auth/helpers/verifyShopifyUrlHmac.helper.ts:6
↓ 1 callersFunctionverifyWebhook
(shop: string, payload: any, hmac: string)
apps/api/webhooks/helpers/verifyWebhook.helper.ts:4
FunctionAppContextWrapper
({ children }: { children: React.ReactNode })
apps/admin/components/AppContextWrapper.component.tsx:15
FunctionAppWrapper
({ children }: { children: React.ReactNode })
apps/admin/components/AppWrapper.component.tsx:11
FunctionBilling
()
apps/admin/app/billing/page.tsx:10
FunctionCheckRedirect
()
apps/admin/components/CheckRedirect.component.tsx:6
FunctionHome
()
apps/admin/app/page.tsx:99
FunctionLatestProducts
()
apps/admin/app/page.tsx:24
FunctionLoadingState
()
apps/admin/app/loading.tsx:4
FunctionPageLoadingState
()
apps/admin/components/PageLoadingState.component.tsx:4
FunctionProductsCount
()
apps/admin/app/page.tsx:83
FunctionRootLayout
({ children, }: { children: React.ReactNode })
apps/admin/app/layout.tsx:11
FunctionShopifyWebhooksHandler
(req: Request, res: Response)
apps/api/webhooks/index.ts:7
FunctionfetchShopifyGql
({ query, variables, }: { query: any variables?: any })
apps/admin/hooks/useAppApi.hook.ts:62
FunctionformatMoney
(money: string)
apps/admin/components/AppContextWrapper.component.tsx:28
Functionhandler
(req: Request, res: Response)
apps/api/services/auth/routers/auth-callback.router.ts:11
Functionhandler
(req: Request, res: Response)
apps/api/services/auth/routers/get-shop-info.router.ts:5
Functionhandler
(req: Request, res: Response)
apps/api/services/shop/routers/gql-api-proxy.router.ts:5
Functionhandler
(req: Request, res: Response)
apps/api/services/shop/routers/rest-api-proxy.router.ts:5
Functionhandler
(req: Request, res: Response)
apps/api/services/billing/routers/billing-callback.router.ts:11
Functionhandler
(req: Request, res: Response)
apps/api/services/billing/routers/change-plan.router.ts:9
Functionmiddleware
(request: NextRequest)
apps/admin/middleware.ts:3
FunctionurlRouter
(req: Request, res: Response)
apps/api/apiRouter.ts:16