# DeliveryMethod - admin-graphql - OBJECT Version: 2024-10 ## Description The delivery method used by a fulfillment order. ### Access Scopes `read_orders` access scope, `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope, `read_third_party_fulfillment_orders` access scope or `read_marketplace_fulfillment_orders` access scope. ## Fields * [additionalInformation](/docs/api/admin-graphql/2024-10/objects/DeliveryMethodAdditionalInformation): DeliveryMethodAdditionalInformation - The Additional information to consider when performing the delivery. * [brandedPromise](/docs/api/admin-graphql/2024-10/objects/DeliveryBrandedPromise): DeliveryBrandedPromise - The branded promise that was presented to the buyer during checkout. For example: Shop Promise. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [maxDeliveryDateTime](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The latest delivery date and time when the fulfillment is expected to arrive at the buyer's location. * [methodType](/docs/api/admin-graphql/2024-10/enums/DeliveryMethodType): DeliveryMethodType! - The type of the delivery method. * [minDeliveryDateTime](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The earliest delivery date and time when the fulfillment is expected to arrive at the buyer's location. * [presentedName](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the delivery option that was presented to the buyer during checkout. * [serviceCode](/docs/api/admin-graphql/2024-10/scalars/String): String - A reference to the shipping method. * [sourceReference](/docs/api/admin-graphql/2024-10/scalars/String): String - Source reference is promise provider specific data associated with delivery promise. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples