Poq.SDK.Node

Home > @poq/sdk-sfcc > CheckoutService > start

CheckoutService.start() method

SFCC Checkout service interface to initiate start procedure.

Signature:

start(authInfo: AuthInfo, userAgent: string, currency: string, cart: CartWithProductsResponse): Promise<PoqResponse<StartCartTransferResponse>>;

Parameters

Parameter Type Description
authInfo AuthInfo  
userAgent string  
currency string  
cart CartWithProductsResponse  

Returns:

Promise<PoqResponse<StartCartTransferResponse>>