Library reference

October 2, 2023 ยท View on GitHub

This section of the documentation provides thorough details on the parameters and response formats for each of the main components exported by the library.

shopifyApi

PropertyDescription
configThe options used to set up the object, containing the parameters of this function.
authObject containing functions to authenticate with Shopify APIs.
clientsObject containing clients to access Shopify APIs.
sessionObject containing functions to manage Shopify sessions.
webhooksObject containing functions to configure and handle Shopify webhooks.
billingObject containing functions to enable apps to bill merchants.
utilsObject containing general functions to help build apps.
restObject containing OO representations of the Admin REST API. See the API reference documentation for details.

Back to main page