Home > @poq/sdk-sfcc > IExpressCheckoutService
SFCC Express checkout service interface to configure shipping address, update/get shipping methods and, place order.
Signature:
export interface IExpressCheckoutService
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. |