Skip to main content

orderSettings Query

DEPRECATED

Use the channel query to fetch the orderSettings field instead.

Order related settings from site settings. Returns orderSettings for the first channel in alphabetical order.

Requires the MANAGE_ORDERSpermission.
orderSettings: OrderSettings @deprecated
Details
type OrderSettings {
automaticallyConfirmAllNewOrders: Boolean!
automaticallyFulfillNonShippableGiftCard: Boolean!
expireOrdersAfter: Minute
markAsPaidStrategy: MarkAsPaidStrategyEnum!
deleteExpiredOrdersAfter: Day!
allowUnpaidOrders: Boolean!
includeDraftOrderInVoucherUsage: Boolean!
draftOrderLinePriceFreezePeriod: Hour
useLegacyLineDiscountPropagation: Boolean!
}

Type​

OrderSettings​

Represents the channel-specific order settings.