Authenticate
Public
App proxy
App proxies take requests to Shopify links, and redirect them to external links.
The function validates requests made to app proxies, and returns a context to enable querying Shopify APIs.
Checkout
The authenticate.public.checkout
function ensures that checkout extension requests are coming from Shopify, and returns helpers to respond with the correct headers.
Customer account
The function ensures that customer account extension requests are coming from Shopify, and returns helpers to respond with the correct headers.
Uncategorized
Admin
Contains methods for authenticating and interacting with the Admin API. This function can handle requests for apps embedded in the Admin, Admin extensions, or non-embedded apps.
Flow
Contains functions for verifying Shopify Flow extensions. See the Flow documentation for more information.
Fulfillment Service
Contains functions for verifying fulfillment service requests. See the fulfillment service documentation for more information.
Webhook
Contains functions for verifying Shopify webhooks.