--- title: CartDeliveryOption - Storefront API description: Information about a delivery option. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryOption' md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryOption.txt --- # Cart​Delivery​Option object Information about a delivery option. ## Fields * code [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The code of the delivery option. * delivery​Method​Type [Delivery​Method​Type!](https://shopify.dev/docs/api/storefront/2024-10/enums/DeliveryMethodType) non-null The method for the delivery option. * description [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The description of the delivery option. * estimated​Cost [Money​V2!](https://shopify.dev/docs/api/storefront/2024-10/objects/MoneyV2) non-null The estimated cost for the delivery option. * handle [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The unique identifier of the delivery option. * title [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The title of the delivery option. *** ## Map ### Fields with this object * {}[CartDeliveryGroup.deliveryOptions](https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryGroup#field-deliveryOptions) * {}[CartDeliveryGroup.selectedDeliveryOption](https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryGroup#field-selectedDeliveryOption)