Skip to main content

CheckoutSettingsInput Input Type

No description

input CheckoutSettingsInput {
useLegacyErrorFlow: Boolean @deprecated
automaticallyCompleteFullyPaidCheckouts: Boolean @deprecated
automaticCompletion: CheckoutAutoCompleteInput
allowLegacyGiftCardUse: Boolean
}

Fields

automaticCompletion ● CheckoutAutoCompleteInput

Settings for automatic completion of fully paid checkouts.

Added in Saleor 3.22

allowLegacyGiftCardUse ● Boolean

Default to true. Determines whether gift cards can be attached to a Checkout via addPromoCode mutation. Usage of this mutation with gift cards is deprecated.

Added in Saleor 3.23 (unreleased)
Show deprecated

Member Of

ChannelCreateInput input ● ChannelUpdateInput input