--- title: DeliveryMethodType - GraphQL Admin description: Possible method types that a delivery method can have. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/DeliveryMethodType' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/DeliveryMethodType.txt --- # Delivery​Method​Type enum Possible method types that a delivery method can have. ## Valid values * LOCAL The order is delivered using a local delivery service. * NONE Non-physical items, no delivery needed. * PICK\_​UP The order is picked up by the customer. * PICKUP\_​POINT The order is delivered to a pickup point. * RETAIL In-store sale, no delivery needed. * SHIPPING The order is shipped. *** ## Fields * [Delivery​Method.​method​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DeliveryMethod#field-methodType) OBJECT The delivery method used by a fulfillment order. * [Fulfillment​Constraint​Rule.​delivery​Method​Types](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FulfillmentConstraintRule#field-deliveryMethodTypes) OBJECT A fulfillment constraint rule. * [fulfillment​Constraint​Rule​Create.​delivery​Method​Types](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentConstraintRuleCreate#argument-deliveryMethodTypes) MUTATION * [fulfillment​Constraint​Rule​Update.​delivery​Method​Types](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentConstraintRuleUpdate#argument-deliveryMethodTypes) MUTATION *** ## Map ### Fields with this enum * <-|[Delivery​Method.methodType](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DeliveryMethod#field-methodType) * <-|[Fulfillment​Constraint​Rule.deliveryMethodTypes](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FulfillmentConstraintRule#field-deliveryMethodTypes) ### Mutations with this enum * <\~>[fulfillment​Constraint​Rule​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentConstraintRuleCreate#argument-deliveryMethodTypes) * <\~>[fulfillment​Constraint​Rule​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentConstraintRuleUpdate#argument-deliveryMethodTypes)