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.22allowLegacyGiftCardUse ● 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.
Show deprecated
Member Of
ChannelCreateInput input ● ChannelUpdateInput input