DeliveryMethod - admin-graphql - OBJECT
Version: 2025-01
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:
DeliveryMethodAdditionalInformation -
The Additional information to consider when performing the delivery.
-
brandedPromise:
DeliveryBrandedPromise -
The branded promise that was presented to the buyer during checkout. For example: Shop Promise.
-
id:
ID! -
A globally-unique ID.
-
maxDeliveryDateTime:
DateTime -
The latest delivery date and time when the fulfillment is expected to arrive at the buyer's location.
-
methodType:
DeliveryMethodType! -
The type of the delivery method.
-
minDeliveryDateTime:
DateTime -
The earliest delivery date and time when the fulfillment is expected to arrive at the buyer's location.
-
presentedName:
String -
The name of the delivery option that was presented to the buyer during checkout.
-
serviceCode:
String -
A reference to the shipping method.
-
sourceReference:
String -
Source reference is promise provider specific data associated with delivery promise.
Connections
Related queries
Related mutations
Related Unions
Examples