Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomizationInput
The input fields to create and update a delivery customization.
Signature:
export interface DeliveryCustomizationInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| enabled? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) The enabled status of the delivery customization. | |
| functionId? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The ID of the function providing the delivery customization. | |
| metafields? | InputMaybe<Array<MetafieldInput>> | (Optional) Additional metafields to associate to the delivery customization. | |
| title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the delivery customization. |