Poq.SDK.Node

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

ICheckoutService.start() method

Mehtod intiates checkout operation.

Signature:

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

Parameters

Parameter Type Description
authInfo AuthInfo The auth info to make request (credentials or token).
userAgent string Client user agent.
currency string The ISO currency code is the three-letter alphabetic code that represent the various currencies used throughout the world.
cart CartWithProductsResponse Cart with choosen products.

Returns:

Promise<PoqResponse<StartCartTransferResponse>>