---
title: deliveryCustomizationCreate - GraphQL Admin
description: Creates a delivery customization.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate.md
---

# delivery​Customization​Create

mutation

Requires `write_delivery_customizations` access scope.

Creates a delivery customization.

## Arguments

* delivery​Customization

  [Delivery​Customization​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryCustomizationInput)

  required

  The input data used to create the delivery customization.

***

## Delivery​Customization​Create​Payload returns

* delivery​Customization

  [Delivery​Customization](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCustomization)

  Returns the created delivery customization.

* user​Errors

  [\[Delivery​Customization​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCustomizationError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### deliveryCustomizationCreate reference
