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
| Property | Description |
|---|---|
| config | The options used to set up the object, containing the parameters of this function. |
| auth | Object containing functions to authenticate with Shopify APIs. |
| clients | Object containing clients to access Shopify APIs. |
| session | Object containing functions to manage Shopify sessions. |
| webhooks | Object containing functions to configure and handle Shopify webhooks. |
| billing | Object containing functions to enable apps to bill merchants. |
| utils | Object containing general functions to help build apps. |
| rest | Object containing OO representations of the Admin REST API. See the API reference documentation for details. |