> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/objects/delivery

# Delivery Object

Represents a delivery option for the checkout.

Added in Saleor 3.23

```graphql
type Delivery {
  id: ID!
  shippingMethod: ShippingMethod
}
```

<a id="fields"></a>

### Fields

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of the delivery.

<a id="shipping-method"></a>

#### [`shippingMethod`](#shipping-method) ● [`ShippingMethod`](/api-reference/shipping/objects/shipping-method.md)

Shipping method represented by the delivery.

<a id="member-of"></a>

### Member Of

[`Checkout`](/api-reference/checkout/objects/checkout.md) object  ● [`CheckoutProblemDeliveryMethodInvalid`](/api-reference/checkout/objects/checkout-problem-delivery-method-invalid.md) object  ● [`CheckoutProblemDeliveryMethodStale`](/api-reference/checkout/objects/checkout-problem-delivery-method-stale.md) object  ● [`DeliveryOptionsCalculate`](/api-reference/shipping/objects/delivery-options-calculate.md) object
