# CartDeliveryOption - storefront - OBJECT Version: unstable ## Description Information about a delivery option. ### Access Scopes ## Fields * [code](/docs/api/storefront/unstable/scalars/String): String - The code of the delivery option. * [deliveryMethodType](/docs/api/storefront/unstable/enums/DeliveryMethodType): DeliveryMethodType! - The method for the delivery option. * [deliveryPromise](/docs/api/storefront/unstable/scalars/String): String - The string format of the delivery promise. * [description](/docs/api/storefront/unstable/scalars/String): String - The description of the delivery option. * [estimatedCost](/docs/api/storefront/unstable/objects/MoneyV2): MoneyV2! - The estimated cost for the delivery option. * [handle](/docs/api/storefront/unstable/scalars/String): String! - The unique identifier of the delivery option. * [maxEstimatedDeliveryDate](/docs/api/storefront/unstable/scalars/ISO8601DateTime): ISO8601DateTime - The maximum date and time by which the delivery is expected to be completed. You must enable [processing time](https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/set-up-delivery-dates) or enroll in [Shopify Logistics](https://www.shopify.com/fulfillment) to have access to this field. * [minEstimatedDeliveryDate](/docs/api/storefront/unstable/scalars/ISO8601DateTime): ISO8601DateTime - The minimum date and time by which the delivery is expected to be completed. You must enable [processing time](https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/set-up-delivery-dates) or enroll in [Shopify Logistics](https://www.shopify.com/fulfillment) to have access to this field. * [title](/docs/api/storefront/unstable/scalars/String): String - The title of the delivery option. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples