CheckoutSettings
Represents the channel-specific checkout settings.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
type CheckoutSettings {
useLegacyErrorFlow: Boolean!
}
Fields
CheckoutSettings.useLegacyErrorFlow
● Boolean!
non-null scalar miscellaneous
Default
Added in Saleor 3.15.This field will be removed in Saleor 4.0true
. Determines if the checkout mutations should use legacy error flow. In legacy flow, all mutations can raise an exception unrelated to the requested action - (e.g. out-of-stock exception when updating checkoutShippingAddress.) Iffalse
, the errors will be aggregated incheckout.problems
field. Some of theproblems
can block the finalizing checkout process. The legacy flow will be removed in Saleor 4.0. The flow withcheckout.problems
will be the default one.
Member Of
Channel
object