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