Internal Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
CheckoutQuery
Description: Checkout query declaration. Read more: ,
Namespace: ShopifyCheckout/Api/Checkout/Query/CheckoutQuery
_getCheckoutFields
Description: Function that returns an array of checkout fields. Read more:
getCheckoutField
Description: Checkout by ID fields getter [returns node]
getCreateCheckoutField
Description: Create checkout fields getter [returns node]
processCheckout
Description: Checkout processor. Returns void, instead it modifies the passed argument.
Namespace: ShopifyCheckout/Api/Checkout/Processor/processCheckout
CREATE_CHECKOUT
Description: A type of CheckoutQuery
associated with getCreateCheckoutField
function.
Usage examples:
FETCH_CHECKOUT
Description: A type of CheckoutQuery
associated with getCheckoutField
function.
Usage examples:
CartFallbackPage
Description: The component to be used as fallback while the cart page is loading
Namespace: ShopifyCheckout/Component/CartFallbackPage/Index/CartFallbackPage
CartPageComponent
Description: Cart page component
Namespace: ShopifyCheckout/Component/CartPage/Component/CartPageComponent
sortedRenderMap
CheckoutProvider
Description: Provider class for Checkout Context. Used to make checkout data available to every component in the app
Namespace: ShopifyCheckout/Context/Checkout/Provider/CheckoutProvider
getContextValue
Description: A function which returns an object that will be visible in the Checkout Context
🔮 Common extension point: Add more fields to Checkout Context outside of Shopify API
Description: The list of sections to be displayed on the cart page. Read more: