Skip to main content

CustomCheckoutSetting

No description

type CustomCheckoutSetting {
id: ID!
identifier: CustomerIdentifier!
name: NameInputOptions!
secondaryPhone: CheckoutFieldOptions!
postalCode: CheckoutFieldOptions!
notesToSeller: CheckoutFieldOptions!
checkoutNote: CheckoutNote!
orderConfirmationNotes: OrderConfirmationNotes!
allowedOpenPackageProviders: [WuiltShipmentProvider]!
}

Fields​

CustomCheckoutSetting.id ● ID! non-null scalar​

CustomCheckoutSetting.identifier ● CustomerIdentifier! non-null enum​

CustomCheckoutSetting.name ● NameInputOptions! non-null enum​

CustomCheckoutSetting.secondaryPhone ● CheckoutFieldOptions! non-null enum​

CustomCheckoutSetting.postalCode ● CheckoutFieldOptions! non-null enum​

CustomCheckoutSetting.notesToSeller ● CheckoutFieldOptions! non-null enum​

CustomCheckoutSetting.checkoutNote ● CheckoutNote! non-null object​

CustomCheckoutSetting.orderConfirmationNotes ● OrderConfirmationNotes! non-null object​

CustomCheckoutSetting.allowedOpenPackageProviders ● [WuiltShipmentProvider]! non-null enum​

Member Of​

CustomCheckoutSettingActions object