Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyFunction
A Shopify Function.
Signature:
export interface ShopifyFunction
Property | Modifiers | Type | Description |
---|---|---|---|
apiType | Scalars[‘String’][‘output’] | The API type of the Shopify Function. | |
apiVersion | Scalars[‘String’][‘output’] | The API version of the Shopify Function. | |
app | App | The app that owns the Shopify Function. | |
appBridge | FunctionsAppBridge | The App Bridge information for the Shopify Function. | |
appKey | Scalars[‘String’][‘output’] | The client ID of the app that owns the Shopify Function. | |
description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the Shopify Function. | |
id | Scalars[‘String’][‘output’] | The ID of the Shopify Function. | |
inputQuery? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The input query of the Shopify Function. | |
title | Scalars[‘String’][‘output’] | The title of the Shopify Function. | |
useCreationUi | Scalars[‘Boolean’][‘output’] | If the Shopify Function uses the creation UI in the Admin. |