Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryMethod
The delivery method used by a fulfillment order.
Signature:
export interface DeliveryMethod extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
brandedPromise? | Maybe<DeliveryBrandedPromise> | (Optional) The branded promise that was presented to the buyer during checkout. For example: Shop Promise. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
maxDeliveryDateTime? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The latest delivery date and time when the fulfillment is expected to arrive at the buyer’s location. | |
methodType | DeliveryMethodType | `${DeliveryMethodType}` | The type of the delivery method. | |
minDeliveryDateTime? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The earliest delivery date and time when the fulfillment is expected to arrive at the buyer’s location. | |
serviceCode? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A reference to the shipping method. |