# CartDeliveryOption - storefront - OBJECT Version: 2024-10 ## Description Information about a delivery option. ### Access Scopes ## Fields * [code](/docs/api/storefront/2024-10/scalars/String): String - The code of the delivery option. * [deliveryMethodType](/docs/api/storefront/2024-10/enums/DeliveryMethodType): DeliveryMethodType! - The method for the delivery option. * [description](/docs/api/storefront/2024-10/scalars/String): String - The description of the delivery option. * [estimatedCost](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The estimated cost for the delivery option. * [handle](/docs/api/storefront/2024-10/scalars/String): String! - The unique identifier of the delivery option. * [title](/docs/api/storefront/2024-10/scalars/String): String - The title of the delivery option. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples