Home > @poq/sdk-sfcc > ICheckoutService > start
Mehtod intiates checkout operation.
Signature:
start(authInfo: AuthInfo, userAgent: string, currency: string, cart: CartWithProductsResponse): Promise<PoqResponse<StartCartTransferResponse>>;
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>>