Poq.SDK.Node

Home > @poq/sdk-sfcc > IExpressCheckoutService

IExpressCheckoutService interface

SFCC Express checkout service interface to configure shipping address, update/get shipping methods and, place order.

Signature:

export interface IExpressCheckoutService 

Methods

Method Description
getShippingMethods(authInfo, customerId, shipmentId) Method returns shipping methods available for customer.
placeOrder(authInfo, appIdentifier, poqUserId, platform, appId, customerId, currency, placeOrderRequest, paymentMethodId, shipmentId) Method places order.
setShippingAddress(authInfo, customerId, shippingAddress, shipmentId) Method helps to set shipping address.
setShippingMethod(authInfo, customerId, shippingMethodId, shipmentId) Method helps to set shipping method.