Input parameters for preloading a Shopify checkout.

interface ShopifyPreloadInput {
    checkoutUrl: string;
}

Properties

Properties

checkoutUrl: string

Required: The Shopify checkout URL to preload. Preloading allows the checkout to load in the background for faster presentation.