deliveryCustomizationCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a delivery customization.
Access Scopes
`write_delivery_customizations` access scope.
Arguments
-
deliveryCustomization:
DeliveryCustomizationInput! -
The input data used to create the delivery customization.
Returns
-
deliveryCustomization:
DeliveryCustomization
Returns the created delivery customization.
-
userErrors:
DeliveryCustomizationError!
The list of errors that occurred from executing the mutation.
Examples