--- title: CartDeliveryOption - Storefront API description: Information about a delivery option. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryOption' md: >- https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryOption.md --- # Cart​Delivery​Option object Information about a delivery option. ## Fields * code [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The code of the delivery option. * delivery​Method​Type [Delivery​Method​Type!](https://shopify.dev/docs/api/storefront/unstable/enums/DeliveryMethodType) non-null The method for the delivery option. * delivery​Promise [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The string format of the delivery promise. * description [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The description of the delivery option. * estimated​Cost [Money​V2!](https://shopify.dev/docs/api/storefront/unstable/objects/MoneyV2) non-null The estimated cost for the delivery option. * handle [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The unique identifier of the delivery option. * max​Estimated​Delivery​Date [ISO8601Date​Time](https://shopify.dev/docs/api/storefront/unstable/scalars/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. * min​Estimated​Delivery​Date [ISO8601Date​Time](https://shopify.dev/docs/api/storefront/unstable/scalars/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 [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The title of the delivery option. *** ## Map ### Fields with this object * {}[CartDeliveryGroup.deliveryOptions](https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.deliveryOptions) * {}[CartDeliveryGroup.selectedDeliveryOption](https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.selectedDeliveryOption)