DeliveryProfileInput input object

Input fields for a delivery profile.

Input fields

  • conditionsToDelete ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Conditions to delete.
  • locationGroupsToCreate ([[DeliveryProfileLocationGroupInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofilelocationgroupinput))
    The location groups to be created in the profile.
  • locationGroupsToDelete ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The location groups to be deleted in the profile.
  • locationGroupsToUpdate ([[DeliveryProfileLocationGroupInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofilelocationgroupinput))
    The location groups to be updated in the profile.
  • methodDefinitionsToDelete ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Method definitions to delete.
  • name ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the profile.
  • profileLocationGroups ([[DeliveryProfileLocationGroupInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofilelocationgroupinput))
    The location groups associated with the profile.
  • sellingPlanGroupsToAssociate ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The selling plan groups to be associated with this profile.
  • sellingPlanGroupsToDissociate ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The selling plan groups to be dissociated with this profile.
  • variantsToAssociate ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The product variant ids to be associated with this profile.
  • variantsToDissociate ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The product variant ids to be dissociated from this profile and returned to the default profile.
  • zonesToDelete ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Zones to delete.