Poq.SDK.Node

Home > @poq/sdk-sfcc > CartTransferService

CartTransferService class

Service helps to transfer items from cart transfer request to sfcc basket.

Signature:

export declare class CartTransferService implements ICartTransferService 

Implements: ICartTransferService

Constructors

Constructor Modifiers Description
(constructor)(basketsClient, customersClient, sessionsClient)   Constructs a new instance of the CartTransferService class

Methods

Method Modifiers Description
transferCartToSfcc(authInfo, authRequestType, cartTransferPayload)    
transferCartToSfcc(authInfo, cartTransferPayload, isRegisteredUser)