Skip to main content
Log inSign up
query

Returns a Shopify Function by its ID. Functions enable you to customize Shopify's backend logic at defined parts of the commerce loop.

String!required

The ID of the Shopify Function.


Was this section helpful?

A Shopify Function.

apiType
non-null

The API type of the Shopify Function.

apiVersion
non-null

The API version of the Shopify Function.

app
non-null

The app that owns the Shopify Function.

appBridge
non-null

The App Bridge information for the Shopify Function.

appKey
non-null

The client ID of the app that owns the Shopify Function.

description

The description of the Shopify Function.

id
non-null

The ID of the Shopify Function.

inputQuery

The input query of the Shopify Function.

title
non-null

The title of the Shopify Function.

useCreationUi
non-null

If the Shopify Function uses the creation UI in the Admin.


Was this section helpful?