Skip to main content

ConfigEshopCheckout Object

Description

Checkout configuration for the e-shop.

Declaration

type ConfigEshopCheckout {
version: String
packages: ConfigEshopCheckoutShippingPackages
fromAddresses: [Address!]
paymentMethods: ConfigEshopCheckoutPaymentMethods
shippingPolicies: [ConfigEshopCheckoutShippingPolicy!]!
}

Fields

NameTypeDescription
versionStringCheckout version number.
packagesConfigEshopCheckoutShippingPackagesShipping package configuration.
fromAddresses[Address!]List of addresses to ship from.
paymentMethodsConfigEshopCheckoutPaymentMethodsPayment methods configuration.
shippingPolicies[ConfigEshopCheckoutShippingPolicy!]!Shipping policies configuration.