CheckoutSettings
Settings used during the checkout process
This page contains
Fields
| tenant: String! | Unique identifier of the marketplace |
| marketplaceBaseUrl: URL! | Base URL of the marketplace |
| supportEmail: [LocalizedEmailAddress!] | Support email configured for the marketplace |
| supportPhone: String | Support phone number configured for the marketplace |
| supportedLocales: [Locale!]! | Supported locales available in the marketplace |
| defaultLocale: Locale! | Default locale configured for the marketplace |
| marketplaceLogoUrl: URL | URL of the logo image uploaded in marketplace settings |
| marketplaceFaviconUrl: URL | URL of the favicon image uploaded in marketplace settings |
| marketplaceTermsAndConditionsUrl: [LocalizedURL!] | URL of the marketplace terms and conditions |
| marketplacePrivacyUrl: [LocalizedURL!] | URL of the marketplace privacy policy |
| flatTaxRate: Decimal | Flat tax rate applicable to prices |
| allowDiscountCredit: Boolean! | Whether discount credit is allowed when item purchase value is less than discount amount |
| shippingCostEnabled: Boolean! | Whether shipping costs are defined by the marketplace manager based on total order value |
Queries for CheckoutSettings
| checkoutSettings | Retrieves marketplace settings used during the checkout process |