Skip to main content

deliveryOptionsCalculate Mutation

Calculates available delivery options for a checkout.

Added in Saleor 3.23

Triggers the following webhook events:

  • SHIPPING_LIST_METHODS_FOR_CHECKOUT (sync): Triggered to fetch external shipping methods.
  • CHECKOUT_FILTER_SHIPPING_METHODS (sync): Triggered to filter shipping methods.
deliveryOptionsCalculate(
id: ID!
): DeliveryOptionsCalculate
Details
type DeliveryOptionsCalculate {
deliveries: [Delivery!]!
errors: [DeliveryOptionsCalculateError!]!
}

Arguments

id ● ID!

The ID of the checkout.

Type

DeliveryOptionsCalculate

Calculates available delivery options for a checkout.

Added in Saleor 3.23

Triggers the following webhook events:

  • SHIPPING_LIST_METHODS_FOR_CHECKOUT (sync): Triggered to fetch external shipping methods.
  • CHECKOUT_FILTER_SHIPPING_METHODS (sync): Triggered to filter shipping methods.