Skip to main content

deliveryOptionsCalculate Mutation

Calculates available delivery options for a checkout.

Added in Saleor 3.23 (unreleased)

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
Show return type

Arguments

id ● ID!

The ID of the checkout.

Type

DeliveryOptionsCalculate

Calculates available delivery options for a checkout.

Added in Saleor 3.23 (unreleased)

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.