Anchor to ShopifyFunctionShopify
objectShopify Function
A Shopify Function.
Anchor to FieldsFields
- Anchor to apiTypeapi•String!non-null
Type The API type of the Shopify Function.
- Anchor to apiVersionapi•String!non-null
Version The API version of the Shopify Function.
- •App!non-null
The app that owns the Shopify Function.
- Anchor to appBridgeapp•Functions
Bridge App Bridge!non-null The App Bridge information for the Shopify Function.
- Anchor to appKeyapp•String!non-null
Key The client ID of the app that owns the Shopify Function.
- Anchor to descriptiondescription•String
The description of the Shopify Function.
- •String!non-null
The ID of the Shopify Function.
- Anchor to inputQueryinput•String
Query The input query of the Shopify Function.
- Anchor to titletitle•String!non-null
The title of the Shopify Function.
- Anchor to useCreationUiuse•Boolean!non-null
Creation Ui If the Shopify Function uses the creation UI in the Admin.
Was this section helpful?
Anchor to QueriesQueries
- •query
Returns a Shopify Function by its ID. Functions enable you to customize Shopify's backend logic at defined parts of the commerce loop.
- •query
Returns the Shopify Functions owned by the querying API client installed on the shop.
Was this section helpful?