--- title: CartDeliveryOption - Storefront API description: > A shipping or delivery choice available to customers during checkout. Each option includes a title, estimated cost, and delivery method type such as shipping or local pickup. Returned by the [`CartDeliveryGroup`](/docs/api/storefront/unstable/objects/CartDeliveryGroup) object's [`deliveryOptions`](/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.deliveryOptions) field and [`selectedDeliveryOption`](/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.selectedDeliveryOption) field. 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 A shipping or delivery choice available to customers during checkout. Each option includes a title, estimated cost, and delivery method type such as shipping or local pickup. Returned by the [`CartDeliveryGroup`](https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryGroup) object's [`deliveryOptions`](https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.deliveryOptions) field and [`selectedDeliveryOption`](https://shopify.dev/docs/api/storefront/unstable/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.selectedDeliveryOption) field. ## 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)