SFRA Server-side Javascript - Namespace: Checkout menu

SFRA / Server-side JS / Namespace: Checkout

Checkout

Methods

(static) Base/Checkout-Begin()

Checkout-Begin : The Checkout-Begin endpoint will render the checkout shipping page for both guest shopper and returning shopper

Parameters:
Type Description
middleware

server.middleware.https

middleware

consentTracking.consent

middleware

csrfProtection.generateToken

querystringparameter

stage - a flag indicates the checkout stage

category

sensitive

renders

isml

serverfunction

get

Source:

(static) Base/Checkout-Login()

Checkout-Login : The Checkout-Login endpoint will render a checkout landing page that allows the shopper to select checkout as guest or as returning shopper

Parameters:
Type Description
middleware

server.middleware.https

middleware

consentTracking.consent

middleware

csrfProtection.generateToken

category

sensitive

renders

isml

serverfunction

get

Source: