Result returned when a Shopify checkout completes successfully. Contains the full checkout completion event data from Shopify's Checkout Sheet Kit.

interface ShopifyCheckoutResult {
    orderDetails: ShopifyOrderDetails;
}

Properties

Properties

orderDetails: ShopifyOrderDetails

Details about the completed order.