Home > @poq/sdk-sfcc > CheckoutService > start
SFCC Checkout service interface to initiate start procedure.
Signature:
start(authInfo: AuthInfo, userAgent: string, currency: string, cart: CartWithProductsResponse): Promise<PoqResponse<StartCartTransferResponse>>;
Parameter | Type | Description |
---|---|---|
authInfo | AuthInfo | |
userAgent | string | |
currency | string | |
cart | CartWithProductsResponse |
Returns:
Promise<PoqResponse<StartCartTransferResponse>>