Skip to main content
Version: 3.x

OrderSettingsUpdateInput

No description

input OrderSettingsUpdateInput {
automaticallyConfirmAllNewOrders: Boolean
automaticallyFulfillNonShippableGiftCard: Boolean
}

Fields

OrderSettingsUpdateInput.automaticallyConfirmAllNewOrders ● Boolean scalar

When disabled, all new orders from checkout will be marked as unconfirmed. When enabled orders from checkout will become unfulfilled immediately. By default set to True

OrderSettingsUpdateInput.automaticallyFulfillNonShippableGiftCard ● Boolean scalar

When enabled, all non-shippable gift card orders will be fulfilled automatically. By defualt set to True.

Member of

orderSettingsUpdate mutation


Was this page helpful?