Skip to main content

shopifyApp

Returns a set of functions that can be used by the app's backend to be able to respond to all Shopify requests.

The shape of the returned object changes depending on the value of distribution. If it is AppDistribution.ShopifyAdmin, then only ShopifyAppBase objects are returned, otherwise ShopifyAppLogin objects are included.

Creates an object your app will use to interact with Shopify.

Anchor to appConfig
appConfig
Config extends <Resources, Storage>
required

Configuration options for your Shopify app, such as the scopes your app needs.

<Config extends <Resources, Storage>>

ShopifyApp An object constructed using your appConfig. It has methods for interacting with Shopify.



Was this page helpful?