--- title: CartDeliveryInput - Storefront API description: The input fields for the cart's delivery properties. api_version: 2026-01 api_name: storefront type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartDeliveryInput md: >- https://shopify.dev/docs/api/storefront/latest/input-objects/CartDeliveryInput.md --- # Cart​Delivery​Input input\_object The input fields for the cart's delivery properties. ## Fields * addresses [\[Cart​Selectable​Address​Input!\]](https://shopify.dev/docs/api/storefront/latest/input-objects/CartSelectableAddressInput) Selectable addresses to present to the buyer on the cart. The input must not contain more than `250` values. *** ## Input objects using this input * [Cart​Input.delivery](https://shopify.dev/docs/api/storefront/latest/input-objects/CartInput#fields-delivery) INPUT OBJECT The input fields for creating a [`Cart`](https://shopify.dev/docs/api/storefront/current/objects/Cart). Used by the [`cartCreate`](https://shopify.dev/docs/api/storefront/current/mutations/cartCreate) mutation. Accepts merchandise lines, discount codes, gift card codes, and a note. You can also set custom attributes, metafields, buyer identity for international pricing, and delivery addresses. *** ## Map ### Input objects using this input * [Cart​Input.delivery](https://shopify.dev/docs/api/storefront/latest/input-objects/CartInput#fields-delivery)