Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomization
A delivery customization.
Signature:
export interface DeliveryCustomization extends HasMetafieldDefinitions, HasMetafields, Node
Extends: HasMetafieldDefinitions, HasMetafields, Node
Property | Modifiers | Type | Description |
---|---|---|---|
enabled | Scalars[‘Boolean’][‘output’] | The enabled status of the delivery customization. | |
errorHistory? | Maybe<FunctionsErrorHistory> | (Optional) The error history on the most recent version of the delivery customization. | |
functionId | Scalars[‘String’][‘output’] | The ID of the Shopify Function implementing the delivery customization. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
metafield? | Maybe<Metafield> | (Optional) Returns a metafield by namespace and key that belongs to the resource. | |
metafieldDefinitions | MetafieldDefinitionConnection | List of metafield definitions. | |
metafields | MetafieldConnection | List of metafields that belong to the resource. | |
privateMetafield? | Maybe<PrivateMetafield> | (Optional) Returns a private metafield by namespace and key that belongs to the resource. | |
privateMetafields | PrivateMetafieldConnection | List of private metafields that belong to the resource. | |
shopifyFunction | ShopifyFunction | The Shopify Function implementing the delivery customization. | |
title | Scalars[‘String’][‘output’] | The title of the delivery customization. |